Using a Calendar

O

Owltrax

I have a calendar on a form. Is it possible to click on a date on that
calendar and have a query pop up with scheduled events for that day?

Thanks,
Kat
 
M

ManningFan

Absolutely. Use the OpenArgs event to pass the date back into a query,
and have your form based on your query that displays the scheduled
events.
 
O

Owltrax

Thank you "ManningFan", I appreciate your help!

Sorry to sound so basic, but where do I find "OpenArgs"?
 
Top