Actually, the text box doesn't have to be in the footer. It can be anywhere
on your form
Sorry about that...
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Sample code subject to
http://www.microsoft.com/info/cpyright.htm
Do not send email to this alias. It is for newsgroup only
:
1. In the footer of the table insert a Text box.
2. Open the properties of the Text box and select the Function button to the
right of the 'Value' field.
3. [Insert Function]
4. Select 'Sum', [OK]
5. Double click where it syas "Double click to insert field"
6. Expand the Groups until you see the field you want to total (ie "SubTotal")
The formula should be "sum(SubTotal)" (or whatever you named the subtotal
field)
If you just want to display the data for the user and printing but dont need
to store the value, use an Expression box instead.
Does that work for you?
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Sample code subject to
http://www.microsoft.com/info/cpyright.htm
Do not send email to this alias. It is for newsgroup only
:
I'm successful in adding values in a row but I'm stuck in adding the total
values of those rows in a repeating table. I wanted to have a subtotal then
get the over all total. Please help.