Hello,
A bit of background:
I run a database of students across 2 programs. We track which semester & which program they're part of, but we need returning students' information to display across both programs and multiple semesters with information accurate to each semester (ie test scores and attendance need to show up in the correct semester)
I changed the "program" and "semester" columns from either/or dropdown boxes to multiple checkboxes (ie, being able to select "spring 2016" AND "fall 2016") so that we don't have to make duplicate entries for returning students.
Now when I try to open the relevant forms and queries I get messages that multi-value fields cannot be used in an ORDER BY clause, or that they can't be used in a WHERE or HAVING clause.
Most of the forms and queries are pre-set to sort by program and semester, so I thought these would continue to function normally.
Any suggestions for how to update my forms and queries without having to start from scratch? Is there a better way to track this data?
A bit of background:
I run a database of students across 2 programs. We track which semester & which program they're part of, but we need returning students' information to display across both programs and multiple semesters with information accurate to each semester (ie test scores and attendance need to show up in the correct semester)
I changed the "program" and "semester" columns from either/or dropdown boxes to multiple checkboxes (ie, being able to select "spring 2016" AND "fall 2016") so that we don't have to make duplicate entries for returning students.
Now when I try to open the relevant forms and queries I get messages that multi-value fields cannot be used in an ORDER BY clause, or that they can't be used in a WHERE or HAVING clause.
Most of the forms and queries are pre-set to sort by program and semester, so I thought these would continue to function normally.
Any suggestions for how to update my forms and queries without having to start from scratch? Is there a better way to track this data?