C
Chris
I am unable to update the data in a subform. I have the code attached to a
close button on a popup form.
Code follows:
Using Forms![formname]![subformname].requery
DoCmd.close
The form "formname" is open throughout. I requery it and it disappears. I
would really like to requery the subform successfully. I am using the name
of the subform, not the name of the form used as the subform.
Is there something I am missing here?
Thanks.
Chrissy
close button on a popup form.
Code follows:
Using Forms![formname]![subformname].requery
DoCmd.close
The form "formname" is open throughout. I requery it and it disappears. I
would really like to requery the subform successfully. I am using the name
of the subform, not the name of the form used as the subform.
Is there something I am missing here?
Thanks.
Chrissy