D
DZ
Hello
I am using loops to create aggregate functions. The results of the agregate
function are concatenated into a strings that are used as a row source for a
list box.
What I need help with is. Can some tell me where I should replace certain
parts of the loop expressions with variables to speed things up. or can
anyone tell me any other ways to speed up these calcultation. As you can see,
I am using refrences to controls on the form as opposed to variables. Are
references to controls slower than variables?
When I trigger the loop, it takes a few seconds to see the results. It would
be better if the results were instantaneous or at least faster.
Thanks for any ideas
I am using loops to create aggregate functions. The results of the agregate
function are concatenated into a strings that are used as a row source for a
list box.
What I need help with is. Can some tell me where I should replace certain
parts of the loop expressions with variables to speed things up. or can
anyone tell me any other ways to speed up these calcultation. As you can see,
I am using refrences to controls on the form as opposed to variables. Are
references to controls slower than variables?
When I trigger the loop, it takes a few seconds to see the results. It would
be better if the results were instantaneous or at least faster.
Thanks for any ideas