home6722
MIS
- Mar 2, 2009
- 1
i have two columns
1) billableHours from TimeCardHours table
2) billingRate from Employees table.
i need to calculate the totalCost with the formula
(billableHrs * billingRate for the employee to whom the time card is issued) into totalcost column on timeCards table.
Any help on how to go about this?
1) billableHours from TimeCardHours table
2) billingRate from Employees table.
i need to calculate the totalCost with the formula
(billableHrs * billingRate for the employee to whom the time card is issued) into totalcost column on timeCards table.
Any help on how to go about this?