E
eddie
i'm a bit confused. hopefully i can detail the problem correctly. i'm tring
to remove duplicate group records within a broader query.
Field 1 Field 2 Field 3
0500010 001-10-01-01 12485
0500010 002-05-01-01 24564
0500045 001-10-01-01 12485
0500045 004-11-05-02 12485
0500008 003-10-01-05 32554
0500008 003-10-01-05 24564
I want to remove the fourth record because Field 3 is shown more than once
within Field 1 (both are 0500045 - Field 1 is my group). I am fine with
Field 3 being shown more than once as long as Field 1 is a different value.
If Field 2 did not exist, it would be simple to group both fields and you
would have no duplicate records, but I need the information from Field 2 and
when you group all three fields, I am left with my current problem. How do
you do fix this in access?
to remove duplicate group records within a broader query.
Field 1 Field 2 Field 3
0500010 001-10-01-01 12485
0500010 002-05-01-01 24564
0500045 001-10-01-01 12485
0500045 004-11-05-02 12485
0500008 003-10-01-05 32554
0500008 003-10-01-05 24564
I want to remove the fourth record because Field 3 is shown more than once
within Field 1 (both are 0500045 - Field 1 is my group). I am fine with
Field 3 being shown more than once as long as Field 1 is a different value.
If Field 2 did not exist, it would be simple to group both fields and you
would have no duplicate records, but I need the information from Field 2 and
when you group all three fields, I am left with my current problem. How do
you do fix this in access?