- Local time
- Today, 19:50
- Joined
- Sep 12, 2006
- Messages
- 16,051
Is one more "efficient" that the other?
We have a database. An important form is designed as a container, with two continuous subforms. The current event of the left subform, causes the right subform to refresh, by changing a global variable, and requerying the right subform which uses this global variable.
With fe/be in accdb format, refresh of the right form appears slow. The "calculating" legend comes up, and takes a while to clear.
converted both fe and be to mdb format, and it's working fine.
So it seems that the mdb (JET) is clever enough to retrieve just the data matching the function, but the accdb (ACE) is possibly bringing the whole dataset across for the local machine to then filter.
Does this sound feasible?
We have a database. An important form is designed as a container, with two continuous subforms. The current event of the left subform, causes the right subform to refresh, by changing a global variable, and requerying the right subform which uses this global variable.
With fe/be in accdb format, refresh of the right form appears slow. The "calculating" legend comes up, and takes a while to clear.
converted both fe and be to mdb format, and it's working fine.
So it seems that the mdb (JET) is clever enough to retrieve just the data matching the function, but the accdb (ACE) is possibly bringing the whole dataset across for the local machine to then filter.
Does this sound feasible?