G
Guest
In a Form Field's event I want to write a command to enable or disable edits
in Form's subForm.
The following didn't work.
Me![subfName].AllowEdits = False
or
Forms![subfName].AllowEdits = False
I would appreciate any help.
in Form's subForm.
The following didn't work.
Me![subfName].AllowEdits = False
or
Forms![subfName].AllowEdits = False
I would appreciate any help.