M
Mark
I've tried adding fields using =SUM() and =(mergefield1+
mergefied2). It seems to work in office 2000 but does not
work in Office 2002.
My code looks like this.
{ =SUM({MERGEFIELD "processing_fee"},
{MERGEFIELD "application_fee"}) }
The result of this in the merged document is:
{=SUM(100, 50)}
I've also tried adding the fields:
{=({MERGEFIELD "processing_fee"}+
{MERGEFIELD "application_fee"})}
The result of this in the merged document is:
{= 100+ 50)}
I was expecting 150 as the result. If you can please tell
me what I'm missing?
mergefied2). It seems to work in office 2000 but does not
work in Office 2002.
My code looks like this.
{ =SUM({MERGEFIELD "processing_fee"},
{MERGEFIELD "application_fee"}) }
The result of this in the merged document is:
{=SUM(100, 50)}
I've also tried adding the fields:
{=({MERGEFIELD "processing_fee"}+
{MERGEFIELD "application_fee"})}
The result of this in the merged document is:
{= 100+ 50)}
I was expecting 150 as the result. If you can please tell
me what I'm missing?