B
Bob Quintal
=?Utf-8?B?Wm9sdGFyNTQ=?= <[email protected]>
wrote in
subform control's name property which may not be the same as the
sub's form name. You will find the subform control's name
property
in the properties, under the other tab as name, the name of the
sub's form is in the properties Data tab as Control source.
That said,
me!child1.form![fieldname]
wrote in
to refer to a control on the subform you have to reference theCan someone tell me how to identify a field on a subform using
code? I am trying to create a routine that, when a customer
is entered into the main form and they are not in the list,
the subform will accept a new entry.
Currently I know that when specifying field names on a main
form I can simply type the field name or use Me.[fieldname].
To refer to a subform can I use subfrmName.[fieldname]?
Z
subform control's name property which may not be the same as the
sub's form name. You will find the subform control's name
property
in the properties, under the other tab as name, the name of the
sub's form is in the properties Data tab as Control source.
That said,
me!child1.form![fieldname]