I have a report... i want to sum only some rows of the report's recordsource...
example:
Report's recordsource:
"SELECT importe, iva FROM factura"
I want now a textbox in the report's footer with the sum of all "importe" where "iva=0,21"
how can i do that? That to I have to put in the control source of the textbox?
thanks and sorry for my poor english. (i hope to be clear)
example:
Report's recordsource:
"SELECT importe, iva FROM factura"
I want now a textbox in the report's footer with the sum of all "importe" where "iva=0,21"
how can i do that? That to I have to put in the control source of the textbox?
thanks and sorry for my poor english. (i hope to be clear)