I'm writing a macro to allow edits on a sub-form called TmElpsd_sbfrm. The main form is called EDFrm. I locked editing on the TmElpsd_sbfrm. The macro is a SetValue function. I'm not sure what to put on the Item line. I looked at this page and thought it indicated: Me!Subform1.Form!ControlName.Enabled
If so, would my statement be this?: Me!TmElpsd_sbfrm!EDForm!AllowEdits.Enabled
Thank you.
If so, would my statement be this?: Me!TmElpsd_sbfrm!EDForm!AllowEdits.Enabled
Thank you.