J
JimP
One way to do this is to set the format to "#,###.00;-#,###.00;[White]".
Is there a better,or more conventional, way?
Is there a better,or more conventional, way?
John Spencer said:Try using the format
#,###.00;-#,###.00;"";""
This assumes you want the record to print, you just don't want to see the
value zero displayed by one control.
John Spencer
Access MVP 2002-2005, 2007-2009
The Hilltop Institute
University of Maryland Baltimore County
One way to do this is to set the format to "#,###.00;-#,###.00;[White]".
Is there a better,or more conventional, way?