C
Chuck
I have a form to which I want to apply conditional formatting to a control
based on the value in another control on the same form. I tried to use the
following:
IIF(ME!OtherControl<Now(), True, False)
for the 'Expression Is' condition for the control's conditional formatting.
That does not work and I have not been able to get it to work using
variations of the expression.
What am I doing wrong?
Thanks
based on the value in another control on the same form. I tried to use the
following:
IIF(ME!OtherControl<Now(), True, False)
for the 'Expression Is' condition for the control's conditional formatting.
That does not work and I have not been able to get it to work using
variations of the expression.
What am I doing wrong?
Thanks