I have two combo boxes (cboMainCategory & cboCategoryEntry) on a form. What I am trying to do is limit the contents of the second combo box based on the selection from the first combo box.
I populate the values of the first combo box using a query. Any idea how to proceed to populate the second combo based on the selection in the first? Any examples? Appreciate any help...
I populate the values of the first combo box using a query. Any idea how to proceed to populate the second combo based on the selection in the first? Any examples? Appreciate any help...