Hi friends, I would appreciate your help with something that I have been stuck on for too long..
I have 2 tables -
1. Students
2. Student Actions
In "Student Actions" I see all the lessons that the students have completed.
In "Students" I see the student's status - both his details and I also want to pull the last lesson he took, the date of the last lesson, etc.
I was able to use ROLLUP to pull the date of the last lesson, but no matter what I did and what I tried - I was unable to pull the name of the last lesson he completed.
Now it seems like something very simple to me, because I need to pull the name of the lesson whose "Autonumber" is the highest, regardless of the date.
I was unable to do this and it is really frustrating.
I would really appreciate your help!
Thank you very much!