G
Guest
I am trying to access a table using a module in Access 2003. The help
documentation tells me to add this line:
Dim dbs As Database
I get an error that says "User-defined type not defined"
Dim cnn As New ADODB.Connection
works in another sub routine.
What am I missing?
Tim
documentation tells me to add this line:
Dim dbs As Database
I get an error that says "User-defined type not defined"
Dim cnn As New ADODB.Connection
works in another sub routine.
What am I missing?
Tim