S
sjsean
I have recently received an updated system which has both 32bit and 64bit. On my prior system using an ODBC connection within my VBA code worked (andstill works on old laptop) without error. However, on my new 32/64bit machine I receive an error that the connection is not open. Can someone suggest a workaround for both systems since I have some people on older machinesand will have more people on newer machines.
Dim cnn As ADODB.Connection
Set cnn = New ADODB.Connection
cnn.Open "IDK", "username", "password"
If anyone can provide an clear article or clear step by step instructions on a fix that would be greatly appreciated.
Sean
Dim cnn As ADODB.Connection
Set cnn = New ADODB.Connection
cnn.Open "IDK", "username", "password"
If anyone can provide an clear article or clear step by step instructions on a fix that would be greatly appreciated.
Sean