J
jkearns
I have an Access frontend/backend combination that gets moved around a
lot. To deal with this, I've been using the code found at:
http://www.mvps.org/access/tables/tbl0009.htm
It runs every time the frontend is opened to check and make sure it is
connected properly to the backend (if not, it opens a dialogue box to
choose the new location of the backend). This all works great - until
now.
I now want to include a table from another data source for the frontend
to link to. When this code runs, I am forced to choose one of the
datasources. No matter which one I choose, the entire thing errors
because it cannot link to *all* the tables.
Does anyone know how to refresh a list of linked tables from more than
one datasource?
Thanks!
JK
lot. To deal with this, I've been using the code found at:
http://www.mvps.org/access/tables/tbl0009.htm
It runs every time the frontend is opened to check and make sure it is
connected properly to the backend (if not, it opens a dialogue box to
choose the new location of the backend). This all works great - until
now.
I now want to include a table from another data source for the frontend
to link to. When this code runs, I am forced to choose one of the
datasources. No matter which one I choose, the entire thing errors
because it cannot link to *all* the tables.
Does anyone know how to refresh a list of linked tables from more than
one datasource?
Thanks!
JK