Hey guys. Would someone be able to please point me in the right direction? Here's my sql:
strSql = "INSERT INTO t_EmployeeData ( PayrollID )" & _
" SELECT t_employees AS t_employees.ID " & _
" FROM t_employees LEFT JOIN t_EmployeeData ON t_employees.ID = t_EmployeeData.PayrollID " & _
" WHERE...