spike_access
New member
- Local time
- Today, 15:15
- Joined
- Mar 22, 2022
- Messages
- 14
Hi,
I have a very specific query that I want run in order to identify mismatches.
The comparison is to be performed between two tables; tblContentTracker and tblMeta.
The key between tblContentTracker and tblMeta is the field MetaID/Meta ID and the comparison should be done between the edit level ID and compliance fields from tblContentTracker and the relevant compliance field from tblMeta. And here is where it becomes way to complicated for a simple minded hobbyist like me.
Every record in tblContentTracker has a specific compliance and edit level ID. However, the tblMeta table contains all possible compliance versions as a unique field (simply because a meta record can contain multiple compliances, but only one edit level ID per compliance) which holds the edit level ID valid for that compliance.
The end result I'm after is a query that identifies where;
Have attached an Excel file with example data split up in three sheets;
Will highly appreciate any suggestions on how to perform this exercise.
Best
I have a very specific query that I want run in order to identify mismatches.
The comparison is to be performed between two tables; tblContentTracker and tblMeta.
The key between tblContentTracker and tblMeta is the field MetaID/Meta ID and the comparison should be done between the edit level ID and compliance fields from tblContentTracker and the relevant compliance field from tblMeta. And here is where it becomes way to complicated for a simple minded hobbyist like me.
Every record in tblContentTracker has a specific compliance and edit level ID. However, the tblMeta table contains all possible compliance versions as a unique field (simply because a meta record can contain multiple compliances, but only one edit level ID per compliance) which holds the edit level ID valid for that compliance.
The end result I'm after is a query that identifies where;
- Assigned compliance in tblContentTracker has another edit level ID on the compliance in tblMeta
- Assigned edit level ID in tblContentTracker has another compliance with that edit level ID in tblMeta
- Assigned edit level ID in tblContentTracker doesn't exist at all in tblMeta
- Assigned compliance in tblContentTracker doesn't have an edit level ID on the compliance in tblMeta
Have attached an Excel file with example data split up in three sheets;
- tblContentTracker
- tblMeta
- Query results
- Shows the expected outcome of the comparison between the two previous sheets
Will highly appreciate any suggestions on how to perform this exercise.
Best