Hi there, I have got a databse (part of school coursework). It's for monitoring Piano Lessons i.e. schedules and students progression etc.
The problem I am having is that...
For each student in my tblLessonSchedu le there is a checkbox for 'attended lesson' and a checkbox for 'paid for lesson'. Now using either a report or querry whichever is easier I need the database to find out how often each student has attended a piano lesson but not paid.
Each lesson should cost £7 so if a student attends 15 lessons over a period of 6 months but doesnt pay for 3. Then I need the database to work this out and muliply the amount of unpaid lessons by 7 to give me a total amount owed.
Thanks for any help in advance.
Kind regards.
The problem I am having is that...
For each student in my tblLessonSchedu le there is a checkbox for 'attended lesson' and a checkbox for 'paid for lesson'. Now using either a report or querry whichever is easier I need the database to find out how often each student has attended a piano lesson but not paid.
Each lesson should cost £7 so if a student attends 15 lessons over a period of 6 months but doesnt pay for 3. Then I need the database to work this out and muliply the amount of unpaid lessons by 7 to give me a total amount owed.
Thanks for any help in advance.
Kind regards.
Comment