|
-
Oct 8th, 1999, 10:01 PM
#1
Thread Starter
Addicted Member
I have an SQL in Access which creates a recordset of fields from different tables depending on matches. For example if a 'Contact Name' in a query is equal to one in my 'Contact table' - I am selecting the phone numbers for the contact. What happens is that if there is no match I don't get anything selected. I want to select everything else and if the contact doesn't match, just have null fileds for phone numbers - does anyone know how to do this with an SQL?
-
Oct 9th, 1999, 03:13 AM
#2
Frenzied Member
"Join". A full join will return all records from both tables, a right (or left) join will return all the data on the right (or left) side of the join statement, even if the other side has no matching records.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|