> Search the queries news group on "rank".
>
[quoted text clipped - 30 lines]
>>>>
>>>> jON
To Sum() txtHuh, you must copy the text box and set a Running Sum of it Over
All. Then reference the new text box in the report footer:
=txtHuhRunSum

Signature
Duane Hookom
MS Access MVP
--
> Because my data set is in natural order, I don't think that I am not going
> to be able to use a RANK
[quoted text clipped - 55 lines]
>>>>>
>>>>> jON
Jon Rowlan - 02 Dec 2005 19:34 GMT
so is there a way to make the running sum text box invisible? Width of zero
I guess?
cheers Duane.
jON
> To Sum() txtHuh, you must copy the text box and set a Running Sum of it
> Over All. Then reference the new text box in the report footer:
[quoted text clipped - 60 lines]
>>>>>>
>>>>>> jON
Jon Rowlan - 02 Dec 2005 20:00 GMT
If I copy my text box to another one in the detail section and call it
"TextBoxRunSum" and set running sum thats fine.
But when I try to reference it in my footer
=textboxrunsum
gets converted to
=[textboxrunsum]
There is no fields called with this name and prompts me for avalue
If I just enter
textboxrunsum
it prompts for a value ????
I am now very confused???
jON
> To Sum() txtHuh, you must copy the text box and set a Running Sum of it
> Over All. Then reference the new text box in the report footer:
[quoted text clipped - 60 lines]
>>>>>>
>>>>>> jON
Duane Hookom - 02 Dec 2005 21:24 GMT
The addition of the [ ]s is normal. Confirm the correct name of the text box
by copying and paste the value from the Name to the Control Source. Make
sure your "total" text box is in the Report Footer section.

Signature
Duane Hookom
MS Access MVP
--
> If I copy my text box to another one in the detail section and call it
> "TextBoxRunSum" and set running sum thats fine.
[quoted text clipped - 83 lines]
>>>>>>>
>>>>>>> jON