how to set up the security?

V

Vivian

Hi gusy, I finish my database, but I have 2 questions:
first, if I upload it onto the server, and if there are two users edit it
the same time, to obtain the most updated records, and ensure they will not
cover each other, what can I do?

Second, if I only let the admin to have right to delete the records, while
others can only read and edit, how to figure it out?

Thank you.
 
M

[MVP] S.Clark

Each form has a Record Locks property. Implement the one that you like
most.

No Locks - Last in wins
All Records - Pessimistic
Edited Records - It's mine... and you can't have it until I come back from
lunch.
 
Top