Hi People.
I have about 100 ComboBoxes and I want to have a user select something from the list and also be able to bring up an entry from the alphabetized list by typing in the first letter of the entry. Each ComboBox is set with the following properties:
MatchEntry 0-fr Match Entry First Letter
MatchRequired True
If someone types a letter (i.e. O) and it is not on the list, the letter remains as the text in the ComboBox. I was wondering if there is another property I have to set to prevent this, or do I have to code for it in the Change() event.
Thank you, DAVE
I have about 100 ComboBoxes and I want to have a user select something from the list and also be able to bring up an entry from the alphabetized list by typing in the first letter of the entry. Each ComboBox is set with the following properties:
MatchEntry 0-fr Match Entry First Letter
MatchRequired True
If someone types a letter (i.e. O) and it is not on the list, the letter remains as the text in the ComboBox. I was wondering if there is another property I have to set to prevent this, or do I have to code for it in the Change() event.
Thank you, DAVE