Multiple users vs edit capabilities

D

dlemarr

Can a user see everyone's (all)records in a db, but only be allowed to edit
their own? This db will show various
maintenance records and I want the person responsible to able to update
their record on a daily basis. Other users can check the status of the
record but not alter it unless they are the owner.


Thanks
dlemarr
 
B

Brendan Reynolds

You could certainly use Access to develop an application that would
implement such a feature. But Access will not do it 'out of the box'.

--
Brendan Reynolds (MVP)
http://brenreyn.blogspot.com

The spammers and script-kiddies have succeeded in making it impossible for
me to use a real e-mail address in public newsgroups. E-mail replies to
this post will be deleted without being read. Any e-mail claiming to be
from brenreyn at indigo dot ie that is not digitally signed by me with a
GlobalSign digital certificate is a forgery and should be deleted without
being read. Follow-up questions should in general be posted to the
newsgroup, but if you have a good reason to send me e-mail, you'll find
a useable e-mail address at the URL above.
 
B

Brendan Reynolds

Sorry, no. I'm happy to try to answer specific questions, but that would be
much too long and detailed an explanation for me. I can give you some
pointers, though. You need to read up on Jet security (assuming you're using
a Jet (MDB) database) and RWOP (Run With Owner Permission) queries. The
following URL is a good starting point ...

http://support.microsoft.com/default.aspx?scid=/support/access/content/secfaq.asp

--
Brendan Reynolds (MVP)
http://brenreyn.blogspot.com

The spammers and script-kiddies have succeeded in making it impossible for
me to use a real e-mail address in public newsgroups. E-mail replies to
this post will be deleted without being read. Any e-mail claiming to be
from brenreyn at indigo dot ie that is not digitally signed by me with a
GlobalSign digital certificate is a forgery and should be deleted without
being read. Follow-up questions should in general be posted to the
newsgroup, but if you have a good reason to send me e-mail, you'll find
a useable e-mail address at the URL above.
 
Top