I've created a database to keep track of a letter mailing campaign. I have 8 Fields for 8 letters set up as
Letter 1
Letter 2
and so on...
I put the start date I want to begin mailing in the field "Letter 1"
I then want to mail out the remaining Letters in two day increments, so I have a simple calculation set up to produce a date 2 days later from the previous letter.
Letter 1 12/31/07
Letter 2 01/02/08
and so on...
Now, I'd like to get a little more complicated, but Im not sure how to approach. When i have actually completed one of the mailings, I'd like to have some way to show that particular letter has been sent. Maybe a completed check box?
Then, if I'd ever want to postpone the campaign, I'm trying to figure out a way I could push out the remaining unsent letters by a certain amount of days.
For example, maybe I have
Letter 1 12/31/07 Completed
Letter 2 01/02/08 Completed
Letter 3 01/04/08
Letter 4 01/06/08
but I want to postpone Letter 3 (and subsequent letters) by (for example) 1 day. What would be a good way to go about doing this?
Im also trying to figure out a way for it to skip Sundays, but Im also searching previous threads to try to figure that out. If anyone has an idea of how to implement that as well, it would be greatly appreciated.
Thanks in advance for any assistance.
-Cameron