R
Rick Palmer
OK, I have a page that users come to in order to view cancellation status on
policies of theirs. When they get to this page, they have already logged
in, and therefore have a session variable called "UserID" that holds their
userID. Anyway, I have a database results section on this page, which I
only want to show records having the same userID as the user which is
currently logged in. Is there any way I can use their UserID session
variable as criteria for the database results instead of having to put a
textbox on the page where the user has to type in their userID again?
policies of theirs. When they get to this page, they have already logged
in, and therefore have a session variable called "UserID" that holds their
userID. Anyway, I have a database results section on this page, which I
only want to show records having the same userID as the user which is
currently logged in. Is there any way I can use their UserID session
variable as criteria for the database results instead of having to put a
textbox on the page where the user has to type in their userID again?