Need help to sum

XXD

Registered User.
Local time
Today, 04:59
Joined
Mar 11, 2008
Messages
68
Hi

On my form there is some prices showing from a query, how can i make a "total price". Sum up all the prices in one texbox?
I have attached a image to make it clearly

=Sum([Total price]) isn't working :(
any suggestions?

Thanks in advance
XXD

Edit: Found the problem :D
wrote the code in the EventProcedur the code need to be on the Data xD
 

Attachments

  • faktura.jpg
    faktura.jpg
    96.5 KB · Views: 92
Last edited:
Your expression is correct as long as [Total Price] is the name of the bound field and the control is in the form's footer section.
 

Users who are viewing this thread

Back
Top Bottom