Grand Total on a Report

C

Chad Cameron

Hi All,

I have a couple of groups with subtotals in the footer. Is there a way to
get a grand total at the very end? I tried putting it in the footer, but it
give me a #name error. I cannot create a entire group can I?

Thanks
Chad
 
J

John W. Vinson

Sorry, the error is #Error not #Name

Correct the error in your expression.

If you would like help doing so, please post enough information that someone
who cannot see your database might have a chance of seeing what the error
might be. The #Name? flag means that you're referring to something (a
fieldname, a control, an expression...?) which Access cannot recognize;
perhaps a misspelling, or a name which should be in [square brackets] but
isn't, or the like.
 
C

Chad Cameron

Sorry John,

It worked in the footer for the group, but when I copied it out of the
footer into the page footer, it failed.

=Sum([Total Delay])

I am assuming i need to do a Sum of Sum([Total Delay]), but when I guessed
at it =Sum(Sum([Total Delay]), it failed. That is why I didn't put any code
in my message.

Thanks
Chad


John W. Vinson said:
Sorry, the error is #Error not #Name

Correct the error in your expression.

If you would like help doing so, please post enough information that
someone
who cannot see your database might have a chance of seeing what the error
might be. The #Name? flag means that you're referring to something (a
fieldname, a control, an expression...?) which Access cannot recognize;
perhaps a misspelling, or a name which should be in [square brackets] but
isn't, or the like.
 
J

John W. Vinson

Sorry John,

It worked in the footer for the group, but when I copied it out of the
footer into the page footer, it failed.

=Sum([Total Delay])

Use the Report Footer (which does allow sum expressions) rather than the Page
Footer (which doesn't).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top