There is a table in a database which contains one field with people’s names (text field) and 34 other fields each relating to a different course (date field). The date in any course field relates to the date on which each person must retake the course.
A query is required which will list all the people and any course they have not retaken by a particular date. So it could be none, some or all of them (please note I did not design this database and my suggestion of redoing it was met with not a little customer resistance!).
Within a normal query window design view the criteria “or” lines end after 8 options and obviously upwards of 34 are required here!
Could I write more “or’s” in the SQL view? or could is there a bit of code I could include? or is there an easier way?
Thanks
Roberta