Custom Calendar needed

aceking

Registered User.
Local time
Today, 15:05
Joined
Oct 30, 2006
Messages
12
Hi,

does anyone have an idea where I can find a custom calendar form?
I searched everywhere but found only pop up like calendars for picking a date, but I need one which is linked to a query and those days where there is an entry in the query are marked in some way,

Thanks in advance,

Leslie
 
you can make a textbox on the form and for the query criteria make it something like

CDate([Forms]![report]![text2])
 
Calendar

Hi,
try this one..
It worked great for me!
 

Attachments

Users who are viewing this thread

Back
Top Bottom