(I'm still using Access 97)
I develop almost exclusively using unbound forms/subforms.
My question concerns totals for the columns in a continuous subform. My totals TextBoxes are in the Detail section of the parent form.
I am having trouble writing a way to derive these totals quickly. I avoid Domain lookups like the plague, normally. I tried it in this case (DLookup within a saved query) and, there being 8 columns which I need to total, the time waiting for this data was unacceptable.
Any suggestions how I might calculate these totals and display them somewhere besides a form footer, more quickly?
Thanks people
I develop almost exclusively using unbound forms/subforms.
My question concerns totals for the columns in a continuous subform. My totals TextBoxes are in the Detail section of the parent form.
I am having trouble writing a way to derive these totals quickly. I avoid Domain lookups like the plague, normally. I tried it in this case (DLookup within a saved query) and, there being 8 columns which I need to total, the time waiting for this data was unacceptable.
Any suggestions how I might calculate these totals and display them somewhere besides a form footer, more quickly?
Thanks people