compare msaccess and textbox value

S

sujitha_h

how to compare a value in textbox with list of values in msaccess
database to check whether the textbox value is matched with one of the
value in the database by vb.net
 
H

hmadyson

Assuming that the textbox is in an Access form I would convert the text box
to a combobox and set the property limit to list to true.
 
Top