M
Max Yaffe
Dear Group,
I'm just starting to run an Access MDB in Access 2003. It was created
in Access 2000. I get an error when I open a form, to wit:
So I deleted the offending "Form_Open" function and the Form opened
OK, albeit without the correct data present because the function was
missing. Then I entered a new default event function which looks
like:
And the error reoccurs. I looked in the KB without success.
The code works fine on Access 2000
Any ideas?
Thanks
Max
I'm just starting to run an Access MDB in Access 2003. It was created
in Access 2000. I get an error when I open a form, to wit:
The expression On Open you entered as the event property setting
produced the following error: Expected: identifier.
* The expression may not result in the name of a ...[Event Procedure]
* There may be an error evaluating the fuction, event or macro.
So I deleted the offending "Form_Open" function and the Form opened
OK, albeit without the correct data present because the function was
missing. Then I entered a new default event function which looks
like:
Public Sub Form_Open(Cancel As Integer)
End Sub
And the error reoccurs. I looked in the KB without success.
The code works fine on Access 2000
Any ideas?
Thanks
Max