G
Guest
I have an Access application. I use many tables just for sorting data. Most
of what I call sort tables are initialized (data deleted) prior to the sort.
Does it matter if I place the sort tables on the local drive instead of on
the network where the other data is? I'm thinking speed. .. will the
query/sort happen faster if the data is sorted via an update/append query
where the table is on the user's local hard drive instead of the network
drive? Or will the sort happen in the actual network drive quicker because
less data is sent accross the network cable? Thanks
of what I call sort tables are initialized (data deleted) prior to the sort.
Does it matter if I place the sort tables on the local drive instead of on
the network where the other data is? I'm thinking speed. .. will the
query/sort happen faster if the data is sorted via an update/append query
where the table is on the user's local hard drive instead of the network
drive? Or will the sort happen in the actual network drive quicker because
less data is sent accross the network cable? Thanks