I am joining two tables that have 3 fields in common and all 3 are needed to match the records uniquely; the three joins are Access left outer joins. However, if in table 1 one of the field is null, a record will not be returned eventhough there are matching values in the other two fields. I am joining an employee table with location information in a building field, floor field and room field (all text) to a Rooms table with the same three fields. In this case the employee has values in all fields but the Rooms table has a null in the floor field for the record with the same building and room IDs. So, since I am counting the number of records returned, in this case I am missing a record.
IS THERE A WAY TO GET AROUND THIS?????? HELP PLEASE!!!!![]()