Hi Guys, very rusty bod here so please bare with me
I have a query that maps a few tables together for a single output, as usual
I have a field "Net position" that I want to drive a new field so if <0 then S or >0 then B
in table design I have a new field name "Buy_Sell" with a calculated data type IIf("Net_Position"<0,"S","B")
however, when I run my query i get a result of #Type!
Please help
Thanks
I have a query that maps a few tables together for a single output, as usual

I have a field "Net position" that I want to drive a new field so if <0 then S or >0 then B
in table design I have a new field name "Buy_Sell" with a calculated data type IIf("Net_Position"<0,"S","B")
however, when I run my query i get a result of #Type!
Please help
Thanks