G
Guest
Hi,
I have a calculated field using a nested IIf that basically creates either
the word "cataract" or an empty cell. It works fine but I want to add a
Criteria that returns ONLY the rows with Cataract. When I enetre the word
"Cataract" or Like "Cataract" it runs like a parameter prompt.
There's other threads here with similar problems that indicate I have to add
a "WHERE" clause to the critaria area, but I don't quite follow. The field is
generated using the followinf IIf:
Cataract: IIf([ICD_1] Between "C71" And "C76","Cataract",IIf([ICD_2] Between
"C71" And "C76","Cataract",IIf([ICD_3] Between "C71" And
"C76","Cataract",IIf([ICD_4] Between "C71" And "C76","Cataract",IIf([ICD_5]
Between "C71" And "C76","Cataract",IIf([ICD_6] Between "C71" And
"C76","Cataract",IIf([ICD_7] Between "C71" And "C76","Cataract","")
Any suggestions?
I have a calculated field using a nested IIf that basically creates either
the word "cataract" or an empty cell. It works fine but I want to add a
Criteria that returns ONLY the rows with Cataract. When I enetre the word
"Cataract" or Like "Cataract" it runs like a parameter prompt.
There's other threads here with similar problems that indicate I have to add
a "WHERE" clause to the critaria area, but I don't quite follow. The field is
generated using the followinf IIf:
Cataract: IIf([ICD_1] Between "C71" And "C76","Cataract",IIf([ICD_2] Between
"C71" And "C76","Cataract",IIf([ICD_3] Between "C71" And
"C76","Cataract",IIf([ICD_4] Between "C71" And "C76","Cataract",IIf([ICD_5]
Between "C71" And "C76","Cataract",IIf([ICD_6] Between "C71" And
"C76","Cataract",IIf([ICD_7] Between "C71" And "C76","Cataract","")
Any suggestions?