emorris1000
Registered User.
- Local time
- Today, 02:01
- Joined
- Feb 22, 2011
- Messages
- 125
I have a front end where the path to the backend has changed. Should be easy to fix.
Except that now when I open the database it crashes out of Access. I get a series of "Object not found" or "Invalid Database Object Reference" errors in a row and then I get to a crashed macro from the Switchboard saying:
SwitchboardID, DLookUp("SwitchboardID","Switchboard Items","[ItemNumber] = 0 AND [Argument] = 'Default'")
Error 53
When I hit "Stop all macros" (my only option) I end up getting booted out of the database to the Access loading screen (for creating a new database.)
I think the mistake I made is that the switchboard has some extra listboxes on it that look into the linked tables. Or maybe there's something that closes Access when you exit the switchboard (although I don't think I put this in).
The problem is that I can't even look at the forms now. I can't look at the code. I can't change the path for the linked tables. I just go through this series of errors and then get booted out. If I "ctrl + break" my way through it I get an extra error from the switchboard (error 0) and then still get pushed through to this next error and get booted out.
Is there a way to open the database in a "safe mode" or a dead mode where the links are ignored or something? I can't even repair it in it's current state.
Except that now when I open the database it crashes out of Access. I get a series of "Object not found" or "Invalid Database Object Reference" errors in a row and then I get to a crashed macro from the Switchboard saying:
SwitchboardID, DLookUp("SwitchboardID","Switchboard Items","[ItemNumber] = 0 AND [Argument] = 'Default'")
Error 53
When I hit "Stop all macros" (my only option) I end up getting booted out of the database to the Access loading screen (for creating a new database.)
I think the mistake I made is that the switchboard has some extra listboxes on it that look into the linked tables. Or maybe there's something that closes Access when you exit the switchboard (although I don't think I put this in).
The problem is that I can't even look at the forms now. I can't look at the code. I can't change the path for the linked tables. I just go through this series of errors and then get booted out. If I "ctrl + break" my way through it I get an extra error from the switchboard (error 0) and then still get pushed through to this next error and get booted out.
Is there a way to open the database in a "safe mode" or a dead mode where the links are ignored or something? I can't even repair it in it's current state.