Hey all,
I'm using the calendar that is stock in access2003. here is the code i've used to get it to pop up.
Private Sub Text25_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
Set cboOriginator = Text25
ocxCalendar2.Visible = True
ocxCalendar2.SetFocus
If Not...