Hi,
I've asked a similar question before, so sorry if this is a repeat.
I have a comboBox on a Windows form. I want it to act like a Drop Down style when the user is typing in to it- for it to go to the record they are typing, but on Leave, I want some way to check that the item they have typed is actually a value in the list. I don't want them to be able to save records with un-validated text in this box. Any ideas?
I've asked a similar question before, so sorry if this is a repeat.
I have a comboBox on a Windows form. I want it to act like a Drop Down style when the user is typing in to it- for it to go to the record they are typing, but on Leave, I want some way to check that the item they have typed is actually a value in the list. I don't want them to be able to save records with un-validated text in this box. Any ideas?