Caro
Oct 8th, 1999, 10:01 PM
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?