D
Dewey
I have a multi-user A2K application which I've optimized as much as possible
and split into a FE (.mde)/BE. The performance across my small office
network is acceptable for the amount of data moved. I was wondering though,
if the performance of some of my forms might be benefitted by keeping a few
of the underlying tables in the front end that are used to feed the row
source for combo boxes on a couple forms.
The combos do not allow "Not in List" entries, as they list items such as
committee names, budget groups and items that A.) are not likely to change
very often, and B.) are not allowed to be updated by users anyway.
With the help of Tony Toews' AutoFEUpdater utility (thanks, Tony), it would
be just as easy for me to update the lookup tables whenever necessary and let
the clients automatically update the next time they launch the app. Since
the load time increased most for the combo boxes following the split, why not
just keep them local?
I completely understand the importance of splitting a multi-user database,
but none of the resources I've read on the topic make any mention as to when,
if ever, it might be beneficial to keep tables in the FE. Is this commonly
done? What are the drawbacks?
and split into a FE (.mde)/BE. The performance across my small office
network is acceptable for the amount of data moved. I was wondering though,
if the performance of some of my forms might be benefitted by keeping a few
of the underlying tables in the front end that are used to feed the row
source for combo boxes on a couple forms.
The combos do not allow "Not in List" entries, as they list items such as
committee names, budget groups and items that A.) are not likely to change
very often, and B.) are not allowed to be updated by users anyway.
With the help of Tony Toews' AutoFEUpdater utility (thanks, Tony), it would
be just as easy for me to update the lookup tables whenever necessary and let
the clients automatically update the next time they launch the app. Since
the load time increased most for the combo boxes following the split, why not
just keep them local?
I completely understand the importance of splitting a multi-user database,
but none of the resources I've read on the topic make any mention as to when,
if ever, it might be beneficial to keep tables in the FE. Is this commonly
done? What are the drawbacks?