
Originally Posted by
CJ_London
you need to include the full path - this works for me as a quick example in a continuous form - use your own formula
="D:\Dev\Images" & IIf([pwpk] Mod 2=0,"ALLogo.jpg","brushedsteel.PNG")

Thank you, this works!
My formula if anyone finds it helpful:
Code:
="\\srv01\ISDATEL$\graphics\icons\" & IIf([QuantityReserved]=0;"flag_0percent.png";IIf([QuantityReserved]>0 And [QuantityReserved]<[Quantity];"flag_50percent.png";IIf([QuantityReserved]=[Quantity];"flag_100percent.png";"")))
Result: