Access 2007 Error missing or broken reference to the file DA0350.D

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a Access 2000 database interface with a sperate data file. When I
try to open the interface I get the following error.

"Your Microsoft Office Access database or project contains a missing or
broken reference to the file DA0350.DLL version 5.0"
 
Version 5??? Very strange.

Open the code window.
Choose References on the Tools menu
Uncheck the DAO reference.
Okay the dialog.
Close and restart Access.
Open the code window, and References again.
Check the box beside:
Microsoft DAO 3.6 Library

This assumes you are still dealing with an MDB, i.e. you have not converted
your database to an ACCDB. If you have, you need:
Microsoft Office 2007 Access database engine Object Library

More info on references for each version of Access:
http://allenbrowne.com/ser-38.html
 
Back
Top