View Single Post
 
Old 09-18-2014, 05:43 AM
macropod's Avatar
macropod macropod is offline Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,467
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

You could change the:
{=RPM+10}
and:
{=RPM-10}
field codes to:
{=(RPM>0)*(RPM-10) \# 0}
and:
{=(RPM>0)*(RPM+10) \# 0}
respectively. This will cause them to display 0s while ever the RPM field is empty. To suppress even the 0s, change the final 0 in each field to:
"0;;"
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote