Monthview error

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top