Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how do u refresh after making a change on a form?

Status
Not open for further replies.

shaman7800

Technical User
Feb 19, 2002
6
US
if i want to change the entry in a combo box, and other combo boxes are depent on it, how do i refreash the form

and i thank u for any help given

 
Code:
Private combo1_AfterUpdate()
  Me!combo2.Requery
  Me!combo3.Requery
End Sub
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top