Please Help!!!!!!

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

Guest

Wow. Somehow I really screwed one of my form up. Now when I click on certain buttons, I get an error stating:

"Error accessing file. Network connection may have been lost."

it then takes me to the VB editor. I can debug or go line by line, because when I try, I get the same error message. Any suggestions at all would be greatly appreciated. Thank you so much ahead of time!

P.S. - yes, I'm stupid, and didn't back the db up, but at least my data is in a seperate linked db, so I won't lose that.
 
Mark said:
Wow. Somehow I really screwed one of my form up. Now when I click on certain buttons, I get an error stating:

"Error accessing file. Network connection may have been lost."

it then takes me to the VB editor. I can debug or go line by line, because when I try, I get the same error message. Any suggestions at all would be greatly appreciated. Thank you so much ahead of time!

P.S. - yes, I'm stupid, and didn't back the db up, but at least my data is in a seperate linked db, so I won't lose that.


Big Trouble! It sounds like you ran into a nasty, nasty
bug.

If so, this KB article applies:

http://support.microsoft.com/default.aspx?scid=kb;en-us;304548

Lacking a backup, see how many objects, code modules,
queries, etc you can copy/paste into a new blank mdb. If
you can get some of the code copied over, be sure to compile
and save it before doing anything else. And, from now on,
make frequent backups ;-)
 
Back
Top