I have a query with 4 tables-campuses, students, student tests, and accomodations (these are items students can use for testing, e.g., highlighters, calculator, etc).
I am trying to show the last date of tests taken with the accomodations. So it would look like Student name took Math, Reading, etc. on a date and list the accomodations for each test. I just want the latest testing. It works until I add the accomodations. Because there are multiple accomodations for each test, I end up not getting the last test date. I get all of them. I can copy the SQL if necessary. Is there a way to use MAX without using "Totals"?
Also, if I could show the name of the campus rather than just the number, which is what is entered in my student table, I could leave out the campus table. It is a lookup field in the student table. How can I show the second column of the lookup rather than the first (the code) like you do in a form when you put 0" for the first column?
Thanks for any advice.
I am trying to show the last date of tests taken with the accomodations. So it would look like Student name took Math, Reading, etc. on a date and list the accomodations for each test. I just want the latest testing. It works until I add the accomodations. Because there are multiple accomodations for each test, I end up not getting the last test date. I get all of them. I can copy the SQL if necessary. Is there a way to use MAX without using "Totals"?
Also, if I could show the name of the campus rather than just the number, which is what is entered in my student table, I could leave out the campus table. It is a lookup field in the student table. How can I show the second column of the lookup rather than the first (the code) like you do in a form when you put 0" for the first column?
Thanks for any advice.