I have a workaround for this but owondering if:
I have a combo box with several values and sometimes a value is invalid and want the value rejected (aka fails validation) with the original value restored.
I tried setting up Validating with Cancel = false but it didn't restore old value.
I assume there is a simple solution to this, although not a big deal.
Hello Haessd,
Have you tried setting Combo's LimitToList property to True? This will force the combo into validation and accept only items that are populated.