Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Colour Negative fields in Report 1

Status
Not open for further replies.

dunkster

Technical User
Jan 23, 2003
14
AU
I want to show negative $ values in RED in Access Reports. What is the properties format to achieve this ?
 
You can use the format property of the text box control.

Try this:
$#,##0.00[Black];-$#,##0.00[Red];0;" "

The format property is broken down like this:

positive value; negative value; zero value; null value

I hope this helps.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top