I am stumped. I have a database with two back ends. One is local on a network and the other is over the Internet. When my database is started the user must pass through a logon and once this happens the main form is opened. At this time a query is run to send data from local back end to the external one over the Internet via a linked table. What I am looking to do is check if the linked table has a connection and only run this query if the linked table is connected. The reason for this is that if either the end user or the server the database connects to over the Internet don't have an Internet connection at the time it locks up the users front end. This is no good as this will limit users from using the database if the Internet connection is lost or the server goes down for any such reason
Example: if sql link is ok then
run query
Else goto end