I need help w/'refresh' and/or 'requery'on a form. I have frmA that has a combo box on it. This combo box allows the user to select a person's name. Making a selection in the combo box then populates the rest of text boxes on the form. If the name you want is not in the combo box, you then click a cmd button that takes you to frmB so that you can add the name to the table (frmA stays open while you are working on frmB). My problem is that when I close frmB and return to frmA the info in the combo box has not been updated. I think the problem is that frmA never closes and therefore the combo box on frmA isn't updated. I tried refreshing the combo box, as well as frmA, but nothing worked.
Thanks in advance.
Thanks in advance.