Query times
Posted: Fri Dec 27, 2002 1:39 pm
I have an Access table with about 100k records. I am trying to query about 100 records or so from that table. It takes a LONG time, even doing multiple previews. If instead I create a different master table which contains the identifiers from the big table, and link on that field, the query time is MUCH quicker. Why is it so much faster to use the link method than the filter? It would seem like it would need to check all the records in the big table no matter which way I go, but I may be wrong.____Thanks