B
Ben
Hi all,
Hope you had a nice Thanks Giving. I want to ask is there any way to scan a
back end database for any new tables added? Currently we have a Access 2003
back end sitting on a server. The Front End (FE) is distributed to various
users.
Sometimes, a user through the FE could add a new table to the back end. But
because the tables in the FE are merely links to the BE, when a user creates
a table to the back end, other users with their own copy of the FE, will not
have automatically created a link to the new BE table.
Is there a way to build some code logic into the FE when the FE loads, such
that, each time it loads, it will scan the BE tables to see if there are any
new table that the FE does not have a link to and if so, create a new link in
the FE to the new table in the BE? Can you share some code snippet?
Thanks,
Ben
--
Hope you had a nice Thanks Giving. I want to ask is there any way to scan a
back end database for any new tables added? Currently we have a Access 2003
back end sitting on a server. The Front End (FE) is distributed to various
users.
Sometimes, a user through the FE could add a new table to the back end. But
because the tables in the FE are merely links to the BE, when a user creates
a table to the back end, other users with their own copy of the FE, will not
have automatically created a link to the new BE table.
Is there a way to build some code logic into the FE when the FE loads, such
that, each time it loads, it will scan the BE tables to see if there are any
new table that the FE does not have a link to and if so, create a new link in
the FE to the new table in the BE? Can you share some code snippet?
Thanks,
Ben
--