swilliams2785
Registered User.
- Local time
- Today, 17:34
- Joined
- Jun 24, 2010
- Messages
- 19
I have a table with student’s demographic information. I have another table with student’s grades. The two tables share the student’s ID Number field. The grade table has four records for each student, one for each grade period. In the application I will need to add and delete students and in turn add or delete the four corresponding records in the grade table. Is this done via relationships or will I need to write VBA code? If I need to write code what event should it be tied to?