This works:
In the Criteria box I have: Year([TARGET_DATE])=2007
This returns all the dates with the year 2007.
What I would like to do is have a box pop up and ask for the year to report for,The user would enter 1/1/2007 would be for 2007. Here is what I have tried and is does not work. The "Enter first day of year reporting" would be the test that pops up in the message box then you enter a value.
Year([TARGET_DATE])=Format([Enter first day of year reporting],"yyyy")
Thanks,
darkhat01
In the Criteria box I have: Year([TARGET_DATE])=2007
This returns all the dates with the year 2007.
What I would like to do is have a box pop up and ask for the year to report for,The user would enter 1/1/2007 would be for 2007. Here is what I have tried and is does not work. The "Enter first day of year reporting" would be the test that pops up in the message box then you enter a value.
Year([TARGET_DATE])=Format([Enter first day of year reporting],"yyyy")
Thanks,
darkhat01