|
vb123.com
Garry Robinson's Popular MS Access, Office and VB
Resource Site
 |
|
Home
Contact Us
Order our Software
RSS &
Newsletter
Join our XML/RSS Newsfeed or sign up for our informative newsletter on
Office Automation, Access and VB topics
Read More
Get Good Help
If you need help with a database, our Professionals could be the answer
Read More
Is Your Database Corrupt ?
If you have a corrupt database,
Try our Access Recovery
service
The
Workbench
Find out who has your database open, start the
correct version of Access, easy compacting and backups, change startup
options, mde compile, shutdown database
Read and
Download
The Toolshed
Searchable help file comprising of all the information at vb123.com plus
hidden downloads etc. Read More
The Toolbox
Libraries of software that we regularly import into our projects.
Enhances the Toolshed More..
DryToast New
Backup and query your BaseCamp®
projects
Read More
Datamining/Graphs
Explore your data with this versatile graphing and data mining shareware
tool. Read More
Garry's Blog
Find out a few other things that
Garry has been writing about Microsoft Access.
Read more
About The Editor
Garry Robinson
writes for a number of popular computer magazines, is now a book author
and has worked on 100+ Access databases. He is based in Sydney,
Australia
Contact Us ...
Search ...
or try our new Expression Web
vb123.com.au
|
| |
Linking Tables -
Help For End UsersAfter splitting a database into a software and backend
database, setup a form that has these notes on it. Then add a button to the main
form that opens that form. This will assist the user to find where the link table
manager is. Also if the user does not have the link table manager installed,
reinstall Access with the Advanced Wizards.
Now add these notes to that form
Linked Table Manager ..... Use this procedure to view or to refresh links when
the structure or location of a linked table has changed. The Linked Table Manager lists
the paths to all currently linked tables.
To view or refresh links
1 Open the database that contains links to tables.
2 On the Tools menu, point to Add-ins, and then click Linked Table Manager.
3 Select the check box for the tables whose links you want to refresh.
4 Click OK to refresh the links.
Microsoft Access confirms a successful refresh or, if the table wasn't found, displays the
Select New Location of <table name> dialog box in which you specify its new
location.
If several selected tables have moved to the new location you specify, the Linked Table
Manager searches that location for all selected tables, and updates all links in one step.
To change the path for a set of linked tables
1 Open the database that contains links to tables.
2 On the Tools menu, point to Add-ins, and then click Linked Table Manager.
3 Select the Always Prompt For A New Location check box.
4 Select the check box for the tables whose links you want to change, and then click OK.
5 In the Select New Location dialog box, specify the new location, and then click OK.
Notes
· The Linked Table Manager doesn't move database or table files. If you want to move
database or table files to a new location, use the Windows Explorer, My Computer, or the
MS-DOS Copy or Move commands. Once you have moved a database or table, you can use the
Linked Table Manager to refresh links to its linked tables.
· The Linked Table Manager can't refresh links to Microsoft Access tables whose names
were changed after they were linked. You must delete the current link, and then link such
tables again.
Extra - Setup a a button on this form and insert the following code under the button to fire up the
Link Table Manager. ' Fire up the Linked Table Manager"
SendKeys "%TIL"
|
|