I am working on the following query. It is meant to analyze another query [13 Week Average] and report on any employees that are not included in that calculation by running a comparison against the Employees Table.
When I run the query in SQL Management studio it works fine; however, when I attempt to execute the query in Access it errors no matter what I try. I am sure it is something simple I am missing; however, on this Monday morning I am drawing a blank.
Any assistance would be greatly appreciated.
Thanks,
SQL
SELECTEmployees.employeeNumber,Employees.Fname,Employees.Lname,Employees.Address,Employees.City,Employees.ST,Employees.Zip,Employees.DOH,Employees.DOT,Employees.DOB,Employees.[MrtlStatus],Employees.[jobTitle],Employees.Dept,Employees_Benefits.Eligible,Employees_Benefits.[AgreementReceived],Employees_Benefits.[...