C
Craig
Hi
Using ASP VP, DW 8.0.2 and MS Access
I have a dynamic page that is accessed through a URL such as:
www.domain.com/file.asp?ClientSize=average
However, I want to specify more than one parameter in the URL such as:
www.domain.com/file.asp?ClientSize=average&Medium=design
What is the syntax for a WHERE clause that will do this?
Right now the WHERE clause reads:
WHERE ClientSize LIKE %MMColParam%
and MMColParam has the parameters:
Name: MMColParam
Type: Text
Value:Request.QueryString("ClientSize")
Default value: 1
How can I add more than one parameter?
Please help! Thanks
Craig
Using ASP VP, DW 8.0.2 and MS Access
I have a dynamic page that is accessed through a URL such as:
www.domain.com/file.asp?ClientSize=average
However, I want to specify more than one parameter in the URL such as:
www.domain.com/file.asp?ClientSize=average&Medium=design
What is the syntax for a WHERE clause that will do this?
Right now the WHERE clause reads:
WHERE ClientSize LIKE %MMColParam%
and MMColParam has the parameters:
Name: MMColParam
Type: Text
Value:Request.QueryString("ClientSize")
Default value: 1
How can I add more than one parameter?
Please help! Thanks
Craig