Hi all,
I have a form that contains an expression field to display the value of sale. It uses an;
IIf([Currency] = GBP, "£" & [ComponentPrice], IIf([Currency] = "USD", "$" & [ComponentPrice], IIf(........ for euros etc.
The field worked fine yesterday but today displays #NAME? and if I copy...