J
JonWayn
can the 'IN' clause be used to select records from one database and insert
into another? If so, what is the syntax?
THe following gives an error: 'Syntax error in INSERT INTO statement
insert into [Bay Traffic1] in 'c:\working\access\bay\bay.mdb' ([Citation_#],
[Name])
select [citation_#], Name
from [Bay Traffic1] IN 'c:\working\access\bay\bay2.mdb'
I have tried multiple other variants like appending the table name the the
field names, aliasing, etc. Nothing works.
into another? If so, what is the syntax?
THe following gives an error: 'Syntax error in INSERT INTO statement
insert into [Bay Traffic1] in 'c:\working\access\bay\bay.mdb' ([Citation_#],
[Name])
select [citation_#], Name
from [Bay Traffic1] IN 'c:\working\access\bay\bay2.mdb'
I have tried multiple other variants like appending the table name the the
field names, aliasing, etc. Nothing works.