Running reminders through Access

ajvmom

New member
Local time
Yesterday, 16:21
Joined
Aug 22, 2007
Messages
1
Is there anyway to use Access to run reminders?

I am trying to figure out the easiest way to have a reminder pop-up to run a letter for specific reps that would happen every 3 months.

Thanks for any help on this.
 
Create a query that looks for items that are due. Run that query in the first form that your application opens. If anything is found, open a form that shows what is due otherwise, open the regular menu.
 

Users who are viewing this thread

Back
Top Bottom