M
Mandorallin
I have a form and in that form I have a subform. If a certain value (string)
is placed in a field in the SUBFORM, I need a tickbox to display "True" in
the FORM.
I don't know what to code in Visual basic to make it check the field in the
subform. If it were a field in the form, for example, I would write:
If Forms![FormName].[FieldName] = Value Then ....
What would I type if I need it to refer to a subform and not a form??? And
if possible be as simple as possible with me because I really am an amature
and don't understand the many words that are confusing me in the Access help.
Thankyou.
is placed in a field in the SUBFORM, I need a tickbox to display "True" in
the FORM.
I don't know what to code in Visual basic to make it check the field in the
subform. If it were a field in the form, for example, I would write:
If Forms![FormName].[FieldName] = Value Then ....
What would I type if I need it to refer to a subform and not a form??? And
if possible be as simple as possible with me because I really am an amature
and don't understand the many words that are confusing me in the Access help.
Thankyou.