Refresh a Sub form

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

Guest

I would like to refresh a sub form every time I select a value from a drop down in my main form. The two forms are already linked but I do not know how to refresh the sub form.

Thank you for your time.
Diana
 
In the AfterUpdate event of your combo:

Me.NameOfYourSubformCONTROL.Form.Refresh


--
Scott McDaniel
CS Computer Software
Visual Basic - Access - Sql Server - ASP
Diana said:
I would like to refresh a sub form every time I select a value from a drop
down in my main form. The two forms are already linked but I do not know how
to refresh the sub form.
 

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

Similar Threads


Back
Top