N
nartla
Hello,
I work on an app in VBA/Access, and I would like to use a MS calendar
control to allow the user to select a date.
But when I use the calendar with :
calDate.Value = Now()
I found the that calendar is set on today year and month (October
2007), and with the day (29) selected.
What I would like is to have the calendar set on October 2007, but
with no day selected.
Is this possible ? How can it be done ?
Thank you for your help.
I work on an app in VBA/Access, and I would like to use a MS calendar
control to allow the user to select a date.
But when I use the calendar with :
calDate.Value = Now()
I found the that calendar is set on today year and month (October
2007), and with the day (29) selected.
What I would like is to have the calendar set on October 2007, but
with no day selected.
Is this possible ? How can it be done ?
Thank you for your help.