B
Ben
I have a report that has the following
Phase1_Date, Phase2_Date, Phase3_Date, Phase4_Date, Phase5_Date
Phase1_ComplDate, Phase2_ComplDate, etc.
How do i get the report to color the Phase1_ComplDate using if then
statements?
If Phase1_ComplDate =< Phase1_Date Then
Phase1_ComplDate.BackColor = 65280 'Green
Else
Phase1_ComplDate.BackColor = 65535 'Yellow
I tried the conditional formatting, but it doesn't seem to work? I need it
to work for all 5 Phases independently.
Thanks
Phase1_Date, Phase2_Date, Phase3_Date, Phase4_Date, Phase5_Date
Phase1_ComplDate, Phase2_ComplDate, etc.
How do i get the report to color the Phase1_ComplDate using if then
statements?
If Phase1_ComplDate =< Phase1_Date Then
Phase1_ComplDate.BackColor = 65280 'Green
Else
Phase1_ComplDate.BackColor = 65535 'Yellow
I tried the conditional formatting, but it doesn't seem to work? I need it
to work for all 5 Phases independently.
Thanks