I can not seem to find the answer to this....
How do I name a query in a vba module for later use?
I wrote the SQL statement I wanted in a module, but I can not figure out how to use it as a part of another query's (a crosstab) source...
my fist query is written like:
strSQL = "SELECT field1, field2, field3 FROM tblTEST" '(Bogus names/fields, just to make it easy to read here)
Thanks! Jason
How do I name a query in a vba module for later use?
I wrote the SQL statement I wanted in a module, but I can not figure out how to use it as a part of another query's (a crosstab) source...
my fist query is written like:
strSQL = "SELECT field1, field2, field3 FROM tblTEST" '(Bogus names/fields, just to make it easy to read here)
Thanks! Jason