SubForm Refresh

  • Thread starter Thread starter IEBrian
  • Start date Start date
I

IEBrian

I have a Mainform with two choices (CmbChoice1 and
CmbChoice2)
Within the Mainform there is a subform that is fed by a
query based on the above two choices.

I am looking for the code to refresh the subform upon the
changing of either or both of the above choices.

Thanks.
 
Hi,
You can re-query the subform with:
Me.NameOfSubformControl.Form.Requery
 

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