I need some creative help here,
I have an enrollment database, which currently enrolls students through an order form, (that is we choose the student, the class- which lists the price, etc...). This is put onto an Orders Table, and an Order Details ID table, tblOrders has the detail of the whole order and tblOrderDetailID has the individual products they ordered, or in this case, the classes they enrolled in.
I'm looking to redo some aspects of it, and one of its biggest downfalls are that we have to enroll students individually on the order forms, so if we get sibling students, their orders (and thus their recorded payments and discount) are recorded separately.
I'd like a way to have an order form where I could have multiple student enroll under the same OrderID, but I cannot think of how I could make this work. Does anyone have any ideas for the table structure that would be best, or perhaps a suggestion for a better way?
I have an enrollment database, which currently enrolls students through an order form, (that is we choose the student, the class- which lists the price, etc...). This is put onto an Orders Table, and an Order Details ID table, tblOrders has the detail of the whole order and tblOrderDetailID has the individual products they ordered, or in this case, the classes they enrolled in.
I'm looking to redo some aspects of it, and one of its biggest downfalls are that we have to enroll students individually on the order forms, so if we get sibling students, their orders (and thus their recorded payments and discount) are recorded separately.
I'd like a way to have an order form where I could have multiple student enroll under the same OrderID, but I cannot think of how I could make this work. Does anyone have any ideas for the table structure that would be best, or perhaps a suggestion for a better way?