Hello Everyone
I have a database that is split into a front end and a back end. Sometimes the network connection between the front end and the back end is disconnected. What I want to do is, if the user starts the front end and the front end is unable to connect to the back end, a message pops up to the user and after the user clicks ok, the front end exits (the access application exits entirely not only the database file closes). The other thing I want to do is, if the connection between the front end and back end is established and the network gets disconnected, I want a message to pop up to the user and after the user clicks ok the front end exits (the access application exits entirely not only the database file closes). How to do this ?