I am new to Access database and need to create a report like below:
03/06/2002 10/0602002 17/06/2002......
Project A
Manager
Alex 60% 80% 80%.....
Ben 60% 60% 100%.....
Staff
Cherry 40% 50% 0%.....
Dean 20% 30% 100%.....
Project B
and so on.......
User can select how many weeks he wants for his report and the report is only shown the number of weeks required.
Also, the data entry staff wants to keep the input table format as follow:
Client_ID Resource_ID 3Jun 10Jun 17Jun 24Jun.......
1 1 60 80 80.....
1 2 60 60 100.....
2 5 40 50 0.....
2 6 20 30 100.....
and so on
I know the database stucture is odd, but let assume I cannot change the format of the input table. I tried multiple-column report but got stuck at the end.
Can anyone help me out of this or suggest alternative method to create such a report? Thanks very much!
03/06/2002 10/0602002 17/06/2002......
Project A
Manager
Alex 60% 80% 80%.....
Ben 60% 60% 100%.....
Staff
Cherry 40% 50% 0%.....
Dean 20% 30% 100%.....
Project B
and so on.......
User can select how many weeks he wants for his report and the report is only shown the number of weeks required.
Also, the data entry staff wants to keep the input table format as follow:
Client_ID Resource_ID 3Jun 10Jun 17Jun 24Jun.......
1 1 60 80 80.....
1 2 60 60 100.....
2 5 40 50 0.....
2 6 20 30 100.....
and so on
I know the database stucture is odd, but let assume I cannot change the format of the input table. I tried multiple-column report but got stuck at the end.
Can anyone help me out of this or suggest alternative method to create such a report? Thanks very much!