Thanks guys I changed the way my query was indexed and made sure I got rid of extra columns with respect to many to many relationship. I had a one to many and it seemed to be a big part of my issue. Then I just added distinct to my results and it pulls fast and perfect. Thanks again. With all...
SkipVought,
I have it set up right now were Table 1 has 2 zip code pairs in it. I then have a query that links Table 1 to the master zipcode table to pull in my results. It takes forever. I am open for any suggestions. Just as an fyi..I want to query thousands of zips so I thought some kind of...
kjv1611, thanks for the post. The task is easy to explain but the results are slow right now because of the in clause. I think! Think of a static table with every possible zip code pair in the United States. Now pretend that you have a customer file with start zip and stop zip. I want to bounce...
I have a static zip code table that I want use with a vba loop instead of using a large in clause. I believe this will speed up the seek time for each zip code pair. Static Table has from: and to: zip bouncing off of another query searching for a match. I just need to make the static table...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.