how to protect a field from being edited?

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

Guest

I have a database which many users use with equal rights. is there a way to password protect a field from being edited. I am beginner...any help will be highly appreciated.
 
You could write code that asks for a password if a field is modified. This
would only work on the form. If the user opens the table directly, they
would be able to make changes without being prompted for a password.



I have a database which many users use with equal rights. is there a way to
password protect a field from being edited. I am beginner...any help will be
highly appreciated.
 
Back
Top