Misty, if I read that correctly, you are using the front end from the shared drive and potentially EVERYONE uses the same file. This is not the right way to do it. Everyone should make a local copy of the FE file onto their workstation The FE should link to the BE. ONLY the BE should actually be shared. When you do it this suggested way,
A) The FE and its contents, when locally presented, have no network delays. The only network operation involves touching the BE file. Should be considerably faster.
B) The local FE and it contents, though they are files that get locked when opened, have NO CONTENTION because everyone has their own PRIVATE copy of the FE file. No possibility of lock collisions. NONE.
C) It is impossible in this case to have a lock collision on a component of the FE - which I am bringing up separately from (B) because it is the issue of lock collisions in a shared FE that is the FASTEST way to invite database corruption with accompanying loss of data.
The only down side is if you develop a new FE, you need to get it to your users.
Hello, I always wanted to know how to update the Fe and Be using a version number. Currently I have the Be in a folder on the local server and I distribute the Fe to each employee. Is there a way when I update the FE each person using the database FE when open it runs a version check and if its...
www.access-programmers.co.uk
I'm to the point of buttoning up my application UI framework so that I have something that can begin to be used even if it doesn't actually do a whole lot at the moment. So, I have some unanswered questions, loose threads of ideas floating around from the various articles/forum posts I've read...
www.access-programmers.co.uk