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

Conditional coloring of a field in a report.

Status
Not open for further replies.

Lydia

Programmer
Dec 6, 1999
1
US
I want to test a field and based on whether the field contains data or not, I want to color the background of another field. Is this possible?
 
Look up the BackColor property in the help file and then look at the example. You could put this code into the AfterUpdate event of the field that might contain data. You might want to check the length of the contents of the field first to make sure that it's not empty. You can take it from there.<br>
<br>
Rochelle
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top