T
Ted
I'm trying to write and expression that will assign a text
value depending on an account number. Here is what I have
so far:
IIf([Account]=61101,"Store" Or [Account]=90122,"OSR")
It assigns the "OSR" value correctly, but returns a "-1"
for all accounts that should have "Store".
Any ideas where I'm missing the boat?
value depending on an account number. Here is what I have
so far:
IIf([Account]=61101,"Store" Or [Account]=90122,"OSR")
It assigns the "OSR" value correctly, but returns a "-1"
for all accounts that should have "Store".
Any ideas where I'm missing the boat?