I am testing a big application that I am moving from 2003 to 2010 and .accdb.
In the VBA of a form, on the line:
Dim cn as NEW ADODB.CONNECTION
I get the error, 'Compile error: User-defined type not defined'.
What do I need to do to make this work?
Robert
In the VBA of a form, on the line:
Dim cn as NEW ADODB.CONNECTION
I get the error, 'Compile error: User-defined type not defined'.
What do I need to do to make this work?
Robert