'TblMonth' has 2 fields: OrderRef, ProductNo
'QryOrders' has 2 fields: OrderRef, ProductNo
I need to determine the records that DO exist in 'TblMonth ' but that DO NOT exist in 'QryOrders'.
i.e.
Find the records where TblMonth.OrderRef matches QryOrders.OrderRef BUT subsequently there is no match between TblMonth.ProductNo and QryOrders.ProductNo
I just can't seem to get my head round this one.
Thanks.
'QryOrders' has 2 fields: OrderRef, ProductNo
I need to determine the records that DO exist in 'TblMonth ' but that DO NOT exist in 'QryOrders'.
i.e.
Find the records where TblMonth.OrderRef matches QryOrders.OrderRef BUT subsequently there is no match between TblMonth.ProductNo and QryOrders.ProductNo
I just can't seem to get my head round this one.
Thanks.