You're on the right track. In your query design, create
3 calculated fields, one for each deduction type, e.g.:
TypeA:Iif([DeductionType]="TypeA",[DeductionAmount],"")
Do this for the other two types and you should have these
3 additional columns that you can use for reporting purposes, etc...