Hi Group -- does anyone know how to initialize the ODBC connection stored in an Access session? I have a series of pass-through queries, and I need to establish a different ODBC connection for each. Just hard-coding the ODBC Connect Str property in the query's properties doesn't work because somehow the initial ODBC connection is saved in the Access session, preventing my subsequent ODBC connection attempts from working.
Currently my workaround is to "x" out of Access completely, then run the other pass-through queries. Any ideas on how I might reset the ODBC connection without having to start a completely new Access session? I'm sure there is a VB way to do it, but I was wondering if there is a non-VB way also. Any ideas are appreciated as always ~ Thanks
Currently my workaround is to "x" out of Access completely, then run the other pass-through queries. Any ideas on how I might reset the ODBC connection without having to start a completely new Access session? I'm sure there is a VB way to do it, but I was wondering if there is a non-VB way also. Any ideas are appreciated as always ~ Thanks