calendar

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?
 
E

Emma

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

Emma

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?
 

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

Top