I have a query I need to run where I have three fields for criteria. Field1 is an identifying ID#, Field2 is another ID# (so ID2) and Field3 is a Date. Field1 – ID can have one or many ID2, and the Date field is the Date that ID2 was created.
What I need to know is how I can pull all records for ID that have different ID2 with the same Date.
Example:
ID ID2 Date
10000000 501 9/9/04
10000000 567 9/9/04
10000000 456 9/9/04
10000001 658 9/1/04
10000001 528 9/1/04
Thanks for any help in advance!
What I need to know is how I can pull all records for ID that have different ID2 with the same Date.
Example:
ID ID2 Date
10000000 501 9/9/04
10000000 567 9/9/04
10000000 456 9/9/04
10000001 658 9/1/04
10000001 528 9/1/04
Thanks for any help in advance!