Link Table Manager fails

  • Thread starter Thread starter Tomer
  • Start date Start date
T

Tomer

My Acc97 Linked table manager got following error:
"Invalid Procedure Call or argument".

Microsoft KB article 172347 said it is because the mdb has
some linked tables using file DSN.

Is there any other possible reasons?

Any body knows any code that can loop through my linked
tables to find out if they are of type of file DSN and/or
if they need to relink.

Thanks!
 
I have had failures trying to refresh links to tables that either had a name
change or no longer exist in the source db.
I don't remember if it generated that particular error message, but you
might want to keep it in mind.

The following has several code examples related to linked tables. Enjoy!
http://www.mvps.org/access/tables/index.html

HTH,
George Nicholson

Remove 'Junk' from return address.
 
Back
Top