Hi guys!
I don’t get what’s wrong with my Ms Access 2000.
I declare something like:
Dim db as Database
Or
Dim db as DAO.Database
and get compile error: User-defined type not defined.
What wrong am I doing? Funny thing is list of types (which pops-up after Dim db as …) doesn’t contain Database neither DAO.Database.
Thank you.
I don’t get what’s wrong with my Ms Access 2000.
I declare something like:
Dim db as Database
Or
Dim db as DAO.Database
and get compile error: User-defined type not defined.
What wrong am I doing? Funny thing is list of types (which pops-up after Dim db as …) doesn’t contain Database neither DAO.Database.
Thank you.