I want to use session("lastname") from a logon page as the criteria for records to be shown through a DB Results table. In other words, I want to display in a table only the records that belong to session("lastname"). How do I set the criteria for the query to be limited to the session("lastname") that is NOT from a hidden value passed from a form?