I have a large table in a mysql database (6 million records). If I link the table, I can open it just fine--it seems like access requests the records as needed. However, if I use a passthrough query, it seems like access requests the entire table before opening it. This is slow enough on my normal tables (200,000) records, but the big ones are impossible. I want to use a passthrough to be able to use sql statements, but I need to make it faster. Is there a way to do this? Thanks!
EDIT:
Here is the query; you can't get much simpler than this.
SELECT * FROM Traffic12