Placing a requirement for password to change a field

C

Charlie

How can I make a field in a record uneditable, or can you put a password on editing a certain field?
 
T

Tony C

Are you referring to a field on a "Form" rather than a
Table?

If you are, then you can open the Form in "Design View",
display the properties of the Text Box, select "Data" Tab,
and set the "Locked" Proprty to "Yes".

HTH

Tony C.
-----Original Message-----
How can I make a field in a record uneditable, or can you
put a password on editing a certain field?
 
Top