S
Simon Harris
Hi All,
I have a calendar control on a form, which has this event on click:
Private Sub Calendar_Click()
CalendarOriginator.Value = Me.Calendar.Value
CalendarOriginator.SetFocus
Me.Calendar.Visible = False
Set CalendarOriginator = Nothing
End Sub
This has worked fine on my PC (XP Pro/Office 2003 Pro SP2) during
development. When I put it on a clients PC, the calendar does nothing when
clicked. It worked AOK on a different clients PC until recently, when the
same problem occured. I have got the exact database back onto my PC, and it
works fine!
Any ideas anyone? Would be much appreciated as I dont geddit!
Cheers!
Simon.
I have a calendar control on a form, which has this event on click:
Private Sub Calendar_Click()
CalendarOriginator.Value = Me.Calendar.Value
CalendarOriginator.SetFocus
Me.Calendar.Visible = False
Set CalendarOriginator = Nothing
End Sub
This has worked fine on my PC (XP Pro/Office 2003 Pro SP2) during
development. When I put it on a clients PC, the calendar does nothing when
clicked. It worked AOK on a different clients PC until recently, when the
same problem occured. I have got the exact database back onto my PC, and it
works fine!
Any ideas anyone? Would be much appreciated as I dont geddit!
Cheers!
Simon.