combo box

G

Guest

I have added code to a combo box to allow extra words to be added to it and
saved into a table list. I have added more combo boxes to my form taking
info from the same table. When I add a new item to the first combo box it
does not automatically appear in the other combo boxes. I have to close the
form and reopen it for the combo box to update.
 
G

Guest

After you add the record to the table, refresh the other combo's

Me.Combo2Name.Requery
Me.Combo3Name.Requery
Me.Combo4Name.Requery
 

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

Similar Threads

Combo box in multiple tables within a database 4
Blank combo or list box 1
Combo box questions 2
combo box filter 1
Combo Box Question 4
Combo Box Help 7
Combo box item selesction 3
Combo Box - Help Please! 5

Top