I have a table which contains the choices students have made from a list of 40 courses. Each record consists of a student name followed by 40 fields, each designated by a course code. Each of these 40 fields in the record contains either a preference number from 1 to 6 or a blank. I'd like to make a report which will show the courses chosen by the student. The brute force method would be to have 40 fields on the report, most of which would be blank, but there has to be a more elegant solution in which only those courses containing a number would be shown. Is it possible and how can I do this?
On a related issue, is there a way to substitute on the report the actual name of the course rather than the code?
On a related issue, is there a way to substitute on the report the actual name of the course rather than the code?