Help with Code for Form

T

TotallyConfused

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.
 
C

Carl Rapson

Use the AfterUpdate event of Date field 2 to modify the properties of Date
field 1.

Carl Rapson
 
Top