Kaleemuddin said:
How can be reminders set in MS Access just like the
reminders found in Outlook.Please look to this
question.Thanx in advance.
Remember, that Outllook is always open in memory. If you truly close it, you
do not get reminders. The same holds true for Access. You will need to keep
it open to run your reminders.
That said, you can build a form with a Timer event that looks at a table to
see if there is a reminder for that date/time which hasn't been opened yet.
Set the TimerInterval property to 60000 (milliseconds) to have the event run
once per minute. This form can be hidden, or in view, but it must stay open.
The Kickemoff.mdb database at my website is a sample of how to get a single
event to fire.
http://www.datastrat.com/Download/KickEm.zip
the birthday database on my website is an example that checks birthdays, but
doesn't have any event code. With a little ingenuity, you should be able to
combine the code, add some, and come up with your solution.
http://www.datastrat.com/Download/Birthday2K.zip
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access