This SQL query needs to point to a drive path. Preivously it was written for an Access database and now it has been converted to a SQL database and the query needs to updated to reflect the SQL requirements. I'm not sure how to write the FROM `C:\Program Files\JobBOSS\jbudrpt`. I have rewritten the existing code to reflect SQL but am stuck on the From clause pointing to the C drive. The message is it can't find the table.
SELECT [Work Schedule - Promised Polishing Hrs per Work Week].W, [Work Schedule - Promised Polishing Hrs per Work Week].SumOfSumOfDifference
FROM `C:\Program Files\JobBOSS\jbudrpt`.[Work Schedule - Promised Polishing Hrs per Work Week] [Work Schedule - Promised Polishing Hrs per Work Week]
ORDER BY [Work Schedule - Promised Polishing Hrs per Work Week].W;
SELECT [Work Schedule - Promised Polishing Hrs per Work Week].W, [Work Schedule - Promised Polishing Hrs per Work Week].SumOfSumOfDifference
FROM `C:\Program Files\JobBOSS\jbudrpt`.[Work Schedule - Promised Polishing Hrs per Work Week] [Work Schedule - Promised Polishing Hrs per Work Week]
ORDER BY [Work Schedule - Promised Polishing Hrs per Work Week].W;