jadams0173
Technical User
- Feb 18, 2005
- 1,210
I used the duplicate query wizard to find duplicates based on field1. I've tried to modify it with no luck to find duplicates in field1 and like field2. Example
field1 field2
1234 T00
1234 T0A
1234 B00
5432 T00
5432 B0A
5432 B00
The records I would like to return are
1234 T00
1234 T0A
5432 B0A
5432 B00
Something like Where Field1 Count(*)>1 and Field2 Count(Like Left(field2) & '*' >1).
Hope that makes some sense. Can this be done in one query?
I tried to have patience but it took to long!
-DW
field1 field2
1234 T00
1234 T0A
1234 B00
5432 T00
5432 B0A
5432 B00
The records I would like to return are
1234 T00
1234 T0A
5432 B0A
5432 B00
Something like Where Field1 Count(*)>1 and Field2 Count(Like Left(field2) & '*' >1).
Hope that makes some sense. Can this be done in one query?
I tried to have patience but it took to long!
