requery combo box

  • Thread starter Thread starter techengster
  • Start date Start date
T

techengster

Hi,

How do I requery a combo box once I have saved a record. I want the
rowsource of the combo box to be updated so that the last entry I
selected is no longer available to the user

T
 
Me.NameOfComboBox.Requery

Where and when you run this code depends upon your setup. Perhaps you can do
it in the form's AfterUpdate event procedure?
 

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

Back
Top