ADACProgramming
Programmer
I have a table where I have created two inventory lists. I need to compare these two lists to create a report. There will eventoually be many reports in the table.
List 1
ID ItemNum ReportNum
1 123 1
2 123 1
3 123 1
4 456 1
6 789 1
List 2
ID Item Number ReportNum
7 123 1
8 456 1
9 222 1
Results 1 Items in List 1 not in list 2
123 (2) twice
789 (1)
Results 2 Items in list 2 not in list 1
222 (1)
any Ideas on how to accomplish this.
Thanks Dwayne
List 1
ID ItemNum ReportNum
1 123 1
2 123 1
3 123 1
4 456 1
6 789 1
List 2
ID Item Number ReportNum
7 123 1
8 456 1
9 222 1
Results 1 Items in List 1 not in list 2
123 (2) twice
789 (1)
Results 2 Items in list 2 not in list 1
222 (1)
any Ideas on how to accomplish this.
Thanks Dwayne