Having difficulty formulating a report that pulls in data for the Account Number,if the dispostion field is equal to "s"
Problem, the table contains multiple records with the same Account Number on different dates, the dispostion field can contain A, R, C, E Or S. I just want to return the record if the Max Date for that Account Number is equal to "s".
Example:
Don't want anything returned
AccountNum Date User Dispostion
12345698 5/10/05 88 R
12345698 7/10/05 87 S
12345698 6/14/06 87 R
Would want the 6/14/06 record returned
AccountNum Date User Dispostion
12345698 5/10/05 88 S
12345698 7/10/05 87 R
12345698 6/14/06 87 S
Thanks for any help..
Mike
Problem, the table contains multiple records with the same Account Number on different dates, the dispostion field can contain A, R, C, E Or S. I just want to return the record if the Max Date for that Account Number is equal to "s".
Example:
Don't want anything returned
AccountNum Date User Dispostion
12345698 5/10/05 88 R
12345698 7/10/05 87 S
12345698 6/14/06 87 R
Would want the 6/14/06 record returned
AccountNum Date User Dispostion
12345698 5/10/05 88 S
12345698 7/10/05 87 R
12345698 6/14/06 87 S
Thanks for any help..
Mike