G
Guest
I have a query with date from 2004 and 2005 based on my table. I want my
query to return a value of either 2004 or 2005. I tried writing the the
following expression and it is not working. Can anyone tell me what I am
doing wrong.
Expr1: IIf(
![date]>12/31/5,"2005","2004")
When I run this - it ask me to Enter a Parameter Value. I just want the
field to say either 2004 or 2005 based on the date.
kmv
query to return a value of either 2004 or 2005. I tried writing the the
following expression and it is not working. Can anyone tell me what I am
doing wrong.
Expr1: IIf(
When I run this - it ask me to Enter a Parameter Value. I just want the
field to say either 2004 or 2005 based on the date.
kmv