I need to display on a report all items that DO NOT exist in a table. The item is entered with characters that I remove. I then want to see if this item with the characters removed exists in a table. If it DOES NOT I want to display it on my report.
Fo example : The item is entered as X-123.4-56. Removing the characters leaves 123456. I then want to see if this item is found in another table. If it DOES NOT display it on the report. The lookup table contains six digit numbers starting with a 1.
I am linking the Order table to the lookup table with a left outer join from the Order to Lookup table on the related item field.
Thank You
Fo example : The item is entered as X-123.4-56. Removing the characters leaves 123456. I then want to see if this item is found in another table. If it DOES NOT display it on the report. The lookup table contains six digit numbers starting with a 1.
I am linking the Order table to the lookup table with a left outer join from the Order to Lookup table on the related item field.
Thank You