Multiple users vs edit capabilities

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

Guest

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
 
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.
 
Please forgive...... But can you explain the application that would do this?
 
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.
 

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


Back
Top