J
jlute
CompTotalDiff: IIf(IsNull([CompTotal]),Null,IIf([CompTotal]<>100,100-
[CompTotal]))
I believe this requires "Val" as it returns #Error if CompTotal is
Null. If there is a value it returns properly. After several attempts
at using Val I'm stuck!
CompTotal is:
CompTotal: Nz([Moisture]+Nz([Protein]+Nz([Fat]+Nz([Carbohydrates]
+Nz([Fiber]+Nz([Ash]))))))
All of the fields are number type.
Any help is greatly appreciated! Thanks!
[CompTotal]))
I believe this requires "Val" as it returns #Error if CompTotal is
Null. If there is a value it returns properly. After several attempts
at using Val I'm stuck!
CompTotal is:
CompTotal: Nz([Moisture]+Nz([Protein]+Nz([Fat]+Nz([Carbohydrates]
+Nz([Fiber]+Nz([Ash]))))))
All of the fields are number type.
Any help is greatly appreciated! Thanks!