calendar

  • Thread starter Thread starter Emma
  • Start date Start date
E

Emma

I would love to have a little calendar where the user can enter a reminder
for that date. And on that date a pop up shows them the reminder text. Where
do I start?
 
I'm pretty certain I need a report to open up on the certain date ( probably
using a query if DateOfReminder = CurrentDate() then open report) and a form
where the user enters the reminder and DateOfReminder.
 
I managed to get it running, using a query with CurrentUser() and Date()
Unfortunately the report doesn't pop up infront of the form because I call
the report using a macro on the onLoad function, is there somewhere else I
could put it so it's infront of the form?
 
Back
Top