A
AndréG
Hello,
I made a form (account number) containing a tab control with a subform on
every tab some of them are charts .... consequence: opening the main form
takes sometimes a lot of time especially if the data are accessed via the
network and the queries involve a lot of data.
I would like to disable the calculation of the subform until the specific
tab get's opened.
Does someone know how to do it.
I tried it by removing the recordsource value of the subform and dynamically
assigning a value to it when opening the tab but it would not work (the
charts are remaining empty and the subform's size and position get's
modified).
I made a form (account number) containing a tab control with a subform on
every tab some of them are charts .... consequence: opening the main form
takes sometimes a lot of time especially if the data are accessed via the
network and the queries involve a lot of data.
I would like to disable the calculation of the subform until the specific
tab get's opened.
Does someone know how to do it.
I tried it by removing the recordsource value of the subform and dynamically
assigning a value to it when opening the tab but it would not work (the
charts are remaining empty and the subform's size and position get's
modified).