Allison,
Make a new database to be used just for the purpose. In it link to the
external file and the destination table, and copy the make table query. Then
make an autoexec macro as follows:
SetWarnings False
OpenQuery Your action query
SetWarnings True
RunCommand Exit
Finally, use Windows scheduler to open the database as required, Everytime
this happens the autoexec macro will fire, run the action query, and close
the database. The SetWarnings > False is so that it will not wait for
confirmation.
HTH,
Nikos
> Is there a way to run a macro that will go to a make table
> query and at a certain time each morning it will run the
[quoted text clipped - 9 lines]
> way of Access and updating the linked table manually.
> Is there a way to accomplish this???