Hi friends
In a table the data is available in the follwing way:
CustomerID Stage DOE
3 stageA 06/23/2015
1 SatgeC 06/24/2015
2 NoStage 06/25/2015
So Ignoring Nostages, the most recent doe is for customer id :1
then customer iD 3 and then CustomerID: 2 (Nostages) at the end of the result
So i want to order by results in the above fashion 1,3,2 . is this possible in access using case.