Inserting totals in the forms

Suzy

Registered User.
Local time
Today, 08:45
Joined
Jan 20, 2004
Messages
29
Is there anyway I can have several sections in the form to give me totals of subsections? I wanted to have small sections with its own subsections and their totals. Is that possible?
 
Hi,

You can add a page header and footer to a form, by selecting from the menu View>Page Header .

The other way would be to section your form using rectangle or a line to seperate. Your can add the unbound textboxes to the section to carry out the totals. Datasource for your textboxes should be something like
Code:
=Sum([NameofField])

Hope this helps

Andy
 

Users who are viewing this thread

Back
Top Bottom