K
Klatuu
Not really, The column is a control and will have a name.
To reference any control on a subform from code in the main form, you have
to reference the subform control name on the main form. This is not
necessarily the same name as the form being used as the subform, but if you
used the wizard, it may be. So, the syntax is
Me!MySubformControlName.Form!ControlName
To reference any control on a subform from code in the main form, you have
to reference the subform control name on the main form. This is not
necessarily the same name as the form being used as the subform, but if you
used the wizard, it may be. So, the syntax is
Me!MySubformControlName.Form!ControlName