A
Anders_S
Every week I'm sent a tab-delimited text file, which contains a few thousand
records, on which I want to run the same query&report. What's the best way
to automate this? Importing the text file via TransferText is pretty
straightforward. Where I need some guidance is whether, for example, I'm
better off deleting the old table and then renaming the new table I've
created vs. cleaning out the table that's tied to the report to a temp table
and then doing an append query to add the data to the table that's tied to
the report. Also, what are the pros and cons of doing it using a macro vs.
VBA, or is that no longer an issue?
My constraints are:
* My office runs Access 2000
* Whatever I write needs to be as simple as possible, because folks who
aren't programmers may someday monkey with it (which is why I'm also
considering doing the whole thing via a generic automation tool like
AutoHotkey).
Any thoughts? And if this question's already been answered elsewhere, just
point me in the right direction; I looked around and could find solutions but
not adivce on pros vs. cons.
Thanks,
Anders
records, on which I want to run the same query&report. What's the best way
to automate this? Importing the text file via TransferText is pretty
straightforward. Where I need some guidance is whether, for example, I'm
better off deleting the old table and then renaming the new table I've
created vs. cleaning out the table that's tied to the report to a temp table
and then doing an append query to add the data to the table that's tied to
the report. Also, what are the pros and cons of doing it using a macro vs.
VBA, or is that no longer an issue?
My constraints are:
* My office runs Access 2000
* Whatever I write needs to be as simple as possible, because folks who
aren't programmers may someday monkey with it (which is why I'm also
considering doing the whole thing via a generic automation tool like
AutoHotkey).
Any thoughts? And if this question's already been answered elsewhere, just
point me in the right direction; I looked around and could find solutions but
not adivce on pros vs. cons.
Thanks,
Anders