Hi,
I have a document which uses tokens from our system we have 3 tokens
"charge", "tax1" , "tax2" i need to be able do a calculation of charge - tax1
-tax2 and put the result on the document.
There is no token available to do this in our system so word will have to do
the calc.
Doug Robbins - Word MVP - 20 Oct 2005 18:45 GMT
Sorry, what do you mean by "tokens"?

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
> Hi,
>
[quoted text clipped - 5 lines]
> do
> the calc.
Todd - 21 Oct 2005 07:36 GMT
Sorry - its a merge field from our DB2 Database the only problem is there is
not a field in our database that caters for this - so word has to do if
possible
> Hi,
>
[quoted text clipped - 3 lines]
> There is no token available to do this in our system so word will have to do
> the calc.
Doug Robbins - Word MVP - 21 Oct 2005 09:30 GMT
{ = { MERGEFIELD charge } - { MERGEFIELD tax1 } - { MERGEFIELD tax2 } }
You must use Ctrl + F9 for each pair of field delimiters { }

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
> Sorry - its a merge field from our DB2 Database the only problem is there
> is
[quoted text clipped - 10 lines]
>> do
>> the calc.