M
Mari via AccessMonster.com
when open a form apears next message:
"The expression On Open you entered as the event property setting produced
the following error: A problem occurred while MYDATABASE was communicating
with OLE server or ActiveX Control"
at On open Event procedure is:
Private Sub Form_Open(Cancel As Integer)
' Minimize the database window and initialize the form.
' Move to the switchboard page that is marked as the default.
Me.Filter = "[ItemNumber] = 0 AND [Argument] = 'Implicit' "
Me.FilterOn = True
End Sub
thanks for any help
Mari
"The expression On Open you entered as the event property setting produced
the following error: A problem occurred while MYDATABASE was communicating
with OLE server or ActiveX Control"
at On open Event procedure is:
Private Sub Form_Open(Cancel As Integer)
' Minimize the database window and initialize the form.
' Move to the switchboard page that is marked as the default.
Me.Filter = "[ItemNumber] = 0 AND [Argument] = 'Implicit' "
Me.FilterOn = True
End Sub
thanks for any help
Mari