AdamFeerst
Registered User.
- Local time
- Yesterday, 17:20
- Joined
- Sep 21, 2015
- Messages
- 63
Access is crashing repeatedly. It happens on one, and only one form (as far as I can tell), whenever I try to open it in form view, save design changes, or copy the form. When it crashes, I get Microsoft Access has stopped working, then either that it has to Reststart or Close the program.
I have an Access2013 FE, with a SQL BE. I set it up so that some of the BE tables are copied to the FE on load. This makes This makes running repeated form searches, reports, etc., much faster for users at remote locations.
On a learning curve, I'm reducing the number of mirrored tables and plan to run pass-through queries and stored procedures where practical. In doing so, I first created a copy of the FE to play with. I deleted the FE mirrors. I renamed the linked BE tables to what the FE tables were so that I don't have to rewrite a bunch of code and queries. Something in this process is corrupting this one form.
I've tried several things to fix the form with no luck:
I have an Access2013 FE, with a SQL BE. I set it up so that some of the BE tables are copied to the FE on load. This makes This makes running repeated form searches, reports, etc., much faster for users at remote locations.
On a learning curve, I'm reducing the number of mirrored tables and plan to run pass-through queries and stored procedures where practical. In doing so, I first created a copy of the FE to play with. I deleted the FE mirrors. I renamed the linked BE tables to what the FE tables were so that I don't have to rewrite a bunch of code and queries. Something in this process is corrupting this one form.
I've tried several things to fix the form with no luck:
- Deleting the form and then importing from the original FE, where it runs fine.
- Creating a new, blank form, and copying the form elements over.
- Deleting, and then relinking the BE tables.