G Guest Apr 5, 2007 #1 Probably a very simple answer to this but I can't find it. How do I suppress zero (display as a blank) on a report.
Probably a very simple answer to this but I can't find it. How do I suppress zero (display as a blank) on a report.
F fredg Apr 5, 2007 #2 Probably a very simple answer to this but I can't find it. How do I suppress zero (display as a blank) on a report. Click to expand... Set the Format property of the control to: #;-#; Look up the Format property + Number and Currency datatype in Access help.
Probably a very simple answer to this but I can't find it. How do I suppress zero (display as a blank) on a report. Click to expand... Set the Format property of the control to: #;-#; Look up the Format property + Number and Currency datatype in Access help.
G Guest Apr 5, 2007 #3 Thanks Fred. That did the trick. fredg said: Set the Format property of the control to: #;-#; Look up the Format property + Number and Currency datatype in Access help. Click to expand...
Thanks Fred. That did the trick. fredg said: Set the Format property of the control to: #;-#; Look up the Format property + Number and Currency datatype in Access help. Click to expand...