J
Josh
When compiling my Access 2002 frontend, I am suddenly
getting an error message for:
Dim db as database
I notice that there is no database type variable in the
list I pull up. I am guessing this is an ADO, DAO
conflict, and the app is old and therefore DAO. The code
had been working fine for a few years. I'm in trouble if I
have to go back and find every place this syntax is used.
1) what is preferable syntax?
2) where did "database" go? (and why?)
Thanks so much!!
Josh
getting an error message for:
Dim db as database
I notice that there is no database type variable in the
list I pull up. I am guessing this is an ADO, DAO
conflict, and the app is old and therefore DAO. The code
had been working fine for a few years. I'm in trouble if I
have to go back and find every place this syntax is used.
1) what is preferable syntax?
2) where did "database" go? (and why?)
Thanks so much!!
Josh