dr_shiva29
New member
- Local time
- Today, 10:52
- Joined
- Aug 29, 2010
- Messages
- 7
Hi All,
I have a table in which there are 4 columns and I need to create a query which can only present me duplicate entries between 2 of these columns. Something like the below:
Client # Self # Items Type
123 980 3 A
456 735 1 B
980 285 9 K
342 123 6 M
The query should be able to give me a result like:
Client # Self # Items Type
123 123 6 M
980 980 3 A
The Duplicate Query in Access, as such allows me to extract duplicates only if the data is in one column but I am in a fix now on how to identify duplicates across columns.
Any suggestions?
I have a table in which there are 4 columns and I need to create a query which can only present me duplicate entries between 2 of these columns. Something like the below:
Client # Self # Items Type
123 980 3 A
456 735 1 B
980 285 9 K
342 123 6 M
The query should be able to give me a result like:
Client # Self # Items Type
123 123 6 M
980 980 3 A
The Duplicate Query in Access, as such allows me to extract duplicates only if the data is in one column but I am in a fix now on how to identify duplicates across columns.
Any suggestions?