Can anyone help me understand why I get a "Syntax error in INSERT INTO statement" error with this query?
INSERT INTO Employees (Title, FirstName, LastName, Company, Department, Mailstop, Extension, City, State, Bldg, Floor, DirList, Prefix, Notes, Phone, importID, importDate, Desc)
SELECT...