I'm at a loss with my query and don't know what to do; any suggestions would be greatly appreciated. Here's what I have:
1 table that consists of employee info, columns are
Employee | Rate1 | Rate2 |
Rate1 and Rate2 differentiates the salary after raises (hourly rates).
Another table consists of 2004 timesheets, columns are
Project | Date | Employee | Duration | Rate(combo box of Rate1 and Rate2, which shows which rate to use for calculation purposes)
I would like the query to calculate the project costs for the year, which would be duration x rate, but how should the expression be setup for it to know that if the combo box lists Rate1 to look for Rate1 in the Employee table? Thanks for any input on this.
1 table that consists of employee info, columns are
Employee | Rate1 | Rate2 |
Rate1 and Rate2 differentiates the salary after raises (hourly rates).
Another table consists of 2004 timesheets, columns are
Project | Date | Employee | Duration | Rate(combo box of Rate1 and Rate2, which shows which rate to use for calculation purposes)
I would like the query to calculate the project costs for the year, which would be duration x rate, but how should the expression be setup for it to know that if the combo box lists Rate1 to look for Rate1 in the Employee table? Thanks for any input on this.