jackhot0615
Registered User.
- Local time
- Tomorrow, 05:56
- Joined
- Jan 14, 2009
- Messages
- 10
I have a birthday field in a form, then add an ActiveX Calendar in.
I wish the birthday will update when I click the calendar, but it will update while lostfocus.
Private Sub Calendar1_GotFocus()
Me![birthday] = Me!Calendar1.Value
End Sub
How should I do?
Please help me.
I wish the birthday will update when I click the calendar, but it will update while lostfocus.
Private Sub Calendar1_GotFocus()
Me![birthday] = Me!Calendar1.Value
End Sub
How should I do?
Please help me.
Last edited: