J
JimP
This seems to work, but is it correct? Main form, sub form and control are
all variables.
set ctl = Forms(MainForm).Controls(SubForm).Form.Controls(ControlName)
all variables.
set ctl = Forms(MainForm).Controls(SubForm).Form.Controls(ControlName)