General Question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

In the report footer, I’m trying to perform a summary operation for my
currency field/for all my currency records, but I can’t find the Summary
Operations dialogue box as stated in my guidebook.

Can anybody please tell me how to find the Summary Operations dialogue box
and/or tell me the expression so that I can create one?
 
Hi

In the report footer, I’m trying to perform a summary operation for my
currency field/for all my currency records, but I can’t find the Summary
Operations dialogue box as stated in my guidebook.

Can anybody please tell me how to find the Summary Operations dialogue box
and/or tell me the expression so that I can create one?

I'm not sure what "guidebook" you're using; but you can set the
Control Source property of a report footer textbox to

=Sum([fieldname])

to sum the values in the table or query field from the Report's
recordsource.

John W. Vinson[MVP]
 
Thank You!
--
Thanks,
Eric


John Vinson said:
Hi

In the report footer, I’m trying to perform a summary operation for my
currency field/for all my currency records, but I can’t find the Summary
Operations dialogue box as stated in my guidebook.

Can anybody please tell me how to find the Summary Operations dialogue box
and/or tell me the expression so that I can create one?

I'm not sure what "guidebook" you're using; but you can set the
Control Source property of a report footer textbox to

=Sum([fieldname])

to sum the values in the table or query field from the Report's
recordsource.

John W. Vinson[MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top