P
Patrick Graham
Main form: frmInputData
Subform: subIPS
The subIPS is locked and has a button to allow edits.
What code do I use to unlock the subform?
Forms!frmInputData!subIPS.Form.Locked = False
Doesn't work, where am I wrong?
Subform: subIPS
The subIPS is locked and has a button to allow edits.
What code do I use to unlock the subform?
Forms!frmInputData!subIPS.Form.Locked = False
Doesn't work, where am I wrong?