Runawaygeek
Registered User.
- Local time
- Today, 18:51
- Joined
- Mar 28, 2016
- Messages
- 77
I have 2 queries, on each one sits a string column called Package_ID.
I have created a LEFT JOIN between the 2, (all Items on Q1 and only matched Items on Q2)
My Statement is
IFF([Q1].[PackageID] = [Q2].[PackageID], "Match", "NO Match")
I expect where the IDs match to return MATCH (This happens) and where no matching ID is found to return NO Match, but i get #Error for the No Match?
There are no Nulls, as i have removed all of them in previous queries.
IDs are around 10Char maybe 15 Max.
They are String values.
Thank you for any help
I have created a LEFT JOIN between the 2, (all Items on Q1 and only matched Items on Q2)
My Statement is
IFF([Q1].[PackageID] = [Q2].[PackageID], "Match", "NO Match")
I expect where the IDs match to return MATCH (This happens) and where no matching ID is found to return NO Match, but i get #Error for the No Match?
There are no Nulls, as i have removed all of them in previous queries.
IDs are around 10Char maybe 15 Max.
They are String values.
Thank you for any help