Call Link Table Manager windows from VBA

S

SF

Hi,

I have a database put in the shared drive with front end (on user PC) link
to it. Now several users wnat to have a copy of the backend on their laptop
so that they can refer to the infomation on the database while working in
the field.

I thought to allow them to copy the backend mdb to their laptop and allow
them to relink tables but I cannot find a way to call the Link Table Manager
since the menu bar is disable. Is there a way to call Link Table Manager
from VBA?

SF
 
S

SteveM

You would be better to implement some re-linking code.
This code will check for the DB on the network share and auto re-link to a
common folder on each laptop if not present.

You can try a Google for 'Access auto re-link' or look in the code library
on mdbmakers.com

I did this for someone a while back. I'll have a look for the code and post
it if I can find it.

Steve
 
T

Tony Toews [MVP]

SF said:
I thought to allow them to copy the backend mdb to their laptop and allow
them to relink tables but I cannot find a way to call the Link Table Manager
since the menu bar is disable. Is there a way to call Link Table Manager
from VBA?

No. Relink Access tables from code
http://www.mvps.org/access/tables/tbl0009.htm

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top