Hi,
I’m trying to set up a switchboard that will open automatically when the database opens. I created the switchboard with several items. I see the switchboard form and table, and it shows up in the switchboard manager, where it’s the default switchboard. It’s set up as the startup form.
Yet, when I open the database, I get the error message:
Method ‘Connection’ of object ‘_CurrentProject’ failed
When I click on the Debug button, it takes me to this line of code:
Set con = Application.CurrentProject.Connection
The database is self-contained; that is, there are no linked tables in other databases. I’m not sure why I’m getting a connection error.
Thanks,
Bob