L
liz
I am using a IIf statement to set the recordsource to format the type for a
text box. i.e. display £value or Evalue depening on country (option of only
2).
=IIf([Currency]=1,Format([Total Unit Price],"Currency"),Format([Total Unit
Price],"Euro"))
The trouble is instead of formatting to Euro it writes "Euro" into the
textbox.
I can see that "euro" might not be the correct term to write - but seems the
obvious one. I am not sure what to do......
text box. i.e. display £value or Evalue depening on country (option of only
2).
=IIf([Currency]=1,Format([Total Unit Price],"Currency"),Format([Total Unit
Price],"Euro"))
The trouble is instead of formatting to Euro it writes "Euro" into the
textbox.
I can see that "euro" might not be the correct term to write - but seems the
obvious one. I am not sure what to do......