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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

condtional formatting 1

Status
Not open for further replies.

integritycare

Technical User
Mar 12, 2011
151
AU
Hi all,
Just a request for some help with a conditional format of a currency text box.

What is required is that when a currency value in the textbox becomes a negative quanity that the text will indicate that the user has overallocated funds.(probably I would use red txt in the formatting).

Many thanks,
Integrity
 
You don't need conditional formatting to do this with numeric fields. Just set the Format Property to something like:
Code:
$#,##0.00[Green];($#,##0.00)[Red];"Zero";"Null"

Duane
Hook'D on Access
MS Access MVP
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top