With Nz() function you need to specify "value if null" parameter so it returns i.e. 0 (zero) when a value is null.
So instead of:
Nz([Tot Prc])
use:
Nz([Tot Prc],0)
Also it's not recommended to use spaces and special characters in field names, like your [NEW UNIT PRICE (NET)], that's asking for...