ComboBox

  • Thread starter Thread starter Brook
  • Start date Start date
B

Brook

Is there a way that I can have two combo boxes on a form
(based on one table) and have one update the other on a
After_Update Event?

Thanks,
Brook
 
Thanks for the info,

Can I have the same code to update ComboBox1 it
ComboBox2 is selected?

Brook

IE User Choose the drop down from:
ComboBox1 >>> Which will update the corresponding date
in ComboBox2
ComboBox2 >>> Which will update the corresponding Data
in the ComboBox1
 
Back
Top