Hi,
When I use
Dim myDB As Database
I get the error message 'User-defined type not defined'.
I also get it if I use
Dim myDB As DAO.Database
I'm using Access 2000.
Does anyone know what I should do? I'm aware that Access 2k uses ADO by default, not DAO (although I don't really know what this means). Can you point me to a tutorial website that will guide me through the basics of programming in Access 2000, or recommend a good book for beginners?
I've seen another post about this that said to go to Tools > References and check the DAO library, but References is greyed out.
I'm stuck!
Rob
When I use
Dim myDB As Database
I get the error message 'User-defined type not defined'.
I also get it if I use
Dim myDB As DAO.Database
I'm using Access 2000.
Does anyone know what I should do? I'm aware that Access 2k uses ADO by default, not DAO (although I don't really know what this means). Can you point me to a tutorial website that will guide me through the basics of programming in Access 2000, or recommend a good book for beginners?
I've seen another post about this that said to go to Tools > References and check the DAO library, but References is greyed out.
I'm stuck!
Rob