I have a database containing 3 tables. If I run a query calling for values from all of the three tables, the only recordset which is built is that of items with values in ALL 3 tables. For instance, if my attributes table doesn't display a value for languages on application ID # 1234, 1234 will not appear in the recordset. I need a recordset built of ALL tables regardless if a field is holding a null value. How can I accomplish this? Thanks.