S
Sue
I have 3 date fields. For convenience, I'll call them A, B, & C. They're all
in mm/dd/yyyy format. I want to sort them in this fashion:
C should be in descending order.
If C is null, the secondary sort should be in descending order by B.
If B is null, the tertiary sort should be in descending order by B.
I simply can't get it to sort correctly.
Ideas?
Thanks.
in mm/dd/yyyy format. I want to sort them in this fashion:
C should be in descending order.
If C is null, the secondary sort should be in descending order by B.
If B is null, the tertiary sort should be in descending order by B.
I simply can't get it to sort correctly.
Ideas?
Thanks.