I have a main form called frmSales and two subforms called frmProducts and frmService.
I have managed to lock the main form (frmSales) with;
Me.AllowEdits = False
however, how do I also lock both the subforms?
Thanks,
Tricia
I have managed to lock the main form (frmSales) with;
Me.AllowEdits = False
however, how do I also lock both the subforms?
Thanks,
Tricia