Subform conditional formatting (1 Viewer)

TallMan

Registered User.
Local time
Today, 14:59
Joined
Dec 5, 2008
Messages
239
Hey Guys,

It has been a while. Hope all are well.

I am working on trying to get a date field on my subform to turn red when the date that the field list is > 30 days.

In the expression section of conditional formatting I have tried:

PHP:
DateDiff("d",Date(),"Dt_Approved")>"30"

Any thoughts?

Thank you,

Tallman
 

vbaInet

AWF VIP
Local time
Today, 19:59
Joined
Jan 22, 2010
Messages
26,374
Is the Default View in Single Form, Continuous Form or Datasheet?~
 

TallMan

Registered User.
Local time
Today, 14:59
Joined
Dec 5, 2008
Messages
239
Hello,

It is showing Datasheet view.

Thank you,
 

vbaInet

AWF VIP
Local time
Today, 19:59
Joined
Jan 22, 2010
Messages
26,374
Alright you can use Conditional Formatting. Something like

Field Value Is
Greater Than
Date() + 29
 

Users who are viewing this thread

Top Bottom