Hello again. The main source I used for the format I wanted to use was link text
I substituted the text I wanted, + -, for the exampled “plus” “minus”, nothing in place of “null”, and set each 0 to 0.00, which I understand to be std notation for 2DP. This was set in the properties-formatting of a “formatted field” control on the form.
My expectation was that the form would display in the format I had chosen eg +2.50, would post 2.50 (or possibly 2.5) to Postgres, and that should I wish to see +2.50 in a subsequent form, query or report, I would format the appropriate field to achieve this. On entering data into the form, I could enter a number, but save would be greyed out, and moving to another field in the form would clear the contents.
Is that enough information? If not could you be clearer as to what you require please?