Another Conditional formatting question

S

Steph

Hi all, date box, I want it to be red when it is older than a year.

I have this set in my CF condition:

Field value is Greater Than Now()-365 (red,bold)

Well, it is red bold anyways. when i change the date to something LESS then
a year old, it flashes normal quickly, but then goes back to red/bold.

Thanks in advance!
 
F

fredg

Hi all, date box, I want it to be red when it is older than a year.

I have this set in my CF condition:

Field value is Greater Than Now()-365 (red,bold)

Well, it is red bold anyways. when i change the date to something LESS then
a year old, it flashes normal quickly, but then goes back to red/bold.

Thanks in advance!

As Condition1, try using:
Expression is
[ThisControlName] < DateAdd("yyyy",-1,Date())
 
S

Steph

Thanks Fred, but for some reason, it is still not working!!

fredg said:
Hi all, date box, I want it to be red when it is older than a year.

I have this set in my CF condition:

Field value is Greater Than Now()-365 (red,bold)

Well, it is red bold anyways. when i change the date to something LESS then
a year old, it flashes normal quickly, but then goes back to red/bold.

Thanks in advance!

As Condition1, try using:
Expression is
[ThisControlName] < DateAdd("yyyy",-1,Date())

--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top