In the header of the report, I want to put a text box that shows "year to date" (i.e., 01/01/02 thru 04/15/02). How do I do this? Thanks
camelk
Just build it up as text, e.g.
set the rowsource to:
=format$("#1/1/"& datepart("yyyy",now) &"#",<whatever date format>)&" through "& format$(now,<whatever date format>)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.