I have a query that uses two tables. The join takes all the records on the first table with only those that match in the second table. I then subtract a field called negative carryover from the other. I am trying to get a new negative carryover. If there was not a matching record in the second table, then I get a blank negative carryover instead of what the negative balance was in the first table. How do I get this to show up?