SELECT qrytotalhours.emp_last, qrytotalhours.emp_first, tblClient.client_name, [emp_first] & " " & [emp_last] AS employee, tblTimeSheet.ts_emp_id, tblSalary.emp_brate, tblTimeSheet.ts_pay_dte, qrytotalhours.SumOfts_hrs, tblTimeSheet.ts_hrs, IIf([exp_amount] Is Null,0,[exp_amount]) AS...