How do use code to update subform based on queries

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top