I'm using MS ACCESS 2000. I have few tables in AB.mdb linked to some other table XY.mdb in my machine. Its working fine in my machine local.
Now if i move this AB.mdb to some other machine its showing error as its is searching for XY.mdb in its local machine.
I cannot change path in that machine using linked table manager because we dont have access from that machine.
Is there any way to solve this issue.
any way to change path of linked tabels other than linked table manager
Thanks,
Shanmugam
You can change the linked tables target programmatically in VBA.
Access: Changing linked table location programatically
Reconnect Attached tables on Start-up
Relink tables in code