I want to enter a url of the form "http://www...../index.htm?MC001 " and pass the "MC001" to a query string. The query string I have now is:
Why does this not work?
Code:
qry = "SELECT QRID, QRContent FROM " & tablename & WHERE QRID= '" & request.querystring() & "'"
Comment