Sure can - if the fields are in the detail section. In the report footer,
or a group footer, place an unbound textbox and set its controlsource to an
expression such as:
=Sum([Field1]) + Sum([Field2])
If the control is in a group footer, it will give the sum for that group
only; if it's in the report footer, it will give the overall sum.
HTH,
Rob