Is it possible to disable or code around the errors that occur when Access tries to log to an ODBC linked table when the connection is lost or non-existent?
We have a machine in another facility that uses Access as its database. Our standard is MySQL so we are using a linked table in Access to store the data on MySQL. Since the connection is over a network, it is conceivable that we will lose the connection (rarely, but possible.) To mitigate the data loss, we have Access logging to a local table, and the linked table simultaneously. Unfortunately, attempting to log to a disconnected linked table causes errors.
Is it possible to write code that will stop this error from occurring?
We have a machine in another facility that uses Access as its database. Our standard is MySQL so we are using a linked table in Access to store the data on MySQL. Since the connection is over a network, it is conceivable that we will lose the connection (rarely, but possible.) To mitigate the data loss, we have Access logging to a local table, and the linked table simultaneously. Unfortunately, attempting to log to a disconnected linked table causes errors.
Is it possible to write code that will stop this error from occurring?