C
|
clig 9/2/2009 |
In my database, I need to assign 5 students to a team with each student being a separate record in my database for scoring purposes. On my ADD page can I have: Team 1 Student1Fname StudentLname Student2Fname StudentLname Student3Fname StudentLname Student4Fname StudentLname Student5Fname StudentLname I tried setting it up this way but when I hit "SAVE" it combined all of the first names into all of the Fname fields and all of the last names into the lastname fields and gave me an error of field size to large. I need to set it up this way so that the users entering their students can see who they have assigned to each team. Can I set it up in the above format and hit "SAVE" after each student name is entered? If so, how can I retain "Student1Fname StudentLname" after hitting save so the the user knows which students they have assigned to a team? Help please!!!
|