OK, I'm having trouble trying to get this line of code to work. I know it's a syntax issue, but I can't seem to figure it out. What I'm doing is taking the value of emp_no and when it gets redirected to store.asp it'll display all the stores for emp_no. Hopefully that makes sense. What am I doing wrong?
response.redirect("store.asp?StoreInfo=rs.Fields(emp_no).Value"
Thanks in advance
response.redirect("store.asp?StoreInfo=rs.Fields(emp_no).Value"
Thanks in advance