asp ?
asp ?
Out of context: Reply #2
- Started
- Last post
- 13 Responses
- gabriel_pc0
you need to actually append the form results to the sql string. like this:
strSQL = "SELECT * FROM reports WHERE title = " & Request.Form("title")
you need to actually append the form results to the sql string. like this:
strSQL = "SELECT * FROM reports WHERE title = " & Request.Form("title")