How do use code to update subform based on queries

K

krcmd1

I have a form with embedded subforms. I want to rerun (or refresh or whatever) a subform (which is based on queries on a table), when a different subform alters that table.

I must not be attaching the requery code to the correct object or events.

Thank you, in advance for your help.
 
V

Van T. Dinh

Use whatever Event in the other Subform that alters the Table to requery
this Subform.

--
HTH
Van T. Dinh
MVP (Access)




krcmd1 said:
I have a form with embedded subforms. I want to rerun (or refresh or
whatever) a subform (which is based on queries on a table), when a different
subform alters that table.
 
Top