My first question is how do you say or in an IIF statement. If you want the statement to return from two fields with different data. For example
Month year date part
decemeber 2003 2003
january 2004 2004
I would like my statement to return both these values howver my statement doesn't work.
Year: IIf([year]=[date part],IIf([close month]="december","2004","2004"
)
I was expecting to have another column with 2004 for both records - can anybody help ?????? Please
Month year date part
decemeber 2003 2003
january 2004 2004
I would like my statement to return both these values howver my statement doesn't work.
Year: IIf([year]=[date part],IIf([close month]="december","2004","2004"
I was expecting to have another column with 2004 for both records - can anybody help ?????? Please