I am trying to get a date to populate in a report if the currentdate is between a set of dates.
I tried to do something like, if the currentdate is >= March 15 and the currentdate is < June 14 then give me a certain date. I could not get this work. The result it gives me is always what is under else.
Is there a way I can do this?
Thanks
Jonathan
I tried to do something like, if the currentdate is >= March 15 and the currentdate is < June 14 then give me a certain date. I could not get this work. The result it gives me is always what is under else.
Is there a way I can do this?
Thanks
Jonathan