R
RLN
RE: Access 2003
I have a front end Access app that links to several tables in a backend .mdb
file.
I am trying to automate the processes contained in Linked Table Manager.
Depending on processing, I sometimes need to go in and link some tables from
a 3rd .mdb app.
Does anyone have an example via VBA that will do these two things:
1. In MyFrontEnd.MDB, interrogate for the presence of TableX in MyBackEnd.mdb
If TableX is not already linked, link it up to the front end .mdb.
2. But if TableX does not exist on the backend .mdb, then link up TableX
from MyOtherProdApp.mdb
Thank you.
I have a front end Access app that links to several tables in a backend .mdb
file.
I am trying to automate the processes contained in Linked Table Manager.
Depending on processing, I sometimes need to go in and link some tables from
a 3rd .mdb app.
Does anyone have an example via VBA that will do these two things:
1. In MyFrontEnd.MDB, interrogate for the presence of TableX in MyBackEnd.mdb
If TableX is not already linked, link it up to the front end .mdb.
2. But if TableX does not exist on the backend .mdb, then link up TableX
from MyOtherProdApp.mdb
Thank you.