G
Guest
Hello. I am using Access 2003 to connect to a backend SQL database. I can
make the connection using the following:
Global Conn as New ADODB.Connection
Conn.ConnectionString = strConn
Conn.Open
The problem I'm haivng now is that I do not know how to tell Access to use
this connection. I want all transactions to run using this conneciton. Any
help is greatly appreciated. Thanks!
make the connection using the following:
Global Conn as New ADODB.Connection
Conn.ConnectionString = strConn
Conn.Open
The problem I'm haivng now is that I do not know how to tell Access to use
this connection. I want all transactions to run using this conneciton. Any
help is greatly appreciated. Thanks!