Ok, I'm fairly new at VBA but from what I understand, I did that and it didn't work.
Here is what my code looks like on the originating form
Code:
Private Sub Form_GotFocus()
CaptainCombo.Requery
End Sub
this didn't requery the combo box after closing the form that I made to input values into that table. Here is the database I'm working on. The "New Teams" form has a control to open the "New Captain" form. After inputting the data into that form and it's been closed, I want it to update the "CaptainCombo" combo box in the "New Teams" form.
3-on-3 NEW.zip
Edit: I put that same code into the Mouse Move event in the detail section and it does requery that combo box.