Is it possible to have a vba variable in MySQL?
SELECT a,b,c
FROM table1 IN <**someVBAvariable**>
WHERE ...
My goal is to be able to re-locate the path of the table to where I want via vba.
EDIT: I understand that VBA can have a global variable, would sql see this?
If this IS possible, would it also work for 2 different sql with 1 vba variable?