Snowflake68
Registered User.
- Local time
- Today, 03:47
- Joined
- May 28, 2014
- Messages
- 464
I have a front end application with a linked that is situated on a mapped network drive that uses a VPN to connect to it.
I want to be able to error trap when the mapped drive isn't connected (if the user has forgotten to connect to the VPN).
When opening the application it opens a form that is mapped to one of the tables in the backend database but if the network drive isn't connected produces a message to say that the path is not valid.
I
How do I trap this message so that I can inform the user to connect the VPN without seeing this message?
I want to be able to error trap when the mapped drive isn't connected (if the user has forgotten to connect to the VPN).
When opening the application it opens a form that is mapped to one of the tables in the backend database but if the network drive isn't connected produces a message to say that the path is not valid.
I