H Harrold Registered User. Local time Today, 15:14 Joined Mar 17, 2011 Messages 72 Jan 17, 2012 #1 hi, how to change the value from -$### to [red](#,###.##) in query? Can someone please advise me? Thank you very much
hi, how to change the value from -$### to [red](#,###.##) in query? Can someone please advise me? Thank you very much
John Big Booty AWF VIP Local time Today, 17:14 Joined Aug 29, 2005 Messages 8,262 Jan 17, 2012 #2 If what you are after is for negative numbers to display in Red within parenthesis, then use; Code: $#,##0.00;($#,##0.00)[Red] In the format property of the field required.
If what you are after is for negative numbers to display in Red within parenthesis, then use; Code: $#,##0.00;($#,##0.00)[Red] In the format property of the field required.