I have a report where I need to add or subtract a variable number from a date, and then compare it to another date. For example, I may need to add 4 days to date 1 and 9 days to date 2, then 5 days to date 3. I then need to know if the result of this calculation is more or less than the current date. I have tried simply adding the number to the date and comparing it(serial.orderdate + allowedage >= currentdate)and I have been unable to do this, getting no results back when I try and run it. Please help!