It's not possible to avoid having to change the linkage, although you can do
it in code, rather than using the Linked Table Manager.
What you'll need to do is delete the existing linked table, and recreate it
with the correct Connect property.
Check what the current Connect property is, and you should be able to tell
quite easily what it needs to be changed to if the source table location
changes.
And just in case your next question was going to be "Can I use a relative
path?", the answer is no. However, you can determine where your front end is
located, and determine the full path to the source table from that.
--
Doug Steele, Microsoft Access MVP
(No private e-mails, please)
Stevkev said:
I have a database which is linked to an XML table. I prefer it being a
separate table as opposed to just importing it for memory purposes. I would
like to be able to set up the table as such so that if I move the directory
containing both the database and the XML file to another location I do not
have to manually change the link between the database and the XML file using
the Linked table manager. Is this possible?