While cycling through the records of a form, when I get to a new form, I want the AllowEdits, AllowDeletions, and AllowAdditions to be changed to True programmatically. How do you do this through code.
I've tried:
Forms![formname].[subformname].allowadditions = true
and that does not work.
Is there another way to access the subform's properties?
I've tried:
Forms![formname].[subformname].allowadditions = true
and that does not work.
Is there another way to access the subform's properties?