field = 0 -> not printed

  • Thread starter Thread starter Jean-Paul De Winter
  • Start date Start date
J

Jean-Paul De Winter

Hi,
I don't want a field to be printed when it's value is 0.
Who knows what to do?
Thanks
JP
 
Set the Format property of the control on the report to suppress the zero.

For a currency type field, you would need:
$#,##0.00;-$#,##0.00;""
 

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

Back
Top