Hello, I have a database that is keeping attendance logs for students. The attendance table basically consist of student name, student ID, and date attended. I would like to pull up a list of all students and their last day that they attended (this would be the maximum date attended). I wish to only see the student's last day, not all the records for that student. so ultimately, my report would look like:
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
jsgarlata
Hello, I have a database that is keeping attendance logs for students. The attendance table basically consist of student name, student ID, and date attended. I would like to pull up a list of all students and their last day that they attended (this would be the maximum date attended). I wish to only see the student's last day, not all the records for that student. so ultimately, my report would look like:
John Jones 1/1/17
John Smith 3/12/17
Joe Smith 2/28/17
I cant seem to find anywhere to do this.
Thank you in advance
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.