M
Max Amsterdam
I have a need to use a pass through query where I need to
do a select statement using an ODBC datasource for a table
on a DB2. and exists statement to a access table on my
local pc.
If both the tables are on the Server AS400 DB2 database I
can use a select statement to do a join using the same
Client Access ODBC Driver Datasource. e.g
select IBITM from F4102
and exists
(
select ITM from ITEMtable
where IBITM = ITM
)
Now?
How can you do the same query if the ITEMtable exists on
my local Access DB and the F4102 is on the AS400 database??
please help
regards
Max
do a select statement using an ODBC datasource for a table
on a DB2. and exists statement to a access table on my
local pc.
If both the tables are on the Server AS400 DB2 database I
can use a select statement to do a join using the same
Client Access ODBC Driver Datasource. e.g
select IBITM from F4102
and exists
(
select ITM from ITEMtable
where IBITM = ITM
)
Now?
How can you do the same query if the ITEMtable exists on
my local Access DB and the F4102 is on the AS400 database??
please help
regards
Max