Error Message "User Defined Type Not Found"

  • Thread starter Thread starter Stephen Glynn
  • Start date Start date
S

Stephen Glynn

Why, when I try to debug a private sub in Access 2000 do I get the error
message "User Defined Type Not Found" on the line

Dim dbD as DAO.Database

Steve
 
ACCESS 2000 and 2002 do not have a reference to DAO library set as a default
library. You need to go into Tools | References (from VBE) and select
Microsoft Data Access Objects 3.x library from the list.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top