I would like to perform an insert based on a select statement. The catch here is that I would like to insert the records using a pass-through query, where the select is based on a table from the Access database.
For example, a pass through query like this...
insert into OracleDB.table1(cola) (select colb from Access2000.table2);
Is this possible with Access 2000?
Thanks for taking the time....
mlong
For example, a pass through query like this...
insert into OracleDB.table1(cola) (select colb from Access2000.table2);
Is this possible with Access 2000?
Thanks for taking the time....
mlong