I'm pretty new to SQL statements, and I've been trying to join 2 tables. I have two tables, one has building names, and the other has tenant names. I'm trying to join them so I have the Building/Tenant names together. I'm able to do that, but I'm trying to have the Building Name come up by itself as a record. This works by using a LEFT OUTER JOIN, but only if there are no tenants for that building. I want the Building Name to come up by itself as a record even if there are tenants.
Thanks in advance.
Rob
Thanks in advance.
Rob