A family of Microsoft relational database management systems designed for ease of use.
Perhaps also:
File > Options > Current Database: Uncheck "Enable Monaco SQL Editor" if it exists.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I recently got access and whenever i try to save a query in any database the error 3141 keeps popping up. this has occured in multiple databases and dont know what to do. there is no spelling mistake in my query
A family of Microsoft relational database management systems designed for ease of use.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
Perhaps also:
File > Options > Current Database: Uncheck "Enable Monaco SQL Editor" if it exists.
Thank you so much this worked, now I can study for my IT SQL test 😁
Do you have a table named "tblOwners" in this accdb?
SELECT *
FROM tblOwners;
Please provide the exact error message when asking about an error.
3141 indicates a syntax error in your SQL Statement. S we need to see the EXACT message and the SQL Statement. To show us the SQL Statement open the query in Design Mode and choose SQL View then copy and paste.