Hi,
Using the code found here: http://www.mvps.org/access/tables/tbl0009.htm
I have put the function to relink my tables into the OnOpen event of my Startup form.
The function relinks fine, however, if the back end tables are missing, ms Access reports it's usual error: "Could not find the file .... mybackend.mdb"
Then it exists and doesn't give my relinking code a chance to run.
Is there a way to make my code run after or in place or that error message?
Using the code found here: http://www.mvps.org/access/tables/tbl0009.htm
I have put the function to relink my tables into the OnOpen event of my Startup form.
The function relinks fine, however, if the back end tables are missing, ms Access reports it's usual error: "Could not find the file .... mybackend.mdb"
Then it exists and doesn't give my relinking code a chance to run.
Is there a way to make my code run after or in place or that error message?