I have the following formula called "assessdate":
If {tr_assev.avent_desc} = "" then
""
else ToText({ta_assm_int.assm_assess_date})
The formula makes me convert the date to a string, however I want to keep it a date so that I can sort by it in my report. As it is now I can sort by this formula field but it doesn't sort it as date, it sorts it as a string.
For example:
09/23/2003
10/01/1999
11/25/2001
12/01/2000
Please help!!
If {tr_assev.avent_desc} = "" then
""
else ToText({ta_assm_int.assm_assess_date})
The formula makes me convert the date to a string, however I want to keep it a date so that I can sort by it in my report. As it is now I can sort by this formula field but it doesn't sort it as date, it sorts it as a string.
For example:
09/23/2003
10/01/1999
11/25/2001
12/01/2000
Please help!!