Run a querey

S

ShaneF

Hi,

I want to set up an alarm on the database that use dates to notify a user
when something needs to be done ie when rent is due on a premises. I cannot
find information on this in the help section. Does anyone know how to do
this?

Thanks in advance, Shane
 
R

Rick B

Seems like it would be much easier to do in Outlook since the function is
part of that package.

To do in a database, you'd have to run code that compares entries in a table
(that contain dates) to the curent date. You could run this code each time
the database starts, or tie it to a form and run the code on a timer event.
 
S

ShaneF

Thanks rick

Rick B said:
Seems like it would be much easier to do in Outlook since the function is
part of that package.

To do in a database, you'd have to run code that compares entries in a table
(that contain dates) to the curent date. You could run this code each time
the database starts, or tie it to a form and run the code on a timer event.
 
Top