Mar 12, 2003 #1 eyhandle Programmer Joined Feb 24, 2003 Messages 17 Location US How do you refresh table links without re-linking the table?
Mar 12, 2003 #2 Shake412 Programmer Joined Apr 17, 2002 Messages 55 Location GB try this code in the start up form or called from an autoexec macro Set db = CurrentDb() For Each tdf In db.TableDefs tdf.RefreshLink Next Upvote 0 Downvote
try this code in the start up form or called from an autoexec macro Set db = CurrentDb() For Each tdf In db.TableDefs tdf.RefreshLink Next