Hello all,
I have four fields I'm working with - ID, Sequence, Name, Date. I'm trying to pull any IDs with the same Date but different names. For example, I would want:
ID Sequence Name Date
1 1 Bob 7/10/2004
1 2 Dave 7/10/2004
I would not want:
ID Sequence Name Date
1 1 Bob 7/10/2004
1 2 Bob 7/10/2004
So the ID# should be identical, the sequence should go...sequentially...the date should be the same for each ID, but the name should change from sequence to sequence. There may be an occasion where sequence 1 and sequence 3's names match, but as long as it changes from one sequence to another, it doersn't matter.
Thanks for any help in advance!
Laina
I have four fields I'm working with - ID, Sequence, Name, Date. I'm trying to pull any IDs with the same Date but different names. For example, I would want:
ID Sequence Name Date
1 1 Bob 7/10/2004
1 2 Dave 7/10/2004
I would not want:
ID Sequence Name Date
1 1 Bob 7/10/2004
1 2 Bob 7/10/2004
So the ID# should be identical, the sequence should go...sequentially...the date should be the same for each ID, but the name should change from sequence to sequence. There may be an occasion where sequence 1 and sequence 3's names match, but as long as it changes from one sequence to another, it doersn't matter.
Thanks for any help in advance!
Laina