Ok, I'll try you guys. Why does the following work but not othere (in a query)?
Works = IIf([Expr12] Is Null,[Origin],[Expr12])
Does not work = IIf([Destination]=[STN CD],[Profit Center])
or iif( [Destination] = [All Stations]![STN CD], [All Stations]![Profit Center] )
2007-04-19
05:32:26
·
1 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Programming & Design
Sorry everone, these is one that is giving problems:
IIf([Expr10]=[STN CD],[Profit Center])
2007-04-19
06:12:21 ·
update #1
Thanks K, but did not work ether.
Should this work?
IIf([Expr10]=[All Stations]![STN CD],[All Stations]![STN CD],[Expr10])
2007-04-19
06:34:06 ·
update #2