S
Sarah
I have a question about something that really bothers me about my
application. My form has a RecordSet that is computed using a reasonably
complex SQL statement woven together by code in the form's module. This
works just fine, but takes about 12 seconds. The continuous form always
shows exactly 5 records with 3 textboxes in each, for a total of 15.
Here's my question: The form has a button that allows me to print a report
showing the exact same 15 values as were in the form. Currently, my report
has the same RecordSet, so we go through the same 12s delay as values are
recalculated. What is the best way to simply copy the 15 values that are
already calculated in the form without recomputing them?
much thanks
application. My form has a RecordSet that is computed using a reasonably
complex SQL statement woven together by code in the form's module. This
works just fine, but takes about 12 seconds. The continuous form always
shows exactly 5 records with 3 textboxes in each, for a total of 15.
Here's my question: The form has a button that allows me to print a report
showing the exact same 15 values as were in the form. Currently, my report
has the same RecordSet, so we go through the same 12s delay as values are
recalculated. What is the best way to simply copy the 15 values that are
already calculated in the form without recomputing them?
much thanks