Reporting Question?

  • Thread starter Thread starter Paul Murphy via AccessMonster.com
  • Start date Start date
P

Paul Murphy via AccessMonster.com

Hi folks,

Tell me this.... in MS Access Reports, can you use the 'SUM' command to
produce the total of partiular fields?

Thanks,
Paul
 
yes.
in a text box's control source put...
=sum([query1]![perticularfield])
 
You most often would not include the "[query]!". Just use a text box in a
report or group header or footer with a control source like:
=Sum([NumericField])

--
Duane Hookom
MS Access MVP
--

yes.
in a text box's control source put...
=sum([query1]![perticularfield])
-----Original Message-----
Hi folks,

Tell me this.... in MS Access Reports, can you use the 'SUM' command to
produce the total of partiular fields?

Thanks,
Paul
 

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

Similar Threads


Back
Top