error message

D

Dan

one of our employees received this error message when
trying to access a form "your microsoft access
database or project contains a missing or broken reference
to the file dao2535.tlb version 3.5." is there some
place i can find out what this means?
 
A

Allen Browne

From any code window, choose References on the Tools menu.
Do you see a library marked "MISSING"?

Search your hard disk for the file dao2535.tlb.
Re-register the library by entering something like this at Start | Run:
regsvr32 "c:\somepath\dao2535.tlb"

More information on references:
http://allenbrowne.com/ser-38.html
 

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

Top