enzobanzai
Technical User
Hi
I am new to all this so I need a little help.
My client wants a litttle search facility in his site.
I am doing this in ASP VB with Access as the DB.
Heres the search page:
Now the table in my database (tbl_stock) is a simple one that just contains the following corresponding fields.
txtName
txtSupplierCode
intDimension
intGSM
intCategory
Does anybody know of the SQL code I can use to return a result on my next search_results.aap page.
At the moment I am drawing blanks
I know that you have to set up variables like request.QueryString("name") and then use LIKE and = but I cant get it to work?
any ideas??
Dave
I am new to all this so I need a little help.
My client wants a litttle search facility in his site.
I am doing this in ASP VB with Access as the DB.
Heres the search page:
Now the table in my database (tbl_stock) is a simple one that just contains the following corresponding fields.
txtName
txtSupplierCode
intDimension
intGSM
intCategory
Does anybody know of the SQL code I can use to return a result on my next search_results.aap page.
At the moment I am drawing blanks
I know that you have to set up variables like request.QueryString("name") and then use LIKE and = but I cant get it to work?
any ideas??
Dave