I have a text field on form that is formatted for currency using the variable method. i.e on change function for the field is
Set(VarNumberFormat,Text(Value(DCVAmountRequired.Text),"€#,##0.00"))
and the default value for the field is VarNumberFormat so that all works well and I have a lovely currency field !
Howvever..
When I submit the form it's not updating the sharepoint list.
I've tried the update function for the data card to be the following
Value(DCVamountRequired.Text)
VarNumberFormat
and various versions of the above ! I've also tried adding in label to pick up the value and using that for the update but nothing I do gets the field to update on the shareoint list..
any suggestions?