My database is Windows 2000. It has a front end and a back end. I have code to auto-relink the tables when they can't find each other and the code works.
Unfortunately when the database first opens it gives the error with the yellow exclamation "Could not find file 'M:\Backend.mdb'" then it opens up the form that auto-relinks the front-end to the backend.
I DON't want it to display the "Could not find file" msgbox. How do I trap this? Do I use a module? The error comes up before it runs my default startup form's 'On Load' code. I can determine if the error runs, because it does open my relink form automatically.. I just don't want to display the error.
Unfortunately when the database first opens it gives the error with the yellow exclamation "Could not find file 'M:\Backend.mdb'" then it opens up the form that auto-relinks the front-end to the backend.
I DON't want it to display the "Could not find file" msgbox. How do I trap this? Do I use a module? The error comes up before it runs my default startup form's 'On Load' code. I can determine if the error runs, because it does open my relink form automatically.. I just don't want to display the error.