Ok this is just bizarre.
I have a database that I created in Access 2003 some time ago.
I have ported everything to Access 2010. I started by importing everything in both the front end and back end into clean new .mdb files. I then had to make a few adjustments to to startup issues and custom menu issues. Nothing major.
On the main menu which is a form called frm_MainMenu I have a quit button which has a single line of code
In access 2003 this works fine. In access 2010 I get the following error
Run-time error 2450
Microsoft Access can't find the referenced form frm_LogonStorage.
I don't get why it is even looking for it. The form is in the database and at the time the Quit button is pushed it is open.
Any ideas????
I have a database that I created in Access 2003 some time ago.
I have ported everything to Access 2010. I started by importing everything in both the front end and back end into clean new .mdb files. I then had to make a few adjustments to to startup issues and custom menu issues. Nothing major.
On the main menu which is a form called frm_MainMenu I have a quit button which has a single line of code
Code:
DoCmd.Quit
In access 2003 this works fine. In access 2010 I get the following error
Run-time error 2450
Microsoft Access can't find the referenced form frm_LogonStorage.
I don't get why it is even looking for it. The form is in the database and at the time the Quit button is pushed it is open.
Any ideas????