Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. kkondrat

    sql/session variables

    Here is my code: If Session("departmentnum") > "0" Then Query = "SELECT UserName, pass, UserID " Query = Query & "FROM Securities " Query = Query & "WHERE DepartmentID =" & Session("departmentnum") response.write Query...

Part and Inventory Search

Back
Top