I’m attaching a stripped down db that I need help with. This is a database that tracks dance studio students and their tuitions, etc.
I have a form (Students&ClassesDE) that shows each student and the class(es) she is signed up for. The Class Name field is a combo box that picks from a table called Classes. Once the class is picked, I want the corresponding tuition and costume fees put into the fields in the form. I have read about cascading combo boxes and for the life of me I can’t get it to work. I struggled all weekend on this. Can you please help me? I need to be able to adjust the tuition (only necessary to adjust it for a few students) or costume fee once it’s filled in and have these fees show in the studentcharges table.
The end result I want after these fields are right is to be able to create a report for each parent showing their child and the classes and fees for those children. But, I can’t even get the cascading to work right so I’m stuck.
I really appreciate any help you can give me. Thank you!