I have an access database, to which I have added a query which queries a table for the city field, using DISTINCT, to return a list of all of the distinct cities. When this is run on the server machine, it runs relatively quickly. But once I run this on any client machine, it takes a painfully long time, like 40 seconds.
What could be causing this?
What could be causing this?