Run a querey

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

Guest

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
 
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.
 
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.
 
Back
Top