Help with Code for Form

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

Guest

Can someone please tell me how to code for the following? I have to date
fields. Date field 1 is red/bolded when Date field 1 is less than Date().
Date field 2 is Blank. However, When date field 2 is filled with an actual
Date, I want Date field 1 to turn grey and not bolded. I have tried
conditional formatting and have not been able to make it work. Any help will
be greatly appreciated. Thank you.
 
Use the AfterUpdate event of Date field 2 to modify the properties of Date
field 1.

Carl Rapson
 
Back
Top