mentaljedi
New member
- Local time
- Today, 23:29
- Joined
- Apr 5, 2007
- Messages
- 2
I have a query that has the follwing fields:
Gross Payment :Currancy
Tax Discount: Boolean (Yes/No)
I want to create a new field called Tax Deducted that if the tax discount is no, the Tax deducted = Gross Payment * (22/100) but if tax discount is yes, then Tax Deducted = 0.
I'm not sure if i'm supposed to do this in a query or in a report but that's what i need to do. I ask if anyone can tell me what i need to do so that i end up with something like this:
Person A £29000 Yes 0
Person B £10000 No 2200
Gross Payment :Currancy
Tax Discount: Boolean (Yes/No)
I want to create a new field called Tax Deducted that if the tax discount is no, the Tax deducted = Gross Payment * (22/100) but if tax discount is yes, then Tax Deducted = 0.
I'm not sure if i'm supposed to do this in a query or in a report but that's what i need to do. I ask if anyone can tell me what i need to do so that i end up with something like this:
Person A £29000 Yes 0
Person B £10000 No 2200