The only possible conflict is if two users are trying to edit the same
record at the same time. One user will have to wait. Yes, the moment the
second user reloads his form or even requeries the recordsource, all changes
are seen.
Best practice is to keep a pristine copy of the front-end on the server,
already linked to the back-end. If anyone corrupts their local copy, the
quick fix is to delete the local copy and copy the pristine front-end that
lives on the server. That way they always have a perfect copy available, and
you are even down more than a few seconds to a minute.
--
Arvin Meyer, MCP, MVPhttp://
www.datastrat.comhttp://www.mvps.org/accesshttp://www.accessmvp.com
Okay.. That just explained probably 99.9% of my questions in one
sentence about the Jet capabilities. So if I have 3 people that all
need to use that database, mainly a Form called "DN Update". I can
have all users with their own FE copy of say phones.mde on their local
system, then that will allow all 3 users to be in DN Update form at
the same time, making changes to the same database, without any
conflicting issues!? So if one user updates extension 1234, another
user can see that information instantaneously when they bring up the
data within seconds, correct!? Bascially just reloading the record for
that extension!?
Then, all I would have to do is setup an automated bacup of the
database, and it doesn't matter if anyone nukes their FE copy, because
they are all the same, correct!?- Hide quoted text -
- Show quoted text -