A
ACSer
i am having trouble with getting the statement to work like i need:
IIf([REFUND_LETTERS_ALL_COUNT].Counter=1,"First Request","Second Request ")
AS Expr1
What I need to do is nest this statement so that the result will show
Counter = 0, blank
Counter= 1, “First Requestâ€
Counter = 2, “Second Requestâ€
Etc….
As of now, it returns "Second Request for all records.
IIf([REFUND_LETTERS_ALL_COUNT].Counter=1,"First Request","Second Request ")
AS Expr1
What I need to do is nest this statement so that the result will show
Counter = 0, blank
Counter= 1, “First Requestâ€
Counter = 2, “Second Requestâ€
Etc….
As of now, it returns "Second Request for all records.