Hello,
I am gaining more and more experience in Access however I have come across the following issue which I haven’t been able to solve yet.
In a selection query I have the following result in one field:
1 9876 Combined with 2345
2 2346 Separated by 1234
3 6534 Issued by 2569
4 1234 Separated by 2346
5 5634 Issued by 9346
6 2345 Combined with 9876
7 3273 Boarded by 9346
Is this field the records 1 and 6 are the same and records 2 and 4 are the same; the numbers have only changed position from back to forth. The number always consists of four characters. I want to exclude these seemingly “double values” from the list and the result must be:
1 9876 Combined with 2345
2 2346 Separated by 1234
3 6534 Issued by 2569
5 5634 Issued by 9346
7 3273 Boarded by 9346
Question is: Do you have an idea how to remove these double values.