JeffNolan1900
Technical User
I have five text fields:
Txt_Date_Edited_1
Txt_Date_Edited_2
Txt_Date_Edited_3
Txt_Date_Edited_4
Txt_Date_Edited_5
On My report, I am trying to sort the values by the most recent txt_Date_, regardless of what field it is in.
For instance...
Record 1
Date Edited 1 (12/20/07)
Record 2
Date Edited 3 (12/10/07)
Record 3
Date Edited 5 (12/05/07)
The problem I have with normal Sorting is that Date Edited 1, even though it is last in time, is showing 1st. I need a sql that will take all 5 into account at the same time, and sort by the most recent, so that Date Edited 5 shows up first.
I looked through previous posts and quite a bit of searching and could not find any help on this.
Hope this makes sense and thanks in advance for any help.
Jeff
Txt_Date_Edited_1
Txt_Date_Edited_2
Txt_Date_Edited_3
Txt_Date_Edited_4
Txt_Date_Edited_5
On My report, I am trying to sort the values by the most recent txt_Date_, regardless of what field it is in.
For instance...
Record 1
Date Edited 1 (12/20/07)
Record 2
Date Edited 3 (12/10/07)
Record 3
Date Edited 5 (12/05/07)
The problem I have with normal Sorting is that Date Edited 1, even though it is last in time, is showing 1st. I need a sql that will take all 5 into account at the same time, and sort by the most recent, so that Date Edited 5 shows up first.
I looked through previous posts and quite a bit of searching and could not find any help on this.
Hope this makes sense and thanks in advance for any help.
Jeff