i want to add to a button to the form to lock/unlock the controls, so that nobody accidentally changes the data. In one form i had the controls to be locked in a subform so i just locked it through the change property, but in the main there are several controls and changing the property of every control is not possible, so is there any other way to lock the controls of the form, i tried changing the recordset to snapshot, but i think i can't handle the recordset properly
so i am left with no result. Please any body help, how can i lock the controls on the form.
thanks in advance
so i am left with no result. Please any body help, how can i lock the controls on the form.
thanks in advance
Comment