Add reminder to a record

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

Guest

hi,
how can I add a simple reminder to each record on a form. help please.

thanks
 
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
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top