Hi there,
I'd like to improve the loading time of a form by limiting the number of subforms that need to be loaded.
The Form has 7 subforms, all have different queries as control sources, but not all have to be seen at the same time or immedieately, but I'ms tuck on the best way to do this.
I guess I can make some load invisible then use code to make them visible but I'm unsure how much better this would be.
An alternative would be to use a control to open the subform when clicked, but I'm unsure what vba I would need to add a subform.
Dooes anyone have any advice on this?
Thanks
Dom
I'd like to improve the loading time of a form by limiting the number of subforms that need to be loaded.
The Form has 7 subforms, all have different queries as control sources, but not all have to be seen at the same time or immedieately, but I'ms tuck on the best way to do this.
I guess I can make some load invisible then use code to make them visible but I'm unsure how much better this would be.
An alternative would be to use a control to open the subform when clicked, but I'm unsure what vba I would need to add a subform.
Dooes anyone have any advice on this?
Thanks
Dom