thanks,
Javier.
javier
no puedo!
Always try and place the linked tables in the same folder as their parent.
The reason for the linking in the sysObj is to ensure the correct tables are
matched against its' parent front-end.
hasta luego
Javier Pesoa <jpe...@adinet.com.uy> wrote in message
news:#7DZwWOLBHA.1496@tkmsftngp04...
see RefreshLink in help
TTFN John
You could use a a drive letter to link to the tables. Then use the
SUBST and Net Use commands to alternatively access a local directory
or a network share.
Thus you can use a two line batch file to remove the SUBST and setup a
network share. Then you can easily access the live BE using queries,
form and reports and find and fix problems. Then you can use another
batch file to delete the network share and setup the SUBST again.
tsserver.bat
subst z: /D
net use z: \\Server\TrackingSystem
You may need to add '/USER:your network user name' to the net use
command if you aren't already logged on to the domain, already using a
shared folder or printer or otherwise not authenticated to the server.
You don't want to put your password in a batch file.
tslocal.bat
net use z: /delete
subst z: d:\TSLocal
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