DDrowe said:
I have a program that several people are supposed to have access to.
My problem is that when it is open for long periods of time, I would
like to know by whom. Since only one person can save changes at a
time, it would help to be able to know who is tying up the program.
Thank you.
There are a number of possible solutions. I am assuming that the
database is located on a LAN. That being so each users should be accessing
it using their own Front End. The Front Ends have most everything except.
That is they would have the forms, reports and queries. The Back End (the
part on the server, only stores the information (the Tables).
This split database concept solves and prevents many problems when more
than one person needs to access data.
The next step I would recommend is user level security. However it
might be overkill for your needs. I don't really know your needs or what
they may become so I can't tell.
I suggest you start by reading
http://support.microsoft.com/default.aspx?scid=kb;[LN];207793
Access security is a great feature, but it is, by nature a complex product
with a very steep learning curve. Properly used it offers very safe
versatile protection and control. However a simple mistake can easily lock
you out of your database, which might require the paid services of a
professional to help you get back in.
Practice on some copies to make sure you know what you are doing.