Userform RefEdit updating ComboBox values

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I have a userform that has RefEdit which will update 5 ComboBoxes lists. It
works fine as long as I make the selections. BUT in case that I go backwards
and change RefEdit selections which should update the ComboBoxes. How do I
manage change in RefEdit in a way that if that is change it will also clean
the selections made in following ComboBoxes?

Thanks for help.
MakeLei
 
Possibly use the change event of the refedit to reassign the rowsource of the
comboboxes.
 

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