I have the following code: str = "execute sq_nameofquery;" I need to be able to pass the Session("Username") into the query. Somewhat new to this so anyone got any ideas on how to do this prior to the point where I Set RS = Conn.Execute (str) ?????????
For those of you that were curious, I figured it out on my own. Here is what I used strUser = "exec sq_queryname " & Session("Username")