Re: Restrict FE application to one user at a time - "Exclusive" isn't Exclusive!




<teddysnips@xxxxxxxxxxx> wrote in message
news:1177928138.876356.204410@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
On 12 Mar, 15:43, "Keith Wilby" <h...@xxxxxxxxx> wrote:
<teddysn...@xxxxxxxxxxx> wrote in message

news:1173710008.111930.56570@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx



They want to amend it so that only one person can be logged in at any
one time. So, if Joe Bloggs tries to open the application, and Fred
Jones has already connected, Joe Bloggs will see a message saying
"System exlusively opened by Fred Jones. Please try later" or
something like that, and Access would then close.

I think this is achievable by checking the default open mode to
"Exclusive"
under Tools, Options, Advanced.

Hi Keith

I've finally got around to testing this.

I created a dummy back-end with a single table and, as you suggested,
set the default open mode to "Exclusive". I moved this database to a
location on our network.

I also created a dummy front-end linked to the dummy back-end, also
setting the default open mode to "Exclusive". I sent a copy to a
colleague and we were both able to open the front-ends
simulataneously, editing the data ad lib.

Any thoughts?

Edward

The "Exclusive" setting is for the front end. You could try opening the back
end tables and place a lock on the tables using VBA code in the front end.


.



Relevant Pages

  • Re: Restrict FE application to one user at a time - "Exclusive" isnt Exclusive!
    ... So, if Joe Bloggs tries to open the application, and Fred ... "System exlusively opened by Fred Jones. ... I think this is achievable by checking the default open mode to "Exclusive" ... I created a dummy back-end with a single table and, as you suggested, ...
    (comp.databases.ms-access)
  • Re: Restrict FE application to one user at a time
    ... They want to amend it so that only one person can be logged in at any ... So, if Joe Bloggs tries to open the application, and Fred ... "System exlusively opened by Fred Jones. ... I think this is achievable by checking the default open mode to "Exclusive" ...
    (comp.databases.ms-access)