Here I go again with another date calculation question:
1. I have a template that pulls merge information from an Access 97 database. One of the fields is called “DUE” and is a date.
2. Before the merge runs, I am running a VB program to elicit some answers from the user as to what text to include in the letter.
3. One of the fields needs to take the mergefield DUE and subtract 6 weeks and insert that calculated date into the letter during the merge.
Question #1:
I am having a problem figuring out how to grab the value of mergefield “DUE”
Question #2
Once I have the value of mergefield DUE, what is the best way to calculate six weeks prior?
Many thanks from this novice…