flyagain
Programmer
- Jun 13, 2001
- 7
I have a query designed in Access SQL mode. It contains a series of: where ... and where...this or where...this and this and this. The query runs correctly. If I then use Access DESIGN mode to change a criteria value, the query fails to run correctly. Looking at the SQL, it has been totally changed by Access. Is there a way of stopping Access from changing the SQL itself when using the DESIGN mode to change a parameter? (I can change the criteria in SQL mode but this is for a customer who likes DESIGN mode)