Requery Combobox

  • Thread starter Thread starter jokobe
  • Start date Start date
J

jokobe

Hi ng,
I use a combobox name my_id in a form. Once the
user has selected a value with the combobox, the
combobox has to be updated. I tried:
Me!my_id.requery but it is not working. Any ideas?


jokobe
 
Hi,

Me.ComboBoxName.RowSource = Me.ComboBoxName.RowSource


should.


Hoping it may help,
Vanderghast, Access MVP
 

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