I have a form with 1 textbox (txtSearch) and a 1dropdown (dropdown), the textbox is the search string and the dropdown is a list/menu of which the values=the 3 columns in the Access database.
the form is set to GET and the correct asp file is set as results.
My knowledge of SQL is still in it's infancy, so any help would be much appreciated.
I know that the initial sql statement is:-
SELECT *
FROM tablename
WHERE .............
Can anyone fill in the blanks, to complete the sql statement in advanced.
failing that a similar sql statement that uses 1 textbox and searches 3 columns in 1 table.
I am happy at simple searches and filtering and sorting 1 column.
Pete Heseltine
The Heseltine Network.
mailto
eter.heseltine@heseltine.net
the form is set to GET and the correct asp file is set as results.
My knowledge of SQL is still in it's infancy, so any help would be much appreciated.
I know that the initial sql statement is:-
SELECT *
FROM tablename
WHERE .............
Can anyone fill in the blanks, to complete the sql statement in advanced.
failing that a similar sql statement that uses 1 textbox and searches 3 columns in 1 table.
I am happy at simple searches and filtering and sorting 1 column.
Pete Heseltine
The Heseltine Network.
mailto