i keep getting the below error when running this SQL code in an access query. Any idea why?
Error: Syntax error (missing operator) in query expression ' Status Date'
Code:
FROM [Owner Training Report]
WHERE ((([Owner Training Report].[Status Date])>DateAdd("m",12,Date())) AND (([Owner Training Report].[Reporting Basic Status])="Completed"));