R
riyaz.mansoor
Hi
In FormOpen event of a subform I want to use the "linked child fields"
property of the "subform control" that contains the subform.
The only way I see this is:
for each ctl in subform.parent.form
if ctl.controltype = acsufform then
if subform.name = ctl.form.name then FOUND
Is there a shorter way to do this?
Riyaz
In FormOpen event of a subform I want to use the "linked child fields"
property of the "subform control" that contains the subform.
The only way I see this is:
for each ctl in subform.parent.form
if ctl.controltype = acsufform then
if subform.name = ctl.form.name then FOUND
Is there a shorter way to do this?
Riyaz