What is wrong with the following:
IIf (date() = (between 08/01/2004 And 07/31/2005),"School Year 2004/2005")
I just want to see if the current date follows in a certain School Year range, and if so, print "School Year 2004/2005". I want to string/nest a few together to check for the next few school years. I am using this in a report header. My expression produces nothing when I view the page.
Thanks!
IIf (date() = (between 08/01/2004 And 07/31/2005),"School Year 2004/2005")
I just want to see if the current date follows in a certain School Year range, and if so, print "School Year 2004/2005". I want to string/nest a few together to check for the next few school years. I am using this in a report header. My expression produces nothing when I view the page.
Thanks!