G
Guest
I created a new field in a query called "Class1" and entered the following
IIF statement. What I want the IIF statement to do is enter the word
"Footnotes" if the two criteria are met, but not add anything if the criteria
are not met. The query also returns the first and last name of the person
who has met the criteria. The problem is that if a certain person meets the
criteria their name comes up twice on the result set. I'd only like to see
their name once i.e. if the criteria is met.
IIf([QNUM]=30 And [Final]="Incorrect","Footnotes","")
IIF statement. What I want the IIF statement to do is enter the word
"Footnotes" if the two criteria are met, but not add anything if the criteria
are not met. The query also returns the first and last name of the person
who has met the criteria. The problem is that if a certain person meets the
criteria their name comes up twice on the result set. I'd only like to see
their name once i.e. if the criteria is met.
IIf([QNUM]=30 And [Final]="Incorrect","Footnotes","")