D
deb
I need an IF statement in a query.
I want the new field to be called Rating.
I have a field called Status.
If status is "R" then rating should be -1
If status is "G" then rating should be 1
if status is "W" then rating should be 0
How do I put this in a query?
Thanks
I want the new field to be called Rating.
I have a field called Status.
If status is "R" then rating should be -1
If status is "G" then rating should be 1
if status is "W" then rating should be 0
How do I put this in a query?
Thanks