Will record corruption stop if I split?

G

Guest

My Acces 2003 database is used simultaneously by several people, but it is
not split. Could this be the reason for Error 3709 which
happens when a user is editing a record via a form and the record suddenly
corrupts to show rubbish data? After this, you cannot edit or delete the
record any more.
I suspect this happens when one user is editing a record which then gets
called by a select query being executed by another user. Am I right? This
error started occuring recently, since I added several options to the
switchboard that run macros to execute multiple select queries.

Is splitting the database the answer? If not, any other suggestions, please?

Thanks.
Ewa
 
R

Rick Brandt

Ewa said:
My Acces 2003 database is used simultaneously by several people, but
it is not split. Could this be the reason for Error 3709 which
happens when a user is editing a record via a form and the record
suddenly corrupts to show rubbish data? After this, you cannot edit
or delete the record any more.
I suspect this happens when one user is editing a record which then
gets called by a select query being executed by another user. Am I
right? This error started occuring recently, since I added several
options to the switchboard that run macros to execute multiple select
queries.

Is splitting the database the answer? If not, any other suggestions,
please?

Proper food handling does not gurantee that you will never get sick from your
food, but it greatly decreases the likelyhood. Splitting your app and data
corruption have the same relationship.

Anything that disrupts your connection to the data during a write can corrupt
the file. The odds of that happening are much higher if you have multiple
people in the same front end.
 
G

Guest

Thank you, that's helpful.
Ewa

Rick Brandt said:
Proper food handling does not gurantee that you will never get sick from your
food, but it greatly decreases the likelyhood. Splitting your app and data
corruption have the same relationship.

Anything that disrupts your connection to the data during a write can corrupt
the file. The odds of that happening are much higher if you have multiple
people in the same front end.
 
P

Pat Hartman \(MVP\)

And in addition to the other good advice, avoid macros in a "production"
application. They do not support error handling and what you are
experiencing might be easily trappable if you use VBA.
 

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

Similar Threads

Error 3709 1
Problem with a linked table 1
corrupted record 2
switchboard in split databsae 2
When to split? 13
Records lock up after changes made 4
Split Database problem 5
Basic Database Questions - Split? 4

Top