If I have a linked table in a backend (say about 30,000 records with at least 50 fields). Queries run against this table are pretty slow. I believe (and corrrect me if I am wrong) that Access has to pull the entire table from the network to the local machine before any queries can be run (hence the lousy performance).
Would anyone have any suggestions on speeding this process up? Should I pull all the data to the front end once and then query off that? Would querying from code work better?
???
Would anyone have any suggestions on speeding this process up? Should I pull all the data to the front end once and then query off that? Would querying from code work better?
???