Sum function error

  • Thread starter Luiz Gustavo de Moraes
  • Start date
L

Luiz Gustavo de Moraes

Hi All, I'm calculating a subtotal in a form using and expression calculated
in a query ([Subtotal_Sales]). The textbox which is showing this expression
is located in the foot header. the problem is that when I place it in the
report's header it works, but when I put it in the foot header is gives me
an #Error.
This textbox has the following expression in its control property:
=sum([Subtotal_Sales]).
*The Subtotal_Sales data is sorted by Seller in the report.

What's wrong?
 
M

[MVP] S. Clark

What is a foot header?


--
HTH,

Steve Clark, Access MVP
FMS, Inc.
Professional Solutions Group
http://www.FMSInc.com
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Is your Access database too slow?
Are you ready to upgrade to SQL Server?
Contact us for optimization and/or upsizing!
http://www.FMSInc.com/consulting
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 

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