Setting Calendar ActiveX Control to current date

R

Rudi Groenewald

Hi there...

I have Access's embeded Calendar ActiveX control in a form, but I want the
Calendar to go to today's date When I open the form, I tried Editing
properties, but this does not solve the problem.. anyone have some ideas?


Thanks
 
M

MikeB

Rudi Groenewald said:
Hi there...

I have Access's embeded Calendar ActiveX control in a form, but I want the
Calendar to go to today's date When I open the form, I tried Editing
properties, but this does not solve the problem.. anyone have some ideas?

At http://www.byerley.net/BdcDownSup.htm scroll down to the AccessCalDemo.Zip file. This contains
a Sample A2K database with a Calendar Form that can be called from a Form or SubForm and even works
in datasheet view. Trace the code in the debug window to see how the calendar is set for the
current date.
 
Top