I have a table with over 5000 records in it. I would like to have a query that would only display those records that have more than one record on Field1.
for example:
Field1:
one
two
two
three
four
five
five
Result set would be:
two
two
five
five
Can someone assist me on this?
Thx
for example:
Field1:
one
two
two
three
four
five
five
Result set would be:
two
two
five
five
Can someone assist me on this?
Thx