I create a monthly report from two tables (product data and mortgages) using an inner join query on product type column. Product data table contains static data whilst mortgages contain transactional data.
There are instances where new product types have been created during the month and included in mortgage data and i have not been informed to update my Product data table with details of the new product. This leads to inaccurate results in my report.
Can anyone please tell me how to include a function in my query that will alert me if there are non-matching product types in the two tables?
Thanks
There are instances where new product types have been created during the month and included in mortgage data and i have not been informed to update my Product data table with details of the new product. This leads to inaccurate results in my report.
Can anyone please tell me how to include a function in my query that will alert me if there are non-matching product types in the two tables?
Thanks