M
M Skabialka
I have a database located on a certain drive on the server. Some of the
users have not been mapped to the correct drive letter so get this error
message when they try to open theri copy of the database front end:
<Path> is not a valid path. Make sure that the path name is spelled
correctly and that you are connected to the server on which the file
resides. (Error 3044)
At this time I do not want to use IP addresses or server names to indicate
the path.
I would like to trap this error and let them know they need that drive
mapping before they can proceed. However I don't seem to be able to find
out at what point in the code, when the database opens, that this error
message is generated. It isn't in the On Open event on the startup form,
because it doesn't even get to open the form.
Where can I trap this, tell the user to get the drive map, then shut down
the database so they aren't stuck at the database window?
Thanks,
Mich
users have not been mapped to the correct drive letter so get this error
message when they try to open theri copy of the database front end:
<Path> is not a valid path. Make sure that the path name is spelled
correctly and that you are connected to the server on which the file
resides. (Error 3044)
At this time I do not want to use IP addresses or server names to indicate
the path.
I would like to trap this error and let them know they need that drive
mapping before they can proceed. However I don't seem to be able to find
out at what point in the code, when the database opens, that this error
message is generated. It isn't in the On Open event on the startup form,
because it doesn't even get to open the form.
Where can I trap this, tell the user to get the drive map, then shut down
the database so they aren't stuck at the database window?
Thanks,
Mich