December 1, 200421 yr I have a table which I'm trying to insert into a MSAccess table. The call is the following: INSERT INTO MSAccessTableName ( Field1, Field2, Field3, Field4 ) IN ODBCName SELECT FMTable.FIELD1, FMTable.FIELD2, FMTable.FIELD3, FMTable.FIELD4 FROM FMtable; What is happening is that the Select part of this command is attempting to run at the MSACCESS DB. In other words if I was to have a table at the Acess DB that was named FMTABLE. The Query would work, it would just work from one Access table to another not from the FM db. Any thoughts? Thanks, Jim
Create an account or sign in to comment