hello anybody know how can i make a search button??
im having a problem on the syntax or coding i need,
i mean, for example if i put a word on a textbox(txtUN), then i click on the cmdbutton(cmdSearch)
it will retrieve all info about the data that is been put on the textbox(txtUN)
and if example, i only put a single letter ,
example i put a letter "A"
it will display 1st all data on the database which starts on a letter "A"
(is this possible?)
thx for any1 who can help me,