Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access 2000 'Run time error '13': Type mismatch' When Opening Recordset

Version or Conversion Related

Access 2000 'Run time error '13': Type mismatch' When Opening Recordset

by  Rohdem  Posted    (Edited  )
With Access 2000, Microsoft made the switch from using the DAO library to ADO. These means if you want to use DAO to open a recordset, you need to make sure the DAO library has a higher priority than ADO in the references. This can be done by opening a code window and selecting 'references' from the 'Tools' menu. Make sure the DAO library is checked and is higher on the list than ADO.

This is the microsoft article detailing the problem:
http://support.microsoft.com/support/kb/articles/Q181/5/42.ASP?LN=EN-US&SD=gn
Register to rate this FAQ  : BAD 1 2 3 4 5 6 7 8 9 10 GOOD
Please Note: 1 is Bad, 10 is Good :-)

Part and Inventory Search

Back
Top