Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Automatic Foreign Table Linking Refresh

Status
Not open for further replies.

beanbrain

Programmer
Joined
Dec 31, 2001
Messages
170
All:

I have an Access 97 application that links to external tables and then generates reports from them. Everything works beautifully except I would also like to automate refreshing the links to the foreign tables.

I have installed the "Linked Table Manager" add-in and would like to:

a) Have the Linked Table Manager dialog pop-up prior to processing.

or

b) Automatically relink all of the tables I use.

Thanks
 
I tried the code from the site suggested and though it works I have tables to re-link to from a number of different directories. The Add-in "Linked Table Manager" is really going to be the best way to re-link tables before report generation.

It would be preferable to have a "DoCmd.DoMenuItem" type command that will execute the Add-In. Problem is I can't find any reference to accessing an Add-In with either "DoMenuItem" or "RunCommand."
 
OK...figured it out.

sendkeys "%til" ' Tools addIn Link
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top