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

Conditionally Format Table Rows

Status
Not open for further replies.

surfbum3000

Technical User
Aug 22, 2003
156
US
Table Name: tblLongDrive
Field Name: Status

I want to highlight in Red when the Status=Telco Msg. I created a query and entered the code in the Field Name area.

If {tblLongDrive.Status} = {tblLongDrive.Telco Msg} Then crRed Else crBlack

What error have I made?

If it seems like I don't know what I am doing it's because I don't
 
While in the Form Design View take a look at Conditional formatting.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
Thanks. I created a Form in datasheet view and used Conditional Formating.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top