Reputation: 778
I have made a rookie mistake and deleted my Form Switchboard. I have all of my switchboard controls in teh Switchboard manager, but no form. How can I get it back or create a new one based off of the existing controls?
Upvotes: 2
Views: 877
Reputation: 97111
When you use the Switchboard Manager to edit your Switchboard
form, the form itself is not altered. Instead your changes are saved to a table, Switchboard Items
, which feeds the form.
Deleting the form doesn't necessarily delete the table. As long as that table is still present, you can recover the form's previous state:
Switchboard Items
table to xSwitchboard Items
Yes
when it asks for permission to create a new switchboardSwitchboard Items
tablexSwitchboard Items
table to Switchboard Items
Then whenever you open the Switchboard
form again, it will read everything it needs from the original version of Switchboard Items
.
OTOH, if the original Switchboard Items
table was also deleted when you deleted the form, you're out of luck and the only solution is to restore from backup.
BTW, my impression is that many experienced Access developers seem to dislike that Switchboard feature. It's too limited and inflexible.
Upvotes: 4