Is there any way in Access 2007 and up to stop the auto formatting of queries?
For example:
becomes:
It seems to be fine as long as you avoid the design interface but sometimes there's no escaping.
For example:
Code:
line 1
line 2
line 3
becomes:
Code:
line1, (line2, (((line3))))
It seems to be fine as long as you avoid the design interface but sometimes there's no escaping.