Hi -
Here is what I am trying to do...
After a user enters information into a form a message box pops up and asks if he/she would like to print follow-up letters (based on the data just entered).
If the user clicks 'Yes' a query runs (to select records that don't have a follow-up letter) and then MS Word opens with a Mail-Merge document based on the query. The query then closes.
Up to this point everything works fine but I would like to add a step where after the user closed Word (or possibly even after a certain amount of time say 10 minutes) an update query would run to indicate that the letters had been sent. I tried a messagebox that the user could click when done but this stopped Access and Word couldn't get to the database to do the merge.
Any ideas?
Thanks!
- Lee
Here is what I am trying to do...
After a user enters information into a form a message box pops up and asks if he/she would like to print follow-up letters (based on the data just entered).
If the user clicks 'Yes' a query runs (to select records that don't have a follow-up letter) and then MS Word opens with a Mail-Merge document based on the query. The query then closes.
Up to this point everything works fine but I would like to add a step where after the user closed Word (or possibly even after a certain amount of time say 10 minutes) an update query would run to indicate that the letters had been sent. I tried a messagebox that the user could click when done but this stopped Access and Word couldn't get to the database to do the merge.
Any ideas?
Thanks!
- Lee