Combo box problem

Y

Your name

I have a form that uses a combo box to find records, on this form I also
have a button that opens another form as a popup. I use this form to enter
the data that will be used by the combo box.

The problem is when I add a record from the popup form and return to the
main form my combo box doesn’t show the record I just entered.

Any help will be appreciated
 
J

Jeff L

Requery the combo box when you close the popup form.

Forms!YourFormName!ComboBoxName.Requery

Hope that helps!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top