Question
IF THEN - Help Please
Hope someone can help me with this one....
My Search page has a drop down menu with 5 values
I need to use a IF THEN statement between recordsets on my results page. I
have 5 record sets.
So something like
<% If Request("due2")=e THEN %>
recordeset1
<% Else %>
<% If Request("due2")=k THEN %>
recordset2
etc........
I've tried to create this but can't get it to work and wonder if someone can
give an example of the code required.
Thanks in advance
Andy
My Search page has a drop down menu with 5 values
I need to use a IF THEN statement between recordsets on my results page. I
have 5 record sets.
So something like
<% If Request("due2")=e THEN %>
recordeset1
<% Else %>
<% If Request("due2")=k THEN %>
recordset2
etc........
I've tried to create this but can't get it to work and wonder if someone can
give an example of the code required.
Thanks in advance
Andy
