Hi
I want to know if I can search my database, with the help of a text box. When the search button is clicked, the results is displayed in a list box so that the user then can select the result that suits him and then add that text to the final text box.
What I would like to know is how can I use a sql query in this type of way?
The column I will basically search for is the JobCode column.
Any help?