The pop up form is opened directly from the combo box, which means the combo box is the active control. Thus, the simple code SmileyOne suggested worked like a charm!
Code:
Docmd.Close Screen.ActiveControl.Requery
For what is is worth, I tried ADezii's code and that worked as well. Will keep it in my "toolbox"...
Leave a comment: