Question : displaying fields total amount in textbox on form

Hello,
on a report-  you can create a total at bottom to add all amounts in records for a certain field.
Is there a way I can do this in a query - so I can display a total amount in textbox on a form?
thank you

Answer : displaying fields total amount in textbox on form

Hi,

yes, you can use an aggregate domain function like "DSum" in a textbox.

Simply use "=DSum(..your parameters...)".

Cheers,

Christian
Random Solutions  
 
programming4us programming4us