I have this right now..
year({@Hire Date}) = year(currentdate) - 1 and
month({@Hire Date}) = month(currentdate)
Which originally everyone wanted, now they want the same exact thing but instead of just last year, I want it to take in all previous years...
Basically, every month this report runs and we want all people who's hire date was in that month for all previous years..
Thanks again.
year({@Hire Date}) = year(currentdate) - 1 and
month({@Hire Date}) = month(currentdate)
Which originally everyone wanted, now they want the same exact thing but instead of just last year, I want it to take in all previous years...
Basically, every month this report runs and we want all people who's hire date was in that month for all previous years..
Thanks again.