asterisk escape character
hi. :)
i could do with a bit of help.
i'm trying to append some data from a query into a table via Access VBA.
the code is thus:
INSERT INTO table1 (col1, col2, ...)
SELECT (col1, col2)
FROM [query name]
the problem is that one of the columns is called 'ID*+' and the asterisk in the name is the reason it's not working... can anyone tell me a way to incorporate the asterisk without an error - perhaps with an escape character ?
i would really appreciate any help. thanks in advance,
Tom
|