I am trying to compare two queries data and show if the records match and the records that dont match in the output but grouping on if they match.
For instance: (Field values are deliniated by the ,)
Query 1:
11, NWP, AO, 5
11, NWP, A1, 2
11, NWP, A2, 7
Query 2:
11, NWP, AO, 5
11, NWP, A2, 7...