Table Linking

PiedPiper70

Registered User.
Local time
Today, 08:44
Joined
Oct 21, 2012
Messages
115
Having a senior momen here!

I've done re-linking tables in the past but this is slightly different. Can anyone point me to code to link an Access FE to an Access Back End WHERE I don't know how many tables there are or what they are called?

Any links gratefully followed!
Thanks
 
can't point you to code but you would have to do the following.

1. link to the MsysObjects table in the new back end
2. query the linked table to find all objects where type=1 and Flags=0 - these will be all the tables
3. loop through this list creating a linked table object
 

Users who are viewing this thread

Back
Top Bottom