mgerard802
Technical User
I have a table with transactions over a range of time. I want the user to enter a date range, then have the report sum the data by employee, have 1 column for the date range entered, and 1 column for the date range minus 1 year. For example
Employee Amount Date
1 10 1/1/03
2 20 2/1/03
2 30 3/1/03
2 40 9/1/02
1 50 5/1/02
User enters date ragne of 1/1/03 to 12/31/03
Result:
Employee Current Prior
1 10 50
2 50 40
Any help would be appreciated.
Thanks
Employee Amount Date
1 10 1/1/03
2 20 2/1/03
2 30 3/1/03
2 40 9/1/02
1 50 5/1/02
User enters date ragne of 1/1/03 to 12/31/03
Result:
Employee Current Prior
1 10 50
2 50 40
Any help would be appreciated.
Thanks