I am having records
AAA___2
AAA___3
AAA___4
AAA___5
BBB___3
BBB___4
CCC__2
CCC__1
I need to pull records that are = 5 into Bucket5 table.
Those records that have no 5s in ALLBucket table.
So AAA records are belong into Bucket5 table.
BBB and CCC are in ALLTable. No AAA records in ALLBucket.
I am having a problem separating those AAAs from the rest.
Thanks for your help
AAA___2
AAA___3
AAA___4
AAA___5
BBB___3
BBB___4
CCC__2
CCC__1
I need to pull records that are = 5 into Bucket5 table.
Those records that have no 5s in ALLBucket table.
So AAA records are belong into Bucket5 table.
BBB and CCC are in ALLTable. No AAA records in ALLBucket.
I am having a problem separating those AAAs from the rest.
Thanks for your help