R
robert d via AccessMonster.com
I'm doing some testing on what happens if a user starts my app and the path
to the back-end file is not valid.
I puposefully changed the folder name for the backend file, so that Access
would have a problem. Thereafter, I immediately get an error message when I
startup my app that says:
"'Pathname' is not a valid path......"
I want to confirm that this is being caused by Access looking in the
MSysObjects table for the path to the existing link and determining that it
is not valid (because I changed the folder name). If this is the case, then
I guess there is no way to intercept this message. I have not been able to
get Access to stop at the first line of code it encounters upon opening my
app. The error mentioned above happens prior to the 1st line of code.
I would appreciate a confirmation of my understanding or lack thereof.
Thank you.
to the back-end file is not valid.
I puposefully changed the folder name for the backend file, so that Access
would have a problem. Thereafter, I immediately get an error message when I
startup my app that says:
"'Pathname' is not a valid path......"
I want to confirm that this is being caused by Access looking in the
MSysObjects table for the path to the existing link and determining that it
is not valid (because I changed the folder name). If this is the case, then
I guess there is no way to intercept this message. I have not been able to
get Access to stop at the first line of code it encounters upon opening my
app. The error mentioned above happens prior to the 1st line of code.
I would appreciate a confirmation of my understanding or lack thereof.
Thank you.