- Local time
- Today, 14:33
- Joined
- Feb 19, 2013
- Messages
- 17,101
Why not use a make table query to create a local table with just the two fields from your rf1 query . Ensure both fields are indexed in the new table then run your query on that.
Time wise will at least give you an idea of efficiency.
i have tables with millions of records and no query takes longer than a few seconds to run
If your rf1 query is complex because the source data is not normalised perhaps it is time to consider importing the data into a normalised structure
Time wise will at least give you an idea of efficiency.
i have tables with millions of records and no query takes longer than a few seconds to run
If your rf1 query is complex because the source data is not normalised perhaps it is time to consider importing the data into a normalised structure