I think a security issue

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I was wondering if there is a way to permit only one person to use a database
at a time? With our current database, if I was working in it and my
assistant would open it at her desk also, it would not prompt her to let her
know it was already in use. Is there such a command to do this. It sure
would save us some errors. Our procedure now is to yell across the room, hey
is anyone in the program. That is if we remember to do so.
 
Access is multi-user enabled out of the box.

What you really should do, though, is split the application into a front-end
(containing the queries, forms, reports, macros and modules), linked to a
back-end (containing the tables and relationships). Only the back-end should
be on the server (or on a shared folder if you're not using a server): both
you and your assistant (and whomever else may require access to the data)
should have your own copy of the front-end, preferably on your hard drives.
 
I was wondering if there is a way to permit only one person to use a database
at a time? With our current database, if I was working in it and my
assistant would open it at her desk also, it would not prompt her to let her
know it was already in use. Is there such a command to do this. It sure
would save us some errors. Our procedure now is to yell across the room, hey
is anyone in the program. That is if we remember to do so.

If you'll both be working on the same database in design mode, open it
exclusively. That's one of the options on the Open menu item.

If you'll just be using the application, sharing the same data but not
updating the structure of forms, tables, etc., and for routine use (as opposed
to developement), follow Douglas' advice and split the database.

John W. Vinson [MVP]
 

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

IPad remote 10
Unsolicited Emails 12
Any link between malware and scam calls? 2
Some people have no sense 1
Oh the irony! 10
IPad Multiple Users 0
We only want what is best for our kids, don't we? 1
USING WALKIE TALKIES 1

Back
Top