combo box

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
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


Back
Top