MS_Access_Exercises
MS_Access_Exercises
2. Create a query named 'OutstandingFees' that shows students who have paid less than the
full fees.
2. Use the Form Wizard and include all fields from the Students table.
3. Add a dropdown (Combo Box) for the Course field so users can select from existing
courses.
- Student name
- Course name
- Fees paid
2. Group students by Course and show the total fees collected for each course.
2. Ensure that the FeesPaid field does not accept negative values.