please delete
please delete
Last edited by steelcurtain11; 03-13-2013 at 02:03 PM.
1. Take heed of the hint provided in the question. Use Faculty, Faculty_Classes, Courses tables. Compare the FacDept value with CourseNo. Can use LIKE and wildcard as additional filter criteria in the query. Put the three OR criteria you already have within parenthesis then: AND Not CourseNo LIKE FacDept & "*". Probably don't need the Departments table.
2. You can either reverse calculate the letters to number values with an expression in query or textbox or you can include the GradeValues table in query so the related number field is available.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.