I am trying to point to a record using a session var.
in my SQL statement.
I have successfully done this searching a numeric field
using this statement.

x.dbSQL = "Select * from names WHERE password = "& st &" "

but when I try it on a TEXT field, it dosen't work.
Where am I going wrong.