Hi,
I have a table with something like:
MemberID[tab][tab]EffDate[tab][tab]TermDate
-----------------------------------------------
1[tab][tab][tab][tab]12/01/2018[tab][tab]12/31/2018
1[tab][tab][tab][tab]4/01/2019[tab][tab]5/31/2019
1[tab][tab][tab][tab]7/01/2019[tab][tab]12/31/2019
I want to get the one that is *not* already termed but the most recent to today.
That would be the:
1[tab][tab][tab][tab]4/01/2019[tab][tab]5/31/2019
I can't use a MAX on that. How would/could I go about this?
Any info would be greatly appreciated.
Thanks
I have a table with something like:
MemberID[tab][tab]EffDate[tab][tab]TermDate
-----------------------------------------------
1[tab][tab][tab][tab]12/01/2018[tab][tab]12/31/2018
1[tab][tab][tab][tab]4/01/2019[tab][tab]5/31/2019
1[tab][tab][tab][tab]7/01/2019[tab][tab]12/31/2019
I want to get the one that is *not* already termed but the most recent to today.
That would be the:
1[tab][tab][tab][tab]4/01/2019[tab][tab]5/31/2019
I can't use a MAX on that. How would/could I go about this?
Any info would be greatly appreciated.
Thanks