I have build at Access database which is running on a small network (5
computers) and I am having stability problems: when someone on one
terminal enters a client (selects a record) via a form, that client
comes up on the other screens, displacing the records that they
selected. How can I prevent this? It is as if the system is sharing
bits of memory between all of the computers.
The database is running on Access 2002. It is available on a network
and the database has been split. The 5 terminals have identical
versions of the front end of the system. The database is small: it
contains only a few hundred client records.
We were originally running the system with no locks, and have now put
locks on all of the forms (using ?edited records?). The system seems
to be a little more stable, but other people?s records still flash up
when one of them changes data in a record.
Also, if I try to run reports (using buttons/macros in the forms) they
may select the record that is open on one of the other computers. If I
put locks (edited records) on the reports, an error message comes up.
Can anyone suggest how I can resolve the problem? Do I need to put
locks (?edited records?) on all of the queries too -- or perhaps just
the temporary files that are used when selecting a client? |