Calender ActiveX control

sush

Registered User.
Local time
Today, 19:58
Joined
Feb 8, 2000
Messages
29
Hi,

I have placed a calender control ActiveX object on a form of mine, but the default date showing is not the one of the current date, how can i default the calendar to the current date??

Also does anyone have any experience of having a actual diary with-in MS access 97, where you can view month by month and store information for a particular day??

Thanks in advance
 
This code sets the calendar date to today's date:

Calendar.Value = IIf(IsNull(cal), Date, cal.Value)


Sorry, I don't have experience with a diary.
 
Forgive what probably seems a very basic question to you all, but where exactly do you put this code?

Calendar.Value = IIf(IsNull(cal), Date, cal.Value)

Thanks.
 
Thanks Rich, I searched through some other posting and worked it out EVENTUALLY!!

Guess I should've done that initially eh?
 

Users who are viewing this thread

Back
Top Bottom