Oct 20 2023 05:56 PM
I have 2 combo boxes named; Street & Location. now I want to clear the selected value of the Location combo box when the Street combo box is changed? how I can do so? I do not want to reset the value i want to clear it. so it woks on Edit as well as on New forms
Oct 20 2023 10:56 PM
Oct 21 2023 02:41 AM
@wfrf92 Reset() will not remove/clear the value it will reset it to the ThisItem value... this will not work specifically in Editform where there will be a value already..
Jul 26 2024 04:52 AM
@john john You are correct. Did you find a resolution to this using the modern combobox? It doesn't have the same properties as the classic version. Quite annoying. Once a value is selected, I cannot unselect it or clear the selections.