In my 8.5 version of crystal, I'm trying to compare 2 dates. In the database, the fields tran and svc date are stored as date1,date2,date3. Date1 = month, date2 = day, date3 = year.
My formula is this:
If transdate > svcdate then "after"
else "before"
My problem is that it requires me to put a set of quotation marks before svcdate and does not let me check for any records the records that may in the before category. Could you help me on this problem.
Thank you
My formula is this:
If transdate > svcdate then "after"
else "before"
My problem is that it requires me to put a set of quotation marks before svcdate and does not let me check for any records the records that may in the before category. Could you help me on this problem.
Thank you