T
Todd Lemen
Is there a VBA syntax for referencing a subcontrol form,
using Form("Form name").Controls("control name")
notation? I'd like to pass the form name and control to
a small form on open, then use those form and control
names to pass back the result. I can get the Forms!
[FormName]![Subform name].Form![Control Name] notation to
work, but would like to use variables for the form and
control names (hence the preference for the Form("Form
name").Controls("control name") notation).
Todd Lemen
using Form("Form name").Controls("control name")
notation? I'd like to pass the form name and control to
a small form on open, then use those form and control
names to pass back the result. I can get the Forms!
[FormName]![Subform name].Form![Control Name] notation to
work, but would like to use variables for the form and
control names (hence the preference for the Form("Form
name").Controls("control name") notation).
Todd Lemen