A family of Microsoft relational database management systems designed for ease of use.
You could print the SQL statement of the query in the debug window (aka immediate window) with:
? CurrentDb.QueryDefs("YourQueryNameGoesHere").SQL
You can then correct this and create a new query by pasting the amended SQL statement into the query designer in SQL view.