September 10, 200619 yr I'm working on a school database with several tables: students, classes, class_records. Students has general demographic information, classes is a list of classrooms and grade levels, class_records is the table where kids are assigned to classes. Class has: grade teacher year room Class_records has the following fields: recordID studentID classID year What I need to do is create a calculation field in the student table that shows the grade level for the most recent year. I'm sure this is simple, but I'm drawing a blank!
September 24, 200619 yr Author Last(class::grade) did the trick with a little more work on relationships. Thanks!
Create an account or sign in to comment