Form Gone - VB Still Here

  • Thread starter Thread starter Ron Perkins
  • Start date Start date
R

Ron Perkins

I'm using Access 2000.
I was using a form when the form crashed, afterwards the
form was GONE but the "Microsoft Access Class Object"
Visual Basic code remains. I have tried creating a new
database and importing the items individually, decompiling
the program, and nothing seems to work. How do I get rid
of the code. The error I get is that "I have lost network
connection", it resides on a local drive.
Thanks for any and all HELP!
Perk
 
Hi Ron,

It sounds like you have a corrupt database - the lost network connection
error 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.
 
-----Original Message-----
Hi Ron,

It sounds like you have a corrupt database - the lost network connection
error 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.


--
Sandra Daigle
[Microsoft Access MVP]
For the benefit of others please post all replies to this newsgroup.

Ron said:
I'm using Access 2000.
I was using a form when the form crashed, afterwards the
form was GONE but the "Microsoft Access Class Object"
Visual Basic code remains. I have tried creating a new
database and importing the items individually, decompiling
the program, and nothing seems to work. How do I get rid
of the code. The error I get is that "I have lost network
connection", it resides on a local drive.
Thanks for any and all HELP!
Perk

.
 
Back
Top