Locking a default

  • Thread starter Thread starter Shawn
  • Start date Start date
S

Shawn

Hi,
On a form, is there any way to lock a value in a field
once you've set it as a default? So no one can change it
when they are entering in a form.
Thanks,
Shawn
 
On a form you can go to properties of the field and type
the value into the default line then go down to lock and
change it to yes. This will put your default value in and
will not allow the field to be changed. Tina
 
If there is a default value set in the table design then you don't need to
show the field on the form. That way the users won't be able to change the
value.

If you need the users to be able to see the value then set the locked
property of the control to "Yes" and the enabled property to "No".
 
Back
Top