L
LV
I need to use an "If Then" statement in a text box. I currently have the
following statement:
=IIf([Date Analyzed]="<#01/12/09#","4.76","2.50")
What I had intended was for the box to show the result "4.76" for any date
before 01/12/09 and "2.50" for any date after 01/12/09. All the text box
shows is 2.50, regardless of the date.
What am I doing wrong?
--
following statement:
=IIf([Date Analyzed]="<#01/12/09#","4.76","2.50")
What I had intended was for the box to show the result "4.76" for any date
before 01/12/09 and "2.50" for any date after 01/12/09. All the text box
shows is 2.50, regardless of the date.
What am I doing wrong?
--