I need to enter a paramter field that has a From Date and To Date range. However, the date field in the database need to be converted using DateValue TABLENAME.FIELD + 60. I need a formula that will do this:
If the From Date = 6/21/00 (this date being the parameter entered by the user) then give me this date and all after it
If the To Date = 6/221/00 (this date being the parameter entered by the user) then give me this and all before it
If From Date = 6/21/00 and To Date = 7/21/00 the give me 6/21/01 through 7/21/00
I also need this displayed in the report as well. Any help/suggestions are much appreciated. I am stuck at this point..
If the From Date = 6/21/00 (this date being the parameter entered by the user) then give me this date and all after it
If the To Date = 6/221/00 (this date being the parameter entered by the user) then give me this and all before it
If From Date = 6/21/00 and To Date = 7/21/00 the give me 6/21/01 through 7/21/00
I also need this displayed in the report as well. Any help/suggestions are much appreciated. I am stuck at this point..