Conditional Formatting for upcoming Dates in a Form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Just wondering how i can conditional format cells to highlight when a certain
date is coming up in the next month or two, and continue after it has passed.

ie when something is due for renewal we need to send out reminders

Thanks

Tim
 
Just wondering how i can conditional format cells to highlight when a certain
date is coming up in the next month or two, and continue after it has passed.

ie when something is due for renewal we need to send out reminders

Thanks

Tim

Set the control's conditional format property to:
Condition1 Expression is
Write:
DateDiff("m",[DateField],Date())<2 Or [DateField] > Date()
in the next control.
Set the colors as wanted.
 

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

Back
Top