I have an Access 2003 database, that loads a set of data into a form via a query and filter.
I have found that if I set the query to sort on company name, it takes much longer to load. If I omit the sort function, it is much quicker, but the companies are all over the place.
Is there anyway that I can update the natural sort order for the databaes via VBA, so that even if I don't use the sort function within the query, it will still be in the right order.
Start Free Trial