I use dsum to calculate the sum of values in another table. The problem is some users don't like it because it takes some time to calculate and they want to scroll through the records faster. These users don't even look at the value in the dsum field. Is there a way to assign code to a button that will disable that unbound element so it wont run the calculation as they scroll through the records in the form?
I would like to have a little button right by the field and if it is too slow the user can click the button, disable the dsum and then scroll through the records quickly and then click the button again when they want to see the dsum calc.
Thanks