To the field code, add a numeric picture switch to specify the format of
positive, negative, and zero results, respectively. For example:
\# "£#;£-#;0"
The code means: for positive results, display currency symbol and then
the number (or a space); for negative, display currency symbol, minus
sign, and number; for zero results, display only a zero.

Signature
Stefan Blom
Microsoft Word MVP
> I have (complicated) series of calculation boxes which draw their data from
> text form fields and drop down form fields, and the final resulting
[quoted text clipped - 21 lines]
>
> How do I change this (if possible)?