J
joe2003
I have a querry that I want to create, it applies to a table with a tick
box which means that the field with the tick box can have discount,
basic all I want to do is:-
IF [discount] = true then 8 else 0
Basically, if the discount box is ticked then it assigns the value 8
and if it is not it assigns the value 0. This is not really what I want
to do, I need to calculate a percentage but it will do as an
explanation.
Can anyone help me, you must be able to do it!
box which means that the field with the tick box can have discount,
basic all I want to do is:-
IF [discount] = true then 8 else 0
Basically, if the discount box is ticked then it assigns the value 8
and if it is not it assigns the value 0. This is not really what I want
to do, I need to calculate a percentage but it will do as an
explanation.
Can anyone help me, you must be able to do it!