"Triggers"

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does Access support "triggers"? In other words, I want Access to generate a
"report" when a certain date in a certain field is reached. Or at least
notify me via a text box... or any other way


thanks
 
You could do this by adding events to your form's open event, or create an
autoexec macro that runs each time you start the databse.

Or, but the checks in a forms timer event and let Access do the check every
few minuts/hours/

If you tie this to a form, make sure your form is always open (even if it is
not visible).
 
Back
Top