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 John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Requery Combo in another form under a sub form

Status
Not open for further replies.

kliz0328

Programmer
Nov 7, 2005
138
US
I am updating a table in one form, and when it gets updated I want another form to requery a combo box, but I can't figure out how to do this.
The form that needs to be requeried is called mfrmdocumentMapping and has a page named Page1 which has a subform named Field Mappings which has a combobox named Combo48, which has a query for its rowsource, and uses one of the fields from the query for its control source. How would I go about Requerying this combobox? here is what I have tried so far
Code:
Forms("mfrmdocumentmapping").Controls("Page1").Controls("field Mappings").Controls("Combo48").Requery
 
Nevermind it is working I am just putting this piece of code in the wrong event procedure, sorry everyone
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top