Access 2003 Menu problems

J

Jorist

I have an Access Database that was developed in 2007. One version of the
database is saved in 2003 for compatabilty with some users. These databases
have been used for more than a year by many users.

Recently, the Access 2003 databases started reporting the following error
when opening
the menu. "The expression On Open you entered as the event property setting
produced the following error: Object or class does not support the set of
events."


The only On Open event 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] = 'Default' "
Me.FilterOn = True

End Sub

This code is the exact same code used by the Switchboard Manager. Does
anyone have any thought as to why this keeps throwing an error and how I can
fix it?

Any help would be GREATLY appreciated.
 

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