ajvmom New member Local time Yesterday, 16:21 Joined Aug 22, 2007 Messages 1 Aug 23, 2007 #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.
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.
P Pat Hartman Super Moderator Staff member Local time Yesterday, 19:21 Joined Feb 19, 2002 Messages 47,420 Aug 24, 2007 #2 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.
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.