P
prathi selva via AccessMonster.com
Hi,
In my report i want to calculate if date received - date acknowledged is
less than 5 and final reply is less than response date, i should display 1
else 0.
i tried the following Expression..but i get this error :
IIf((DateDiff("d",[Date_Received],[Date_Acknowledged])<5) And ([Final_reply]
<=[Response_date]),1,0)
"This expression is typed incorrectly, or it is too complex to be
evaluated. For example, a numeric expression may contain too many
complicated elements. Try simplifying the expression by assigning parts of
the expression to variables. (Error 3071)"
In my report i want to calculate if date received - date acknowledged is
less than 5 and final reply is less than response date, i should display 1
else 0.
i tried the following Expression..but i get this error :
IIf((DateDiff("d",[Date_Received],[Date_Acknowledged])<5) And ([Final_reply]
<=[Response_date]),1,0)
"This expression is typed incorrectly, or it is too complex to be
evaluated. For example, a numeric expression may contain too many
complicated elements. Try simplifying the expression by assigning parts of
the expression to variables. (Error 3071)"