R
Rick
Hi,
I have an Access 2k app that I will be deploying to
multiple workstations. Most of the tables are linked from
a local back end file which is located in the C: drive.
If I deploy the app to a user who needs to put the
application (including the backend) in a different drive
(let's say the H: drive) - they have to run the linked
table manager to re-establish the table links. I now use
dlookup behind a form to allow users to switch to a
different drive by entering the drive letter into a field
in an underlying table. This works great for most of my
coded procedures. But I'm not sure that this will work
for linking tables, since I would have to delete the
tables, which have relationships, before relinking them by
using the transferdatabase method. Is there an easier way
to re-establish table links - from a form or by another
means - that would work for my scenario? Thanks for any
help,
-Rick
I have an Access 2k app that I will be deploying to
multiple workstations. Most of the tables are linked from
a local back end file which is located in the C: drive.
If I deploy the app to a user who needs to put the
application (including the backend) in a different drive
(let's say the H: drive) - they have to run the linked
table manager to re-establish the table links. I now use
dlookup behind a form to allow users to switch to a
different drive by entering the drive letter into a field
in an underlying table. This works great for most of my
coded procedures. But I'm not sure that this will work
for linking tables, since I would have to delete the
tables, which have relationships, before relinking them by
using the transferdatabase method. Is there an easier way
to re-establish table links - from a form or by another
means - that would work for my scenario? Thanks for any
help,
-Rick