This has got me scratching my head, am I missing something really stupid?
I've got a query. One field is an expression on which I'm filtering.
A shortened version of the expression is
Expr1: IIf([Status]=”Active”,"Yes","No")
There are other parts to the formula, hence why I'm not filtering [Status] itself, but stripping them out gives the same problem.
I'm filtering on "Yes"
What is happening is when I close the Expression builder, it changes "Active" to a parameter, thusly:-
Expr1: IIf([Status]=[”Active”],"Yes","No")
Status is a text field, it's a query on a single table, there's no field called Active, so I can't for the life of me figure out why.
What am I doing wrong?
I've got a query. One field is an expression on which I'm filtering.
A shortened version of the expression is
Expr1: IIf([Status]=”Active”,"Yes","No")
There are other parts to the formula, hence why I'm not filtering [Status] itself, but stripping them out gives the same problem.
I'm filtering on "Yes"
What is happening is when I close the Expression builder, it changes "Active" to a parameter, thusly:-
Expr1: IIf([Status]=[”Active”],"Yes","No")
Status is a text field, it's a query on a single table, there's no field called Active, so I can't for the life of me figure out why.
What am I doing wrong?