Using a variable value in SQL statement

R

R the D

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
 
B

Brendan Reynolds

Try posting the code - it's a little difficult to debug code we can't see!
:)

--
Brendan Reynolds (MVP)
http://brenreyn.blogspot.com

The spammers and script-kiddies have succeeded in making it impossible for
me to use a real e-mail address in public newsgroups. E-mail replies to
this post will be deleted without being read. Any e-mail claiming to be
from brenreyn at indigo dot ie that is not digitally signed by me with a
GlobalSign digital certificate is a forgery and should be deleted without
being read. Follow-up questions should in general be posted to the
newsgroup, but if you have a good reason to send me e-mail, you'll find
a useable e-mail address at the URL above.
 
R

R the D

I've found the syntax;-

'" & VariableName & "'

I thought I'd tried this but I think I left out the spaces around the
ampersands.

Thanks for replying.

Roger
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top