dougeefresh
New member
- Local time
- Today, 17:16
- Joined
- Jun 24, 2009
- Messages
- 2
Hi,
I've been working to create an invoice system for piano lesson.
What I did was to create a table containing student info and I feed this info into a form that shows name, lesson day, price, etc. per student. So this creates 20 invoices (20 students) with different name and lesson day.
I added a check box next to each lesson day to remove it from the invoice when the box is checked because sometimes students take time off and I don't bill the missing days.
I have created the invoice using a form and this form pulls every student info so I can cycle through them all. The problems here is, since I am using only one form for the invoice(and pulling data from a table to populate the form), when I take out a lesson day in student #1's invoice by checking the box, all the following student invoices inherit this and take the same day out of its form.
How can I make it so that when I do perform an action in the first instance of the form, it doesn't propagate throughout? There could be a fundamental flaw in this design so any help would be appreciated it.
To sum it up, I am trying to use one table with student info and one form to pull and display all the info (insert each student's info into individual invoice) but make individually unique changes to each student's form. Hope this makes sense.
Thanks!
I've been working to create an invoice system for piano lesson.
What I did was to create a table containing student info and I feed this info into a form that shows name, lesson day, price, etc. per student. So this creates 20 invoices (20 students) with different name and lesson day.
I added a check box next to each lesson day to remove it from the invoice when the box is checked because sometimes students take time off and I don't bill the missing days.
I have created the invoice using a form and this form pulls every student info so I can cycle through them all. The problems here is, since I am using only one form for the invoice(and pulling data from a table to populate the form), when I take out a lesson day in student #1's invoice by checking the box, all the following student invoices inherit this and take the same day out of its form.
How can I make it so that when I do perform an action in the first instance of the form, it doesn't propagate throughout? There could be a fundamental flaw in this design so any help would be appreciated it.
To sum it up, I am trying to use one table with student info and one form to pull and display all the info (insert each student's info into individual invoice) but make individually unique changes to each student's form. Hope this makes sense.
Thanks!