G
Guest
how do i do this in a query if my field equals N then take another field
and multiply by 1 else if field is a T then multiply by 1.2
i thought it would be something like this
IIF([TorN] = N, [median] * 1, 1.2)
and multiply by 1 else if field is a T then multiply by 1.2
i thought it would be something like this
IIF([TorN] = N, [median] * 1, 1.2)