hi
im trying to produce a data report for my computing project.
the data report shows information on an examiner such as name & address.
It also shows the number of scripts that examiner has marked for a perticular subject. A script per subject has a fixed payment
i.e Maths = £2.50 , English = £4.20. This I call Script rate.
what im trying to do is when the report opens for a particular examiner, showing the number of scripts they have marked for maybe just english and maths and along with it showing the script rate.
I will need a box or something on the report where it will show the result from the scripts being multiplied to the script rate giving me a total. Then if that examier's tax deduction is true (if taxhas to be deducted form their payment or not) then 22% should be deducted form the final payment that will be made to him for the work.
i hope you can understand this and have an answer to it.
i have done some coding for the data report to open and show some of the data.
i will happily except any answers and ii will try to adapt it to my use.
im trying to produce a data report for my computing project.
the data report shows information on an examiner such as name & address.
It also shows the number of scripts that examiner has marked for a perticular subject. A script per subject has a fixed payment
i.e Maths = £2.50 , English = £4.20. This I call Script rate.
what im trying to do is when the report opens for a particular examiner, showing the number of scripts they have marked for maybe just english and maths and along with it showing the script rate.
I will need a box or something on the report where it will show the result from the scripts being multiplied to the script rate giving me a total. Then if that examier's tax deduction is true (if taxhas to be deducted form their payment or not) then 22% should be deducted form the final payment that will be made to him for the work.
i hope you can understand this and have an answer to it.
i have done some coding for the data report to open and show some of the data.
i will happily except any answers and ii will try to adapt it to my use.
Comment