I am trying to run the database examples and I can't even get started - it always stops at the first line:
Dim dbsNorthwind As Database
and says
User defined type not defined
How do I get started?
Printable View
I am trying to run the database examples and I can't even get started - it always stops at the first line:
Dim dbsNorthwind As Database
and says
User defined type not defined
How do I get started?
Add Microsoft DAO 3.6 Object Library to the project references and then run the example.
how do you add the DAO Object Library to the project?
thanks - I found it