3rd Posting - "corrupt" database

  • Thread starter Thread starter Steve S.
  • Start date Start date
S

Steve S.

Try #3. Can anybody help me with this? I've done all the
searches I can think of on the support sites. All the
solutions mentioned deal with converting databases. This
is not a conversion issue. The database works fine on all
machines but one. Somebody Help!


. Reply (E-mail) Forward (E-mail)

Subject: Visual Basic for Applications Project - error
From: "Steve S." <[email protected]>
Sent: 11/3/2003 10:22:43 AM




. Reply (E-mail) Forward (E-mail)

Subject: The Visual Basic for Applications project in
the database is corrupt.
From: "Steve S." <[email protected]>
Sent: 10/31/2003 8:51:10 AM


"The Visual Basic for Applications Project in the database
is corrupted."

2nd posting since I got no response on the first one. I
have not recently converted the database.

I get the subject message when I try to log into a shared
database from a specific machine. The database works fine
when accessed from anywhere else. The problem must be
machine specific. I've got all the most recent patches
and updates. The system worked until I added the machine
to the 2000 domain. Prior to that it was just a member of
the work group. Any suggestions.
...


..
 
Hi Steve,

Is this a split database (ie separate frontend dbs distributed to each user
all linked to a common backend where the data is stored) or are all of your
users using a single mdb which is on the server or a shared folder?

If it is split, have you tried decompiling the project and/or creating a new
mdb and importing all objects into the new mdb?

If it is not split, I would recommed that you split it and then before you
distribute the frontends to each user, make a backup, then try the above
methods for removing corruption. Then distribute and see what happens.
 
Back
Top