TenantID MonthYear GrossSales
I want to create a query of MISSING RECORDS (i.e. where a month is not reported).
I have also made a table with ALL months.
HOW DO I JOIN these these tables in a query so that I have a column showing ALL MONTHS next to a column of REPORTED MONTHS (some blank) so that I can set the criterion: is null (MonthYear) to get the missing records?
All I can get are complete records and I have tried doing a Left Join without success.
PLEASE HELP!!!