G
Guest
Hi,
I'm using a Calendar control in my form that is activated when the user
clicks either the StartDate (combobox) or the EndDate (combobox). The
calendar is still opening with 2005 dates. I've searched the other posts and
tried the suggestion that I found, but it is not working. Can someone tell
me another way this might be done? Here is the code:
Private Sub Form_Open(Cancel As Integer)
Me.Calendar.today
End Sub
As always, many thanks for your help!
Arlene
I'm using a Calendar control in my form that is activated when the user
clicks either the StartDate (combobox) or the EndDate (combobox). The
calendar is still opening with 2005 dates. I've searched the other posts and
tried the suggestion that I found, but it is not working. Can someone tell
me another way this might be done? Here is the code:
Private Sub Form_Open(Cancel As Integer)
Me.Calendar.today
End Sub
As always, many thanks for your help!
Arlene