I have a database which has got a front-end and a backend, both on other computers in a network.
When opening a form (and requesting the backend for data) I noticed like 300K was received from the server for a 8x3 table (integers and text only).
This is probably caused by Access which isn't consistent in requesting data (It will call the whole table just for one field)
Does anyone know a workaround so I only need to load a datasheet/recordset once, so when I need to fill a combo, the data is allready in the memory of the client app?
When opening a form (and requesting the backend for data) I noticed like 300K was received from the server for a 8x3 table (integers and text only).
This is probably caused by Access which isn't consistent in requesting data (It will call the whole table just for one field)
Does anyone know a workaround so I only need to load a datasheet/recordset once, so when I need to fill a combo, the data is allready in the memory of the client app?