R
ricky
Hi
I need to write an equivalent statement of a multi-line case statement, but
I understand there is no real eqivalent of CASE, so IIF is used.
What I have, in pseudo code is:
IIf([TBL_Project_GLDetails.T2]=49734600 then 4900, 45734600 then 4500,
82731000 then 8200, 85731000 then 8500, 86731000 then 8600, 91731000 then
9100) AS T1,
How would I do that in Access?
Kind Regards
Ricky
I need to write an equivalent statement of a multi-line case statement, but
I understand there is no real eqivalent of CASE, so IIF is used.
What I have, in pseudo code is:
IIf([TBL_Project_GLDetails.T2]=49734600 then 4900, 45734600 then 4500,
82731000 then 8200, 85731000 then 8500, 86731000 then 8600, 91731000 then
9100) AS T1,
How would I do that in Access?
Kind Regards
Ricky