C
CES
All,
Am I correct in assuming the way to set the value of a control on the main form from a subform is:
Me.Parent.ControlName.Value = "XXX"
Obviously it isn't because I continue to receive errors when I try to access the control.
Thanks in advance. - CES
Am I correct in assuming the way to set the value of a control on the main form from a subform is:
Me.Parent.ControlName.Value = "XXX"
Obviously it isn't because I continue to receive errors when I try to access the control.
Thanks in advance. - CES