Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7298 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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

This topic is 7298 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.