Code to help you debug SQL code – POPQuery
I use SQL in my code a lot, I'm not a fan of creating queries and then referencing them in my code since users may delete or change them. Often I build SQL strings and then I need to debug them in the query Access grid, in the past I would get the value of my SQL string in the immediate window and [...]