I thought I could just add in this expression<br><br>=Sum([Local_Charges]+[Other_Charges]+[Total_Long_Distance]+[Misc]+[Tax]+[Adjustments])<br><br><br>but it didnt work it adds up the WHOLE table i want to just add up a single row.
SUM is an aggregate function. If you want the individual rows, don't use the SUM function.<br><br>=[Local_Charges]+[Other_Charges]+[Total_Long_Distance]+[Misc]+[Tax]+[Adjustments]<br><br><br><br><br> <p>Jim Conrad<br><a href=mailto:JimConrad@Consultant.com>JimConrad@Consultant.com</a><br><a href= > </a><br>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.