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...