I have two functions IIf([NWeight]=" ",[CWeight],[NWeight]) And
Round(([CWeight]-[NWeight])/[CWeight]*100,2)
How do I combine these two together so that they can both run?
The IIf statement needs to be completed before the Round statement in the function
Round(([CWeight]-[NWeight])/[CWeight]*100,2)
How do I combine these two together so that they can both run?
The IIf statement needs to be completed before the Round statement in the function