austin3515
Board Regular
- Joined
- Dec 19, 2010
- Messages
- 80
Have a client using a program and it is erroring out on the following line of code.
Set cnn1 = CurrentProject.Connection
The error is "data type mismatch." It works like a charm on my machine of course. Note that she DID have the Microsoft Active X 2.1 library checked off.
Also relevant is that it did not crash on the line of code write before it, which also involves that reference:
Dim cnn1 As ADODB.Connection
HELP!!
Set cnn1 = CurrentProject.Connection
The error is "data type mismatch." It works like a charm on my machine of course. Note that she DID have the Microsoft Active X 2.1 library checked off.
Also relevant is that it did not crash on the line of code write before it, which also involves that reference:
Dim cnn1 As ADODB.Connection
HELP!!