S
Stefan
Hi,
I have a strange thing on my mind. (access2000)
I have two forms that i use with a monthview (6.0) on each of the forms.
In the 'on current' event i set the calendar on todays date
Private Sub Form_Current()
Me.MaandKalender1.Value = Date
End Sub
It works fine on one form but on the other form i've got the following:
'An error occured in a call to the windows monthview control'
How is this possible with exact the same code.
A second event (doubleclick) does work on the two calenders.
I have a strange thing on my mind. (access2000)
I have two forms that i use with a monthview (6.0) on each of the forms.
In the 'on current' event i set the calendar on todays date
Private Sub Form_Current()
Me.MaandKalender1.Value = Date
End Sub
It works fine on one form but on the other form i've got the following:
'An error occured in a call to the windows monthview control'
How is this possible with exact the same code.
A second event (doubleclick) does work on the two calenders.