P
Paul
Very odd one here. The same text box control on two reports:
=[Total price]+[VAT]
I have added a different currency symbol to each:
="£" & [Total price]+[VAT]
="₪" & [Total price]+[VAT]
At first, both display, for example, 15.50 but after the change I get
£15.50
₪15.5
I cannot get the second decimal point to display! I have played with
'format' (=standard) settings and decimal point settings as well as
resizing the control just in case. But no luck! All the other fields,
including [Total price] and [VAT] look completely normal.
Any ideas?
=[Total price]+[VAT]
I have added a different currency symbol to each:
="£" & [Total price]+[VAT]
="₪" & [Total price]+[VAT]
At first, both display, for example, 15.50 but after the change I get
£15.50
₪15.5
I cannot get the second decimal point to display! I have played with
'format' (=standard) settings and decimal point settings as well as
resizing the control just in case. But no luck! All the other fields,
including [Total price] and [VAT] look completely normal.
Any ideas?