Lock Fields Once Record is Closed

KSReynolds

Registered User.
Local time
Today, 01:55
Joined
Jul 24, 2013
Messages
27
I have several forms in my database that have a closed (1=Closed) option button. Is there a way to make all of the fields for that record readonly if the closed option is set to equal 1?
 
Use the Form Current method.. Use the Option to test and loop through all controls to set Locked property to Yes.
 

Users who are viewing this thread

Back
Top Bottom