I have read heaps of tutorials and tips in this matter, but I can't get it to work!!!
I have a textfield where the user enter something to search for, and on another page the result is supposed to be listed.
When I try the SQL statement in the advanced Recordset dialogbox, by entering different "Default Values" it works just fine, but when I try entering a search in the textfield it lists all my records!!!???
I have the textfield in a form with method POST. I have also tried GET.
I have another page where the result should be listed. As "Run-Time Value" I'm using Request. I've also tried Request.QueryString.
Does it makes sense? Can you understand my problem?
Please answer with questions if you don't really understand but think you may have a solution.
Ta!
I have a textfield where the user enter something to search for, and on another page the result is supposed to be listed.
When I try the SQL statement in the advanced Recordset dialogbox, by entering different "Default Values" it works just fine, but when I try entering a search in the textfield it lists all my records!!!???
I have the textfield in a form with method POST. I have also tried GET.
I have another page where the result should be listed. As "Run-Time Value" I'm using Request. I've also tried Request.QueryString.
Does it makes sense? Can you understand my problem?
Please answer with questions if you don't really understand but think you may have a solution.
Ta!