KYLE_DELUCA
Registered User.
- Local time
- Today, 00:45
- Joined
- Mar 20, 2003
- Messages
- 11
Calender Control
Good day,
I am new to access and I am using the calender control in my database.
what do I have to add to the following to get the calender to open up with today's date?
Thanks in advance.
Private Sub Calendar_DblClick()
On Error Resume Next
Dim datRet As Date
datRet = Me.Calendar
DoCmd.Close acForm, Me.Name
Screen.ActiveControl = datRet
Good day,
I am new to access and I am using the calender control in my database.
what do I have to add to the following to get the calender to open up with today's date?
Thanks in advance.
Private Sub Calendar_DblClick()
On Error Resume Next
Dim datRet As Date
datRet = Me.Calendar
DoCmd.Close acForm, Me.Name
Screen.ActiveControl = datRet