What does the code in your IF field look like at the moment?
> Also I need to round a number down to the nearest 0.01(its a price). Does
Have you tried the usualy formatting switches, or is the problem rounding
rather than truncation?

Signature
Peter Jamieson
http://tips.pjmsn.me.uk
>I am writing a mail merge project to create a number of invoices from a
> database created in access. I need to check a number that I obtained using
[quoted text clipped - 11 lines]
>
> S
projectmergeleader - 21 Aug 2007 16:28 GMT
I am a fool the reason it wasn't working was that that it went
{IF {{MERGEFIELD"CountOfMessage"}} <= 500
^^
too many brackets
Regarding my other problem it is a rounding problem but since it is going to
be rounded down it could be truncated. I just don't know how to do it. Also I
need to add digits to some numbers, for example, if i have 2 i need 2.00.
Maybe this could be done with truncation as well.
Thanks,
S
> What does the code in your IF field look like at the moment?
>
[quoted text clipped - 18 lines]
> >
> > S
Peter Jamieson - 21 Aug 2007 16:37 GMT
Instead of
{ MERGEFIELD mynumber }
try
{ MERGEFIELD mynumber \#0.00 }

Signature
Peter Jamieson
http://tips.pjmsn.me.uk
>I am a fool the reason it wasn't working was that that it went
>
[quoted text clipped - 40 lines]
>> >
>> > S