Ok here's something I want to do.
I am a teacher, and in my class database I have a table called anecdotals (for my anecdotal notes). I have a form that I can enter date, subject, student (from a pull down) and notes. It then gets entered into my Anecdotal table.
What I want is to create queries that I can link to a menu button that will allow the user to:
1) Create a report of all anecdotal notes about a particular student, according to subject (ie: Filter all results in Anecdotal table to only those about Billy and pertaining to Math)
2) Create a report of all anecdotal notes about a particular student, according to terms (ie: Filter all results in Anecdotal table to only those about Billy and pertaining to Term whatever and then grouping by subject)
The second option needs me to define for access the exact dates for terms 1, 2, 3 & 4.
Any ideas? Please help!