I have a read only DAO.Recordset, which I apply a filter on.
Will the application of the filter cause communication between my Access frontend and Access backend?
I would like to optimize my application to reduce stress on the backend, and therefore in general trying to understand when working with recordsets when my frontend communicates with the backend. For instance, if I do FindFirst or a MoveNext will that cause Access to just look in the recordset I allready have open, or will it attempt to contant the backend and refresh the data?
Is there any way to determine when communication goes on between backend and frontend?
Will the application of the filter cause communication between my Access frontend and Access backend?
I would like to optimize my application to reduce stress on the backend, and therefore in general trying to understand when working with recordsets when my frontend communicates with the backend. For instance, if I do FindFirst or a MoveNext will that cause Access to just look in the recordset I allready have open, or will it attempt to contant the backend and refresh the data?
Is there any way to determine when communication goes on between backend and frontend?
Comment