Lock/Unlock a subform with code

  • Thread starter Thread starter Patrick Graham
  • Start date Start date
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?
 
Back
Top