My main form is frm_Review. It contains the combo box cbo_Status. The main form also contains the subform QA_subform. In this subform, I have a button that when pressed runs an update query that changes the status in cbo_status from Open to Close. Is there a way to requery cbo_status on the main form so that it shows the change without having to close the main form then opening it again?