how do i set alarms or reminders in Access

D

drawleigh

I am trying to track time sensitive data in Access and was wondering how to
set alarms/notifications/reminders when a date/time field is included in the
data or is there a way to link access to a calendar that will send out
notifications at certain time intervals.
 
R

Rick B

You would have to build this incode. You could tie it to the timer event of
a form.

Personally, I would use Outlook to handle reminders. There are ways to use
automation to create reminders in Outlook from an Access database.
 
Top