Hi all
I currently have an access Front-End with a SQL Back-end.
I recently read that when queries (which reside in the front-end) are run, that ALL the data in the linked tables is sent from the server to the client before any filtering, sort etc is applied.
The client then does the filtering...