G
Guest
Adding a calculated date to a group header
I have an employee time off data base. Time off is tracked using three
catagories: personal, sick and vacation days off.
We base an employee's annual time off on their employment year (start date
plus one year: eg, 7/25/2000 to 7/25/2001} vs. a calendar year. A formula
used in our reports which allows this is as follows:
shifteddateoff: [time off].dateoff+DateDiff("d",[employee.Start],"01/01/" &
DatePart("yyyy",[employee.START]))
Reports have the following layout:
LastName Header: shows name and start date
Shiteddateoff Header: shows the sum of time off for each employment year
with a label stating "Employment Year Total"
Type Header: shows the sum of time off for the employment year for each
category (personal, sick and vacation)
Question - Shiteddateoff Header section of report:
How can I incorporate a text box (?) in this section of the report which
will calculate and state the year end date? Example: if the employee
started 7/25/00, the first section should state 7/25/01, the second section
should state 7/25/02, etc.
I have an employee time off data base. Time off is tracked using three
catagories: personal, sick and vacation days off.
We base an employee's annual time off on their employment year (start date
plus one year: eg, 7/25/2000 to 7/25/2001} vs. a calendar year. A formula
used in our reports which allows this is as follows:
shifteddateoff: [time off].dateoff+DateDiff("d",[employee.Start],"01/01/" &
DatePart("yyyy",[employee.START]))
Reports have the following layout:
LastName Header: shows name and start date
Shiteddateoff Header: shows the sum of time off for each employment year
with a label stating "Employment Year Total"
Type Header: shows the sum of time off for the employment year for each
category (personal, sick and vacation)
Question - Shiteddateoff Header section of report:
How can I incorporate a text box (?) in this section of the report which
will calculate and state the year end date? Example: if the employee
started 7/25/00, the first section should state 7/25/01, the second section
should state 7/25/02, etc.