A
Allison
How can I automate importing a linked table using VBA
Code. This will be a standard process for our department.
Current Situation:
Our table is located in another system. The process we
currently use is to link to the table prepare a make table
query in order to extract the data we need for our
department.
Future:
We would like to use VBA code to automatically update all
the fields in our make table query. We also need for the
code to be Public instead of Private.
Logic Behind the Update:
We use the same fields from the outside table each time we
do an analysis but the information changes constantly and
the fields stay the same. We are trying to avoid
massaging the table each time is there a way to have a
standard table that we can default to and the information
is automatically updated.
Code. This will be a standard process for our department.
Current Situation:
Our table is located in another system. The process we
currently use is to link to the table prepare a make table
query in order to extract the data we need for our
department.
Future:
We would like to use VBA code to automatically update all
the fields in our make table query. We also need for the
code to be Public instead of Private.
Logic Behind the Update:
We use the same fields from the outside table each time we
do an analysis but the information changes constantly and
the fields stay the same. We are trying to avoid
massaging the table each time is there a way to have a
standard table that we can default to and the information
is automatically updated.