Ok I'll give you a step by step run down of what I did.
I have a database with the field name of Roast Turkey 15
lb. I have created a report that has that field in it.
That field has the data type of number. I have entered 2
sample records into the database When I run the report I
successfully display the data for each record. I then
switch to design view and add a text box in the footer
area. It automatically says unbounded in the box. After
single clicking in the box it turns white for input and I
click on the properties button. A text box form opens
and I click on the data tab. I click in the Control
Source box and type the following:"=sum([Roast Turkey
15lb])" I leave input mask blank. I have tried setting
Running Sum in its default value of No, Over Group, Over
all and I get the same result. In the footer I
see "#Error" I am using Acces 2000. If you are willing
I will email the entire file to you so that you can see
what I did and show me what I did wrong.
Thanks for your help.
-----Original Message-----
What do you mean by "doesn't add to the right number"? The method I
suggested works. Did you create the text box in the report footer? What
expression did you use? What value are you getting that isn't right?
--
Duane Hookom
MS Access MVP
I tried that. When I do it with asmple data it doesn't
add to the right number. Do I have to set any other
field in the property box?
-----Original Message-----
Where are you having an issue? You can add a text box to
the Report Footer
section and set the Control Source property to
=Sum([YourNumericField])
--
Duane Hookom
MS Access MVP
I am trying to set up a report in Access 2000 that will
show individual entries in a specific field and at the
bottom of the report display the total of all values in
that field. The field has been set up as numeric.
.
.