C
Casey
I have a subform that is located on a main form. I
also have another subform on that same main form.
I will refer to them as subform1, subform2, and
mainform. The field on subform1 I will refer to as
field1. The field on subform2 I will refer to as field2.
After the update of field1 on subform1,I want
subform2 to requery (subform2 holds field2).
I know how to create a macro with the requery action,
and assign it to the afterupdate property of field1 on
subform1. I just need how to refer to subform2 in order
to requery it. I have tried something similar to what is
below but it does not work.
[Forms].[MainForm].[subform2].[form].[Field2]
Is there a way that I can communicate with subform2
in order to get it to requery.
If you know how I would refer to it, and you have
time to let me know, I would appreciate any help.
Thank you, and have a nice evening.
Casey
also have another subform on that same main form.
I will refer to them as subform1, subform2, and
mainform. The field on subform1 I will refer to as
field1. The field on subform2 I will refer to as field2.
After the update of field1 on subform1,I want
subform2 to requery (subform2 holds field2).
I know how to create a macro with the requery action,
and assign it to the afterupdate property of field1 on
subform1. I just need how to refer to subform2 in order
to requery it. I have tried something similar to what is
below but it does not work.
[Forms].[MainForm].[subform2].[form].[Field2]
Is there a way that I can communicate with subform2
in order to get it to requery.
If you know how I would refer to it, and you have
time to let me know, I would appreciate any help.
Thank you, and have a nice evening.
Casey