- Joined
- Jun 19, 2012
- Messages
- 1
- Reaction score
- 0
Hello,
I am setting up a Database for a school that enrolls students temporarily until they can go back to their original school. Many of these students come back to us again and again, so we would like to keep all of their enrollment history together in one record.
So, I have set up a Form that feeds into the Student table. I have the StudentID number, Name, Age, Grade, Address and so on and so on and on and on. But where I am running into the problem is that on the form, I want 10 enrollment histories for each student that include address, grade, enrollment date, leaving date, teacher, classes, and so on. So, when the student comes back to us, we can enter in and still keep track of all the students' information from the first time they enrolled, and the second time enrolled, and third and so on. After all said and done, I need about 400 fields for each student.
I thought about making it to where we could add a new record every time a student comes back and re-enrolls, but that means that student would get a new StudentID. For many reasons, that is not a good thing.
So, is there a way to get all the fields I need for each student?
Thank you!!
I am setting up a Database for a school that enrolls students temporarily until they can go back to their original school. Many of these students come back to us again and again, so we would like to keep all of their enrollment history together in one record.
So, I have set up a Form that feeds into the Student table. I have the StudentID number, Name, Age, Grade, Address and so on and so on and on and on. But where I am running into the problem is that on the form, I want 10 enrollment histories for each student that include address, grade, enrollment date, leaving date, teacher, classes, and so on. So, when the student comes back to us, we can enter in and still keep track of all the students' information from the first time they enrolled, and the second time enrolled, and third and so on. After all said and done, I need about 400 fields for each student.
I thought about making it to where we could add a new record every time a student comes back and re-enrolls, but that means that student would get a new StudentID. For many reasons, that is not a good thing.
So, is there a way to get all the fields I need for each student?
Thank you!!