Can I link two .mdb file trought odbc driver ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I try to link to mdb database on a network, I think that is odbc my solution.
But I always have error that I can't make that link. Do I'm rung or I forgot
something or do he have a better way !
 
You do not need ODBC to link two access databases (or
Access to Excel)..

mdb's are linked throuh their tables and the linked table
manager..You should not attempt to run a query in mdb#2
from mdb#1, but you can run the query in mdb#2 using data
from a table in mdb#1 by linking the tables..
 
Back
Top