quotient code

mavergara

Registered User.
Local time
Today, 02:04
Joined
Jun 27, 2011
Messages
19
how will i code if i want to get the quotient of the two fields, lets say
6
5
4
3
2
1
__
21

pls advise the code using expression builder, i get an error when trying to make one. thanks a lot!
 
If you mean a total then in your report add a textbox in the Report Footer then in the properties of the text box you would use =SUM([FieldName]).

Save and change the view to Print Preview and you should see the total.
 

Users who are viewing this thread

Back
Top Bottom