Locking form fields from being edited

C

CEV

Is there a way to lock certain fields on a form from being edited by users?

Thanks,

CEV
 
R

Rick Brandt

CEV said:
Is there a way to lock certain fields on a form from being edited by
users?
Thanks,

CEV

Enabled property = False
or
Locked property = True
or both
 
Top