I am trying to create a query that will give mainly info from Table A, but I would like to include Table B so that other relevant info can be shown in the query. The tables are related.
However, not every record in Table A has something entered for the field which is related to Table B.
Here's my problem: Whether or not I set a criteria, or even list a field from Table B in the Query, records in table A that have no entry for the field that relates them to table B are not returned in the query.
So if I remove Table B from the query completely, those records do appear, but if I add it back in, whether or not I even list any fields from the table in the query at all, the records don't appear.
Thanks for any help!