Gérard
Here is the kind of report I want. I have not been able to see how using
the custom reports tool allows this.
All the data I need for this report is in the "entry" table. The fields
needed are: resource, start, finish, work, task, summary task, id,
predecessor, successor, slack.
Each page must have all the tasks for the current WEEK, per resource. I
want a column for each day of the week (in that same page) and to show the
work (hours) per task. Something like this:
ID
Start Finish Pred Succ Slack 1/5 1/6 1/7 1/8
1/9
Paul
Setup physical environment 14 12/22 1/18
10 8 8 10 4
Ducts 15
12/28 1/7 10 16 0 8 8 8
Wiring 16 1/1
1/7 15 22 0 2 6
4
HVAC 22
Annie
......
Output must be limited to the current week or specified week. I find the
reports' filter feature doesn't always work well for dates. Reports seem to
continue to the right on additional pages (!).
This report can give all the team members a clear picture of what they need
to do each week and what the impact is. The slack field also tells them if
the task is on the critical path.
So do you think I need VBA for this? If yes, I'd hate to do all this from
scratch. I'd much prefer to start with an existing similar report's code
and modify it to my report.