FinalPrime
Technical User
Hello,
MSND provides this synax at their Office Developer Center
INSERT INTO target [(field1[, field2[, …]])] [IN externaldatabase] SELECT [source.]field1[, field2[, …] FROM tableexpression
They say
"externaldatabase" is the path "to" an external database (the target)
and tableexpression is from the local db currentDB()
I need the syntax whereby the 'IN' is CurrentDB and the "tableexpression" is a remote access db.
That is to say, Inserting FROM a Remote.db into the CurrentDB().
Thanks,
final-prime
MSND provides this synax at their Office Developer Center
INSERT INTO target [(field1[, field2[, …]])] [IN externaldatabase] SELECT [source.]field1[, field2[, …] FROM tableexpression
They say
"externaldatabase" is the path "to" an external database (the target)
and tableexpression is from the local db currentDB()
I need the syntax whereby the 'IN' is CurrentDB and the "tableexpression" is a remote access db.
That is to say, Inserting FROM a Remote.db into the CurrentDB().
Thanks,
final-prime