G
g
Hi Experts,
Please help me out in my problem. I have a text box with a control source
that getting the datediff from two dates and change the background base from
it.
Control Source: IIf([Date1Name]Is Null,"Null",IIf([Date2Name]Is
Null,"Null",DateDiff("n",[Date1Name],[Date2Name])))
In my Conditional Formating:
Condition1| equal to | "Null"
textbackground color Gray
Condition2| Greater than or equal |0
textbackground color Green
If no condition met
textbackground color Red
How come my text back only turn red if it is 0. The "n" could be positive or
negative but I wanted that if it is negative it will turn Red. I'm using
a2000.
Thank you very much
Please help me out in my problem. I have a text box with a control source
that getting the datediff from two dates and change the background base from
it.
Control Source: IIf([Date1Name]Is Null,"Null",IIf([Date2Name]Is
Null,"Null",DateDiff("n",[Date1Name],[Date2Name])))
In my Conditional Formating:
Condition1| equal to | "Null"
textbackground color Gray
Condition2| Greater than or equal |0
textbackground color Green
If no condition met
textbackground color Red
How come my text back only turn red if it is 0. The "n" could be positive or
negative but I wanted that if it is negative it will turn Red. I'm using
a2000.
Thank you very much