J
Jen Scott
In a query in Access 2007, I'm using the following nested IIF statement:
App Status: IIf([Ace Stat Cd]="NEWACCT","Approved",IIf([Ace Stat
Cd]="VOIDAPP" Or "MANLDEC" Or "AUTODEC","Declined","Pending"))
I know there are other values in my [Ace Stat Cd] field, and I should be
returning "Pending" for quite a few records, but it is marking the "Pending"
records as "Declined"....
What am I doing wrong? Thanks!!
App Status: IIf([Ace Stat Cd]="NEWACCT","Approved",IIf([Ace Stat
Cd]="VOIDAPP" Or "MANLDEC" Or "AUTODEC","Declined","Pending"))
I know there are other values in my [Ace Stat Cd] field, and I should be
returning "Pending" for quite a few records, but it is marking the "Pending"
records as "Declined"....
What am I doing wrong? Thanks!!