Mar 12, 2003 #1 eyhandle Programmer Feb 24, 2003 17 US How do you refresh table links without re-linking the table?
Mar 12, 2003 #2 Shake412 Programmer Apr 17, 2002 55 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