Hi all
I have an unbound form containing textfields that are populated on the afterupdate event of the combo box.
The combobox is driven by a query which among other things contains a currency value. When I run the query, the format of the field is correct (£23.00) however, when I use the combobox to populate the form, only the number populates the textfield (23) The textfield is set for currency however, I can't seem to get it to show the correct formatting.
How can I resolve this issue?
I have an unbound form containing textfields that are populated on the afterupdate event of the combo box.
The combobox is driven by a query which among other things contains a currency value. When I run the query, the format of the field is correct (£23.00) however, when I use the combobox to populate the form, only the number populates the textfield (23) The textfield is set for currency however, I can't seem to get it to show the correct formatting.
How can I resolve this issue?