Suppress Zero values on the report

G

Guest

Hello,

How can I suppress zero values on a report? There are five columns on my
reports. If there is a zero value in any of the columns, I would like to
show it as null in any of the columns with zero values.

Thanks.
 
F

fredg

Hello,

How can I suppress zero values on a report? There are five columns on my
reports. If there is a zero value in any of the columns, I would like to
show it as null in any of the columns with zero values.

Thanks.

Set the Format Property of the control to:
#;-#;""
 
G

Guest

Good morning fredg,

Thank you very much for your help. You are good. It works. Is there a
book out there that I can learn all those tricks?

Thanks again.
 
F

fredg

Good morning fredg,

Thank you very much for your help. You are good. It works. Is there a
book out there that I can learn all those tricks?

Thanks again.

It's available in Access help.
Format property + Number and Currency datatype
 

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