Guest_imported
New member
- Jan 1, 1970
- 0
I have managed to retreive data from both tables where details.USER = notes.USER.
This is fine as now users appear with the note corresponding to themseleves, BUT!! if a user does not have a note, they do not appear in the notes table and therefore details.USER does not = notes.USER and I get a message stating no records found.
The SQL I am using is:
sqltemp="select * from details,notes where details.USER = notes.USER and details.USER = '" sqltemp=sqltemp & myname & "'"
Please help!!!
This is fine as now users appear with the note corresponding to themseleves, BUT!! if a user does not have a note, they do not appear in the notes table and therefore details.USER does not = notes.USER and I get a message stating no records found.
The SQL I am using is:
sqltemp="select * from details,notes where details.USER = notes.USER and details.USER = '" sqltemp=sqltemp & myname & "'"
Please help!!!