M
macroapa
Hi,
I have a backend db with 1 table which has a PK. The backend table is
populated by some word VBA code and the records then edited over a
period of time using an access front end.
Now every so often, the table is getting corrupted and a record will
show all #ERROR.
This means that the front end queries all fail to work and no-one can
actuall work!!!!
The only way to correct it I have found is to copy the back end,
perform a compact and repair, then open the table where I can now
delete the rouge record (as it no longer shows #ERROR, but rubbish
data) and then copy the back end back over the existing back end.
I cant perform a compact and repair direct on the back end as people
are connected to it and constantly writing to it.
Is there a better way to deal with this situation?
Thanks.
I have a backend db with 1 table which has a PK. The backend table is
populated by some word VBA code and the records then edited over a
period of time using an access front end.
Now every so often, the table is getting corrupted and a record will
show all #ERROR.
This means that the front end queries all fail to work and no-one can
actuall work!!!!
The only way to correct it I have found is to copy the back end,
perform a compact and repair, then open the table where I can now
delete the rouge record (as it no longer shows #ERROR, but rubbish
data) and then copy the back end back over the existing back end.
I cant perform a compact and repair direct on the back end as people
are connected to it and constantly writing to it.
Is there a better way to deal with this situation?
Thanks.