Don't want to see zero

P

pas926

I'm using Word 2000 and merging from a query in Access 2000. I don't want to
see anything if the result is zero. When I use the if then statement I get
"Supervisor hours 2" but if it's zero I will see "0" I want to suppress the
zero. Any help is appreciated. Thanks in advance Paul
 
D

Doug Robbins

It would be easier to help if you had provided the field construction that
you are using, but I would always do this with a query in Access that used
the IIF function returning "" if the field being tested contains 0.

In Word, you would use the same "" as the result to be displayed if your
If...then...else field detected a zero value.

--
Please respond to the Newsgroup for the benefit of others who may be
interested. Questions sent directly to me will only be answered on a paid
consulting basis.

Hope this helps,
Doug Robbins - 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