Hi,
I am trying to select records if they meet two criteria.
Here goes: Students in my school can continue in the same course from year to year if they don't finish in the year they enrol. However when they return the same course (e.g. subject, faculty, section) is given a different course number (not my decision and can't be changed). As such, some student will have two records for the same course identified by a year code (lets say 2011, 2012 or 2013, etc). The data from the previous year is carried over to the new course record each enrollment year.
To print report cards it is easy to select only records from the cureent year (these are records or courses that students are currenly active in). However if they finished a course in a previous year (% complete = 100), I need to be able to how that record too.
I am thinking that something like the following is needed but I am not sure how to go about it. I would prefer to be able to create it in the query design pane. I already have the field "Enrollment year" set to "2013".
I need to SELECT % complete=100 FOR Enrollment year <=2012
Thanks and take care,
Daryl