I'm using ACC2000. (Don't ask me to upgrade to ACC2007, it's awful!!)
I have an app that links some tables in from an ODBC source which uses a login name and password. When the user clicks a button I want to first check that the ODBC connection is available before I try to get data from the linked tables.
How do I do that? I basically want to trap the error of trying to read a linked table that isn't there anymore, before the error happens.
I have an app that links some tables in from an ODBC source which uses a login name and password. When the user clicks a button I want to first check that the ODBC connection is available before I try to get data from the linked tables.
How do I do that? I basically want to trap the error of trying to read a linked table that isn't there anymore, before the error happens.