I have a database with products and location codes.
fields: itemnmbr,locncode
Every item should have a locncode M. We want to find out which items do not have M but have any other locncode. We also need to ignore items that have a blank locncode field.
The database has a record for each itemnmbr & locncode combination. There are multiple records for each item number.
Our task is to identify which items do not have locncode M while they may have other location codes.
TIA
Jason
fields: itemnmbr,locncode
Every item should have a locncode M. We want to find out which items do not have M but have any other locncode. We also need to ignore items that have a blank locncode field.
The database has a record for each itemnmbr & locncode combination. There are multiple records for each item number.
Our task is to identify which items do not have locncode M while they may have other location codes.
TIA
Jason