Custom Form Field Type?

J

Jerry Sattler

I need to be able to enter and calculate prices which may have 4 decimal
point. The number option only offers limited formatting options. How can
I add the ones I need? Ideally I would like to show 2 decimal places unless
I enter more places manually. Using a macro would also be fine to turn on
the extended decimal places. Thank you for any assistance you can offer.

Jerry
 
G

Graham Mayor

Using fields to calculate your prices, the number of decimal places
shouldn't matter. The calculation should use the maximum number of places.
Just leave out the switch.


${ ={ REF Text1 } + { Ref Text2 } + { REF Text3 } } = $32.3083
or
If you want the final total to be limited to two decimal places put the
switch at the end of the calculation eg

{ ={ REF Text1 } + { Ref Text2 } + { REF Text3 } \# "$,0.00"} = $32.31


--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top