Hello,
I am not sure how to go about this one.
I have a survey in our intranet, that all works well, when the user gets to the last page, the user gets redirected to a sign.asp page
The issue that I am having is that the user can see all of the other users in the sign.asp page
here is what I have so far
here is what I would like to happen, I know that this is not corect I just put it in there so you can see my idea
the rs comes from my answers table
the rs1comes from my signed table
I appreciate any help
I am not sure how to go about this one.
I have a survey in our intranet, that all works well, when the user gets to the last page, the user gets redirected to a sign.asp page
The issue that I am having is that the user can see all of the other users in the sign.asp page
here is what I have so far
Code:
if rs("lastqst")="Yes" then response.redirect "signed.asp"
here is what I would like to happen, I know that this is not corect I just put it in there so you can see my idea
Code:
if rs("lastqst")="Yes" then response.redirect "signed.asp" where rs("cycle")=rs1("cycle") and rs("function")=rs1("funciton")
the rs comes from my answers table
the rs1comes from my signed table
I appreciate any help