A
Ann Scharpf
Did not get any response to my third level reply, so I thought I'd try
posting anew. Thanks!
_________________________________
Here is the SQL view as you and John Vinson directed:
SELECT [Civilian Payroll].[Employee Name], Round(([CY1 End Date]-[FY Start
Date])/365,2)*[Salary] AS SalaryCY1, Round(([FY End Date]-[CY2 Start
Date])/365,2)*[Salary]*(1+[COLA]) AS SalaryCY2,
(([SalaryCY1]+[SalaryCY2]))+(([SalaryCY1]+[SalaryCY2])*[BenefitsPercent])+[Bonus] AS TotalSalaryBenefitsBonus, CivilianOvertimeCost.OTcost AS Expr1
FROM [Standard Variables], [Civilian Payroll] LEFT JOIN
CivilianOTCostOutputTable ON [Civilian Payroll].[Employee Name] =
CivilianOTCostOutputTable.EmployeeName;
Thanks for helping me out!
posting anew. Thanks!
_________________________________
Here is the SQL view as you and John Vinson directed:
SELECT [Civilian Payroll].[Employee Name], Round(([CY1 End Date]-[FY Start
Date])/365,2)*[Salary] AS SalaryCY1, Round(([FY End Date]-[CY2 Start
Date])/365,2)*[Salary]*(1+[COLA]) AS SalaryCY2,
(([SalaryCY1]+[SalaryCY2]))+(([SalaryCY1]+[SalaryCY2])*[BenefitsPercent])+[Bonus] AS TotalSalaryBenefitsBonus, CivilianOvertimeCost.OTcost AS Expr1
FROM [Standard Variables], [Civilian Payroll] LEFT JOIN
CivilianOTCostOutputTable ON [Civilian Payroll].[Employee Name] =
CivilianOTCostOutputTable.EmployeeName;
Thanks for helping me out!