Hello, How can I search a distinct field using select distinct in a textbox in VB? What is the code? Using the textbox property KEYPRESS
Select Distinct Statement
Collapse
X
-
Do you want that when you write something in the txtbox it should be different from any field somewhere?Originally posted by Alan012Hello, How can I search a distinct field using select distinct in a textbox in VB? What is the code? Using the textbox property KEYPRESS
Where the fields are? in a DataBase? in a list or a combo box?
Or do you want that while typing in the textbox, you cannot duplicate a character?
KeyPress is an event not a property, but maybe the Change event will give you better results, depending on what you need
Comment