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

Conditional Formatting

Status
Not open for further replies.
Joined
Sep 16, 2005
Messages
191
Location
US
I am trying to do conditional formatting in a report in access. Here are the tables:
Product - contain product information (productID, Product name, category)
Employee (employeeid, first name, last name, ...)

EmployeeAssigned - (employeeid, EProductID, AssignedDate...)

In my report, I have Category (product by group), product name, first name & last name of employee.

I want to do a conditional formatting on the first name and last name of the employee in my report that will highlight in red color (name of employee)if the AssignedDate is greater than 8/6/07.

Is this possible?
 
You can use Expression Is in Conditional Formatting.

[AssignedDate] > #mm/dd/yyyy#
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top