G
Guest
I'm trying to constuct an SQL statement in VBA code to create a table in a
separate database. I have stored the path and name of the destination
database in a variable. The code runs but the resultant query has the name of
the variable as the destination database rather than using the contents of
the variable. I have tried using various combinations of single and double
quotation marks and concatenation, but none works. Any ideas?
Roger
separate database. I have stored the path and name of the destination
database in a variable. The code runs but the resultant query has the name of
the variable as the destination database rather than using the contents of
the variable. I have tried using various combinations of single and double
quotation marks and concatenation, but none works. Any ideas?
Roger