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

Conditional Formating a Control based off of Order Date Age

Status
Not open for further replies.

dragongunner0351

Programmer
Joined
Mar 16, 2006
Messages
104
Location
US
Hello all (Access2003 DB)
I have a subform that displays in list view, one of the controls is an OrderDate, I would like to change the background color to red (for the whole row if possible) if the Order is 15 days old.

I've tried the following conditional format: Expression is:
[Order_Date]+15>="Date"

But nothing, any help is always appreciated

Thank you.
 
How are ya dragongunner0351 . . .

Try:
Code:
[blue][Order_Date] + 15 >= Date[purple][b]()[/b][/purple][/blue]

Calvin.gif
See Ya! . . . . . .

Be sure to see thread181-473997
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top