I'm trying to compare 2 dates using DateDiff & it's just not cooperating. Both dates are type Date & what I'm using looks like:::
DateDiff(DateInterval.Day, OldReferDate, OldAccDate) > "0" ......
It was working before I changed how I obtained the dates
I'm trying to make sure the OldReferDate isn't prior to the OldAccDate by making sure they evaluate to greater than zero.
Any input is appreciated because right now I'm feeling
