Please Help!!!!!!

M

Mark D

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.
 
M

Marshall Barton

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 ;-)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top