H
Hans Kemper
I used the next string in a sql-string in VBA to access a
database other then the currentdb:
INSERT INTO tblSchemes IN 'C:\MY DOCUMENTS\SCHEMES'
The error-message I got (translated from Dutch):
You used the wrong brackets around C:\MY DOCUMENTS\SCHEMES
I tried also (...) {...} [...] "..." , doesn't work
What should it be
Thanks
Hans Kemper
database other then the currentdb:
INSERT INTO tblSchemes IN 'C:\MY DOCUMENTS\SCHEMES'
The error-message I got (translated from Dutch):
You used the wrong brackets around C:\MY DOCUMENTS\SCHEMES
I tried also (...) {...} [...] "..." , doesn't work
What should it be
Thanks
Hans Kemper