W
WildlyHarry
I have a form with a subform. I want to set the After Update field for the
form to populate data into a field on a subform. The form is linked to one
table, the subform is linked to a different table. I would typically use
code like:
After Update
me.field1.value = "MONKEYS"
However, I cannot find the reference for the field on the subform. Any
suggestions? Thanks in advance for the help.
form to populate data into a field on a subform. The form is linked to one
table, the subform is linked to a different table. I would typically use
code like:
After Update
me.field1.value = "MONKEYS"
However, I cannot find the reference for the field on the subform. Any
suggestions? Thanks in advance for the help.