calculating subforms

R

Robert L

I have a swithboard that goes to a page with 4 tap pages; General
Information, Family Members, Notes & Gifts/Tithings.I want to create a
subform on the Gits/Tithings Tap page that calculates the totals on that tap
Page. The fields for the Gifs/Tithings page are Gifts, Tithings and other,
all are currency fields
 
J

John Vinson

On Fri, 7 Jan 2005 13:33:06 -0800, "Robert L" <Robert
I have a swithboard that goes to a page with 4 tap pages; General
Information, Family Members, Notes & Gifts/Tithings.I want to create a
subform on the Gits/Tithings Tap page that calculates the totals on that tap
Page. The fields for the Gifs/Tithings page are Gifts, Tithings and other,
all are currency fields

Put a textbox on the Form with a control source

=[Gifts] + [Tithings] + [Other]

John W. Vinson[MVP]
 
Top