chellebell1689
Registered User.
- Local time
- Today, 12:36
- Joined
- Mar 23, 2015
- Messages
- 267
Ok, so I know I've asked about this alot, but I believe I've got my tables normalized correctly and I see the issue.
I've got a form I'm trying to make, Sunday School Attendance, and I've got three tables linked, Members, SSAttend, SSClass. Linked as follows: Members to SSAttend (One to Many / EnvNum), SSAttend to SSClass (Many to One / ClassID), and Members to SSClass (Many to One / ClassID).
Just a little about the tables, I just want to pull the first and last name, and OnRoll (yes/no field) from the Members table. ClassID, AttendanceMonth, S1_Attend - S5_Attend, and S1_Date - S5_Date from the SSAttendance table. The only information on the SSClass is the ClassID, SSClass, Teacher, Abreviation (what most people know the class as); not sure if I really need this table for this form or even at all.
Currently if I make the form, nothing is generated. I know it's not generating because there's no data in the SSAttend table. But how do I make it generate the names (and eventually sort by class and if they're on the roll or not) so that I can start adding information to the SSAttend table?
I hope I provided enough information. I have been able to get this to work, but that was when I put the names in the table for the first time then track everything after that, but that just seems like a ridiculous way to do it. Let me know if you need more information. Thanks in advance.
I've got a form I'm trying to make, Sunday School Attendance, and I've got three tables linked, Members, SSAttend, SSClass. Linked as follows: Members to SSAttend (One to Many / EnvNum), SSAttend to SSClass (Many to One / ClassID), and Members to SSClass (Many to One / ClassID).
Just a little about the tables, I just want to pull the first and last name, and OnRoll (yes/no field) from the Members table. ClassID, AttendanceMonth, S1_Attend - S5_Attend, and S1_Date - S5_Date from the SSAttendance table. The only information on the SSClass is the ClassID, SSClass, Teacher, Abreviation (what most people know the class as); not sure if I really need this table for this form or even at all.
Currently if I make the form, nothing is generated. I know it's not generating because there's no data in the SSAttend table. But how do I make it generate the names (and eventually sort by class and if they're on the roll or not) so that I can start adding information to the SSAttend table?
I hope I provided enough information. I have been able to get this to work, but that was when I put the names in the table for the first time then track everything after that, but that just seems like a ridiculous way to do it. Let me know if you need more information. Thanks in advance.