View Single Post
 
Old 09-18-2014, 06:26 AM
regwitt regwitt is offline Windows 7 32bit Office 2010 32bit
Novice
 
Join Date: Sep 2014
Location: Columbus, IN
Posts: 11
regwitt is on a distinguished road
Default You are the man!

Quote:
Originally Posted by macropod View Post
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;;"
That worked beautifully! Is there a book that you might recommend that I might use as a reference so I don't have to bug you guys all the time? My next project is to have a link within the document the user will click on that will search our database for a specific .map file, then search that file for specific parameters. I really like to read books that i can reference in the future.

Again, Thanks a million!!!!
Reply With Quote