Hello all,
So I'm having a problem building a query.
I have 3 tables total that I will be pulling information from.
Table1 has 3 fields (field1, field2, and field3) that are linked to Table2
Table1 also has 2 fields (fieldA, fieldB) linked to Table3
A regular Query on table 1 returns 627 records.
Once I add Table2 to the Query, I delete the relationship of three fields, and make it to a single field (field1). (the reason I do this is because if I leave the Table linked to 3 fields, it returns no records.
Now when I run the query I'm only getting 412 records. The ones that are missing either have the value 0 or Null for that field (field1), How do I allow the query to return these records as well?
I tried looking into the Nz() function but I couldn't quite grasp how to use it in the query builder, anyone mind explaining to me?
Thanks