T
Tom
All,
I have a table with the following info:
Mon Tue Wed Thur
1 1 1 2 3
2 2 3 4 5
3 5 3 1 3
4 1 1 3 2
5 1 1 2 3
I need a query which will show those records in which the
value in the days are the same. The query would produce
on the above table:
Mon Tue Wed Thur
1 1 1 2 3 ( Mon and Tues are same)
3 5 3 1 3 ( Tue and Thur are same)
4 1 1 3 2 ( Mon and Tues are same)
5 1 1 2 3 ( Mon and Tues are same)
I have tried the Find Duplicates Query, but that gives me
the entire records that are the same. That Query produces:
Mon Tue Wed Thur
1 1 1 2 3
5 1 1 2 3
Not what I need.
Any ideas or suggestions?
thank you,
Tom
I have a table with the following info:
Mon Tue Wed Thur
1 1 1 2 3
2 2 3 4 5
3 5 3 1 3
4 1 1 3 2
5 1 1 2 3
I need a query which will show those records in which the
value in the days are the same. The query would produce
on the above table:
Mon Tue Wed Thur
1 1 1 2 3 ( Mon and Tues are same)
3 5 3 1 3 ( Tue and Thur are same)
4 1 1 3 2 ( Mon and Tues are same)
5 1 1 2 3 ( Mon and Tues are same)
I have tried the Find Duplicates Query, but that gives me
the entire records that are the same. That Query produces:
Mon Tue Wed Thur
1 1 1 2 3
5 1 1 2 3
Not what I need.
Any ideas or suggestions?
thank you,
Tom