I want to be able to lock all the input fields on a form. Is there some way to do that with a command or do I have to lock each of the objects separately?
In my table I have a column called lock. If lock is set to true then I want everything on the form to be locked. I want my users to be able to view the form and data but if it is locked they should not be able to update anything on the form.
The form has over 50 input fields. I know I can check for the lock and then lock each of the fields with a some code but I am trying to avoid having to lock each one individually. Is there some way I can lock the entire form?