G
Guest
Alright, I have a table for each of my employees. We test for ten separate
second languages, and I have a field for each of these languages, containing
a lookup wizard to give a drop down menu of each possible test result. Now,
I'm trying to build a query that will give me a list of each employee who has
gotten an adequate score on each language test.
[FR] and [FRC] are the two French language tests (Parisien vs. Quebecois
French)
French: IIf(([FR] Or [FRC])=("5 - High Intermediate" Or "6 - High
Intermediate +" Or "7 - Advanced" Or "8 - Advanced +" Or "9 - Educated
Professional"),Yes,No)
Criteria is Yes
Except my query is still spitting out every record that has anything at all
entered in the FR or FRC fields, such as "Test Required" and "1 - Novice" etc.
I cannot for the life of me figure out why this is happening.
second languages, and I have a field for each of these languages, containing
a lookup wizard to give a drop down menu of each possible test result. Now,
I'm trying to build a query that will give me a list of each employee who has
gotten an adequate score on each language test.
[FR] and [FRC] are the two French language tests (Parisien vs. Quebecois
French)
French: IIf(([FR] Or [FRC])=("5 - High Intermediate" Or "6 - High
Intermediate +" Or "7 - Advanced" Or "8 - Advanced +" Or "9 - Educated
Professional"),Yes,No)
Criteria is Yes
Except my query is still spitting out every record that has anything at all
entered in the FR or FRC fields, such as "Test Required" and "1 - Novice" etc.
I cannot for the life of me figure out why this is happening.