G
Guest
I am building a dbase that has 5 linked tables from other Access dbases that
we use in the department.
I would like for the procedure I'm programmin to update the data in the
linked tables every time the script runs.
I have included the following code as the first line of my script.
CurrentDb.TableDefs.Refresh
Will the above code update the linked tables? I can't really tell from my
end if its doing it....please advise!
THANKS!
we use in the department.
I would like for the procedure I'm programmin to update the data in the
linked tables every time the script runs.
I have included the following code as the first line of my script.
CurrentDb.TableDefs.Refresh
Will the above code update the linked tables? I can't really tell from my
end if its doing it....please advise!
THANKS!