G
Guest
Access changes the characters '(', ')' into '[' and '].' respectively. How
to stop this from happening.
Everytime the query is opened for editing, the above characters are changed
and when tried to save, Access gives syntax error and need to revert those
changes before able to save.
Is there any setting in Access to stop this happening?
SELECT * FROM (SELECT .....) becomes as
SELECT * FROM [SELECT .....].
to stop this from happening.
Everytime the query is opened for editing, the above characters are changed
and when tried to save, Access gives syntax error and need to revert those
changes before able to save.
Is there any setting in Access to stop this happening?
SELECT * FROM (SELECT .....) becomes as
SELECT * FROM [SELECT .....].