Suppressing Zeroes

Z

Zeroed

I have a number of zeroes in my query and therefore my
reports are really tough to read through.

0 was set as the default value in the tables but I'm sure
there is a way to suppress them for the reports. I have
tried an IIF statement with no luck.

Any suggestions?
Thanks
 
F

fredg

I have a number of zeroes in my query and therefore my
reports are really tough to read through.

0 was set as the default value in the tables but I'm sure
there is a way to suppress them for the reports. I have
tried an IIF statement with no luck.

Any suggestions?
Thanks

In the report, set the Control's Format property to:
#;-#;""

See Access Help on
Format property + Number and Currency datatype
 
Z

Zeroed

Wicked, thanks
-----Original Message-----


In the report, set the Control's Format property to:
#;-#;""

See Access Help on
Format property + Number and Currency datatype
--
Fred
Please only reply to this newsgroup.
I do not reply to personal email.
.
 

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