H
hlock
Access 2007 on XP - I have a table that has:
claim trans date examiner
1 1/2/08 MB
1 2/9/08 MB
1 5/21/08 DG
1 7/18/08 DG
2 1/5/08 KY
2 3/1/08 KY
3 1/6/08 PB
3 3/19/08 PB
3 6/12/08 RS
What I need to do is find out which claims changed examiners during a
certain period of time. For example, during the month of June 08, which
claim was transferred to another examiner. In the above example, the result
would be claim #3. So - I need to compare the claim number in a record to
the claim number in the previous record. If it is the same, I need to then
see if the the examiner is the same. If it is, I don't want to include it in
my results. If the examiner is not the same, I DO want to include it in my
results. If the claim number is not the same, I need to move to the next
record and begin the comparison again. Any suggestions? I would appreciate
it. Thanks.
claim trans date examiner
1 1/2/08 MB
1 2/9/08 MB
1 5/21/08 DG
1 7/18/08 DG
2 1/5/08 KY
2 3/1/08 KY
3 1/6/08 PB
3 3/19/08 PB
3 6/12/08 RS
What I need to do is find out which claims changed examiners during a
certain period of time. For example, during the month of June 08, which
claim was transferred to another examiner. In the above example, the result
would be claim #3. So - I need to compare the claim number in a record to
the claim number in the previous record. If it is the same, I need to then
see if the the examiner is the same. If it is, I don't want to include it in
my results. If the examiner is not the same, I DO want to include it in my
results. If the claim number is not the same, I need to move to the next
record and begin the comparison again. Any suggestions? I would appreciate
it. Thanks.