There's a main form with several sub reports that summarizes the live SQL data.
It takes some time to load due to the "calculating".
I was thinking of doing a data dump (AKA: extract the data to a table then use that for the sub reports).
However, since the form is linked to the tables, it can't delete and recreate those tables when the form is loaded.
I can't figure out a solution on running the macro to do the data dump into the temp tables then the sub reports totaling from that WHILE the form is opened?