Field in query - no error
on form field (which is not enterable, just displayed - if it is neither Transfer Rolls or N - it gives #Err instead of null value
TransferRollPrice: (Int(IIf([Classification]="Transfer Rolls",[USDollar]+[RetailMargin],IIf([Classification] ="Transfer Rolls" AND Mid([WBCode],4,1="N"),([USDollar]+[WBShipping])+[RetailMargin],Null))/0.05)*0.05)+0.0
There should be no value in the form field if it is neither - not sure what I am doing wrong?