J
JimS
I still have some debugging to do, but I'm hoping you guys have some
directional help for me.
I have a FE/BE database. The BE is quite large (1.1GB). The FE is modest
(470MB). No tables at all in the FE. All linked to BE. System's been working
fine for months. It's in production. Users all use the same network-stored FE
(many users, difficult to control each having current FE. I understand this
is not ideal, but anyway....)
One form, "frmCreateShadowTables" has been in use for some time. It deletes
all records in a table in the BE (linked), then repopulates it. It's a
flattened table whose creation takes a couple hours to run, so it's recreated
each night. Been working fine for months.
Suddenly, a few days ago (maybe first of the year...) the FE began to show
massive corruption. The db comes up with error messages e.g.: "ID is not an
index on that table", "vba modules appear to be corrupted" (Paraphrased),
etc. The BE is perfect...nothing wrong at all. When the FE is restored from a
backup, it performs flawlessly.
We isolated the problem to the next time the FE is opened after a shadow
table create run (the form automatically exits when the table creation is
done.) No evidence of errors from the form. I'll have to run it offline to
see if error messages happen that no one sees....
Any ideas?
directional help for me.
I have a FE/BE database. The BE is quite large (1.1GB). The FE is modest
(470MB). No tables at all in the FE. All linked to BE. System's been working
fine for months. It's in production. Users all use the same network-stored FE
(many users, difficult to control each having current FE. I understand this
is not ideal, but anyway....)
One form, "frmCreateShadowTables" has been in use for some time. It deletes
all records in a table in the BE (linked), then repopulates it. It's a
flattened table whose creation takes a couple hours to run, so it's recreated
each night. Been working fine for months.
Suddenly, a few days ago (maybe first of the year...) the FE began to show
massive corruption. The db comes up with error messages e.g.: "ID is not an
index on that table", "vba modules appear to be corrupted" (Paraphrased),
etc. The BE is perfect...nothing wrong at all. When the FE is restored from a
backup, it performs flawlessly.
We isolated the problem to the next time the FE is opened after a shadow
table create run (the form automatically exits when the table creation is
done.) No evidence of errors from the form. I'll have to run it offline to
see if error messages happen that no one sees....
Any ideas?