G
Guest
I have an Invoice database that has multiple line items to itemize services. There is an amount for each line item, which is a field. I would like to add up these amount fields for each invoice. The problem is, I don’t use every line, consequently, not every amount field. When they’re not all used – the result of adding these fields is nothing. I solved that by going into the table and making “0†the default value for each of these fields. This lets me show a total, but I don’t want the “0â€s showing. Is there a way to hide the “0â€s? Thanks for your help.