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