Error accesing fileNetwork connection may have been lost

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

Guest

Have been inporting tables into a data MDB. Have gone from
2000 to 2002 and back to 2000 without converting the MDB
to 2002. Resolved the reference add in on the EXCEL
libraries. Now when I import either a Form, Table or
report and go to run the report/form, I get the above
error, although everything resides on my "C" drive. My
customer is Access 2000 that is why we moved back.
 
This is due to a known issue described in the following KB article:

ACC2000:Error Message: Error Accessing File. Network Connection May Have
Been Lost (Q304548)
http://support.microsoft.com/?kbid=304548

The corruption in your mdb cannot be repaired. You will need to use a recent
backup of the mdb. You may be able to import uncorrupted objects from the
damaged mdb into a new mdb and then import the corrupted objects from the
recent backup.

To *prevent* further corruption you should obtain the Office2000 Service
Pack. This issue has been resolved with this SP. For more information on
SP3 check out the following KB articles:

ACC2000: Issues Fixed in Access 2000 by Office 2000 Service Pack 3
Http://support.microsoft.com/?kbid=326605

OFF2000: Overview of Office 2000 Service Pack 3
http://support.microsoft.com/default.aspx?scid=kb;EN-US;326585


*** Note *** Until you install SP3 you should be sure to compile your
project after you import or copy/paste code into any mdb *before* you close
the mdb. This will also prevent further corruption.
 
Back
Top