Add reminder to a record

A

Arvin Meyer

A

aj20

I want to generate a reminder that pops up when a user opens the database
stating a meeting with xyz on a particular date. how can I do this?

aj
 
D

Douglas J. Steele

You'd have to have a table that contains information about upcoming
meetings, and then run a query against that table when you start up the
database.

You can open a specific form when the database opens under Tools | Startup,
or you can create a macro named AutoExec that runs specific code for you
when the database opens.
 
Top