Multiple platform ODBC query issue

gsc_81

Registered User.
Local time
Today, 09:40
Joined
Sep 24, 2004
Messages
30
I'm using (thru Citrix) an access2K FE with SQL BE. My issue is I receive data from read only linked (ODBC) tables to a proprietary db. I need to run append & update queries to SQL (a different ODBC). So basically I need to do queries from 1 ODBC to a 2nd ODBC. Is there a way to do this without having to create tables in access as a half step solution?
 
I think you answered you own question :D ;)

Create two DSNs to each datasource, link the tables in Access, create a query that updates data from the read-only DSN tables to the second DSN tables.

Perhaps I am not understanding something.
 

Users who are viewing this thread

Back
Top Bottom