M mavergara Registered User. Local time Today, 01:19 Joined Jun 27, 2011 Messages 19 Jul 14, 2011 #1 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!
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!
Trevor G Registered User. Local time Today, 09:19 Joined Oct 1, 2009 Messages 2,367 Jul 14, 2011 #2 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.
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.