A
AuditorCMM
We are trying to create a database to track employee time. Table #1 contains
the names of the projects we are working on along with the budgeted hours for
that project and the staff responsible.
Table #2 is populated by the actual time entered by employees. The employee
selects the project they are working on (drop down menu based on Table #1)
and then enters the date and the number of hours spent.
We need a report that compares the budgeted and actual hours for each
project. It would contain the project name and budgeted hours from Table #1
and the staff name, date, and actual hours from Table #2. If possible, we
would also like to have a column that shows the difference between the
budgeted and actual hours.
I am assuming we need to develop some sort of query based on the two tables,
but I can't figure out a way to make it work.
Please help!! Thanks.
the names of the projects we are working on along with the budgeted hours for
that project and the staff responsible.
Table #2 is populated by the actual time entered by employees. The employee
selects the project they are working on (drop down menu based on Table #1)
and then enters the date and the number of hours spent.
We need a report that compares the budgeted and actual hours for each
project. It would contain the project name and budgeted hours from Table #1
and the staff name, date, and actual hours from Table #2. If possible, we
would also like to have a column that shows the difference between the
budgeted and actual hours.
I am assuming we need to develop some sort of query based on the two tables,
but I can't figure out a way to make it work.
Please help!! Thanks.