ok,
So on my orders form i have loads of fields which all addup like so:
Subtotal:
=Nz([txtCC])+Nz([Subtotal])+Nz([Subtotal2])+Nz([subtotal3])+Nz([Freight])+Nz([delivery cost])+Nz([consignmentcost])
VAT:
=Nz([Total])*0.175
Total:
=Nz([Total])+Nz([VAT])
now the Nz() bit i was told would fix any "blanks" for when a ceratin product type isnt required.. now this all works perfectly on the form.. however when i try to do the exact same thing on the report i just get #ERROR in all the fields where a certain product type wasnt selected.
i dont understand why its not working... have i left something out?
So on my orders form i have loads of fields which all addup like so:
Subtotal:
=Nz([txtCC])+Nz([Subtotal])+Nz([Subtotal2])+Nz([subtotal3])+Nz([Freight])+Nz([delivery cost])+Nz([consignmentcost])
VAT:
=Nz([Total])*0.175
Total:
=Nz([Total])+Nz([VAT])
now the Nz() bit i was told would fix any "blanks" for when a ceratin product type isnt required.. now this all works perfectly on the form.. however when i try to do the exact same thing on the report i just get #ERROR in all the fields where a certain product type wasnt selected.
i dont understand why its not working... have i left something out?