Hi there
In my form – I have a combo listbox with properties – styleDropDownCombo & Behaviour properties ‘match entry’ = 1 frmMatchEntryComplete.
With my combo listbox – I load an array (with all the companys staff names).
from the combo listbox – when I select a name it displays & all is OK.
However in the listbox – if a name is displayed & I select the name & delete it & then hit the enter button/or goto another object on the form
the following message is displayed: ‘Microsoft Forms – Invalid property value’. The only way to rid the error message is to actually go back to the listbox & select a name
& this message displays I assume from the property MatchEntryComplete.
I need to have the property ‘match entry’ = 1 frmMatchEntryComplete as there are approx 1200 names loaded & its just easier for the user to type the name & the name is displayed.
Is there some code I can use to test if the listbox is blank or to handle the above scenario or work around it so the message isnt displayed?
Diana