I have a few Access 97 DB's and I'm linking SQL tables via ODBC
connection in vba code.
I've found that the performance is slowing down. I have a few macros
that import TXT files using import specs and from there it begins a
series of queries to manipulate the table and eventually put it into
the linked SQL tables.
When I started it was rather quick however now I'm finding that the
process is taking longer.
Is it quicker to execute this type of thing through modules and VBA or
am I already doing it the most efficient way by using multiple queries
and calling them with macros.
Thanks for any advice
connection in vba code.
I've found that the performance is slowing down. I have a few macros
that import TXT files using import specs and from there it begins a
series of queries to manipulate the table and eventually put it into
the linked SQL tables.
When I started it was rather quick however now I'm finding that the
process is taking longer.
Is it quicker to execute this type of thing through modules and VBA or
am I already doing it the most efficient way by using multiple queries
and calling them with macros.
Thanks for any advice
Comment