Switchboard issue

mimottershaw

Registered User.
Local time
Today, 17:11
Joined
Feb 2, 2007
Messages
40
Hi All,

Could anybody tell me please why a switchboard created in Access 2007 produces an error message, something like "Error: Var("Switchboard")" in both Access 2000 AND 2003, despite saving the database in the relevant compatible file format?

There is nothing at all complicated about the switchboard, and it was just created using the switchboard manager and the drop-down menus therein. In other words no code etc.

Thanks in advance

Mark.
 
The switchboard manager generates VBA code (only 1 time...it doesn't modify the code if you change the DB version). You'll probably want to dig through that code to fix the error. Either that, or use an older version of Access to do your development.
 

Users who are viewing this thread

Back
Top Bottom