Addition and Percentage Formulas

  • Thread starter Thread starter Scott Reed
  • Start date Start date
S

Scott Reed

I have 3 columns I want to add up in a report and also to work out the
percentage! I have tried hundreds of different sites but I cant find the
answer?

Thanks in Advance
Scott

P.S. the columns are called:
Personal Hygine 1 -10,
Food Handling 11 - 26,
Cleaning 27 - 45
 
Hi Scott

If you want to calculate a total in a report I believe you need to put a
textbox into a report footer and give the text box a control source something
like: =Sum([Name Of Field]).

This is from memory I'm afraid but if you put "report totals" into Access
help I'm sure it will point you to a page which gives you the definite info.

Cheers

David
 
Back
Top