W wanted4net New member Local time Today, 04:33 Joined Oct 16, 2010 Messages 9 Mar 5, 2011 #1 i wanna total of the total price after discount the image show it Attachments untitled.bmp untitled.bmp 38.7 KB · Views: 195
pbaldy Wino Moderator Staff member Local time Today, 04:33 Joined Aug 30, 2003 Messages 36,272 Mar 5, 2011 #2 Typically =Sum(FieldName) If it isn't a field but is calculated, you can't sum a control, only fields, so: =Sum(Field1 - Field2)
Typically =Sum(FieldName) If it isn't a field but is calculated, you can't sum a control, only fields, so: =Sum(Field1 - Field2)