dave j
2008-11-13 07:54:32 UTC
Find records where field one is like marl*, field 3 like *abb* and field 12 like *ben*
The search is carried out through an event procedure I have created. All works well and the required data is returned as expected.
However, the database is networked with all data files (dbf) stored on one PC and the Access mdb file located on each individual PC. Data retrieval from these networked locations is VERY slow. It is quick when using the PC where the data files are stored.
The table contains approx 8000 records.
Would i be right in thinking that the networked PC's are retrieving all 8000+ records and then searching for the relevant data - hence the slow speeds.
If this is the case, can I have the PC where the data is stored do the search and send the relevant results to the networked PC's
Hope that makes sense
Thanks