Error Message

D

dpac

I tried to load my access database (created in 2000 version) in th
access 2003 version but for some reason an error message pops up sayi
"broken reference or missing object", im gonna b loadin the database t
the server for public use in a couple of dayz, Is this error gonna caus
any trouble while workin with it. If yes how do i eliminate this error.

dpa
 
Z

zaqyu

try to check the references in your code. open any form with code, at the VB
IDE select tools then references, you'll see there the broken link. i hope
this is just the problem because if you used DAO in your code u have to
include DAO 3.6 in the references and set it as the priority over ADO 2.1.
 
Top