I have just installed Office 2003 and I am trying to use an old database in Access 2000 file format.
Within the forms are activeX Calender controls. I am now getting a runtime error when I try reference these controls:
Runtime Error - Method 'Value' of object '_CustomControl' failed.
This happens when I am trying to either change the control or get a value from it.
i.e. Me.CalControl = Now() or Me.FrmDate = Me.CalControl
I know that the controls are referenced (Microsoft Access Calender Control 7.0)
Can anyone help please?
Within the forms are activeX Calender controls. I am now getting a runtime error when I try reference these controls:
Runtime Error - Method 'Value' of object '_CustomControl' failed.
This happens when I am trying to either change the control or get a value from it.
i.e. Me.CalControl = Now() or Me.FrmDate = Me.CalControl
I know that the controls are referenced (Microsoft Access Calender Control 7.0)
Can anyone help please?