Securing Records by Users

J

Jen

Is it possible to secure records by users. If example JSmith buts in a
record only JSmith could modify the record?

Thanks Ms. Jen
 
J

Joan Wild

Yes it is. You'll need to study up on security. It is a bit of a learning
curve, and you need to take the time to do it right. Once you've
implemented security, you can make use of the CurrentUser() to return the
Access login name and assign it to the record. You can then use the
function as a criteria in a query to return only that user's records.
 
K

Keith Wilby

Jen said:
Is it possible to secure records by users. If example JSmith buts in a
record only JSmith could modify the record?

Thanks Ms. Jen

Yes. You would have to record the user's identity when the recrod is
created and test for it in the form's Current event, then set the Allow Edit
property accordingly. Check out the CurrentUser function in the help.

Regards,
Keith.
www.keithwilby.com
 

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

Top