error message

  • Thread starter Thread starter Dan
  • Start date Start date
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?
 
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
 
Back
Top