Hey,
I have a form which includes a couple of combo boxes where a user selects a product family. The form also has a gallery with a combo box where the user can select multiple products for the selected product family.
When a user has selected a product in the gallery and then decided to change the product family selection, how do I then reset the combo box in the gallery?
I have tried adding the following code to cmb_ProductFamily OnChange: (but none of them clear the combo box)
Reset(cmb_ProductLine);
Reset(gal_RequestedProducts);
Please help 🙂