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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error accesing file.

Status
Not open for further replies.

Turbo

Programmer
Aug 23, 2000
93
US
I have an Access 2000 Db that gives me the below error when I try to perform any action that is associated with code.
____________________________________________________________
Visual Basic Error

Error accesing file. Network connection may have ben lost.
____________________________________________________________

Not only do I get this error but I am unable to use any of the event functions. I have confirmed the network connection and that is not the issue.

What is the problem and how do I fix it?

Thanks,

Turbo

"There is a fine line between confidence and conceit" - Ken Mai
 
Its a bug that is fixed in one of the service packs. Once it corrupts your database, you lose some or all your code. The bug raises its ugly head when you make a change to the code module and then do not run a compile.

Apply at least SP 1& 2 and you won't have the problem any more, but whatever got whacked is a goner.

 
Thank you vbajock. Tha is helpful.

Since this posting I found MSKB Article 304548 and it deals with exactly this issue.



Turbo

"There is a fine line between confidence and conceit" - Ken Mai
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top