I need help with sql statement that includes two tables
one table has id and name, lets call it tbluser
second table has id and all other info, lets call it tblinfo
Something like this
Select id from tbluser where name = txtname
Select * from tblinfo where id = id selected from first table
I know how to do this with two select statements, wondering how to do it in one