PDA

Click to See Complete Forum and Search --> : Database Type?


makai
Sep 11th, 2000, 03:01 PM
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?

Shafee
Sep 11th, 2000, 03:38 PM
Add Microsoft DAO 3.6 Object Library to the project references and then run the example.

makai
Sep 11th, 2000, 07:19 PM
how do you add the DAO Object Library to the project?

makai
Sep 11th, 2000, 07:29 PM
thanks - I found it