New here...and fairly new to Access...but having an issue trying to sum a column. I've done an extensive Google search on this and I can't figure it out.
I have a report that has a column called Net Profit. The formula I'm using is this:
=Nz([NetSales],0)-Nz([GrandTotal],0)
That works great to get the horizontal total of taking the NetSales and subtracting the Grand Total.
Let's say...for simplicity sakes....that I have the following numbers:
NET SALES GRAND TOTAL NET PROFIT
$1000 $500 $500
$400 $200 $200
$700 $400 $300
$300 $100 $200
HOW can I total the Net Profit line so that it shows $1200 for the vertical column?
Or is it even possible???
Thanks
Mike
Edit: The columns won't line up after submitting....pretty much my day today....