I am successfully calling around half a million records, but I have a problem with duplicate records. Without using the DISTINCT function I can call these records in half a second, but when using the DISTINCT function it takes about five minutes for Access to weed out the duplicate records. Is there a more efficient way to get rid of these duplicate records?
(I am most familiar with SQL and only moderately familiar with Access, so I am working in the SQL View. If your solution is better implemented in the Design View I can work with that fine also.)
Let me know if you need more information.
Thank you!
(I am most familiar with SQL and only moderately familiar with Access, so I am working in the SQL View. If your solution is better implemented in the Design View I can work with that fine also.)
Let me know if you need more information.
Thank you!
Comment