K
KH
Hi,
I want to categorize BMI
<18.5 = "underweight"
18.5-24.9 = "healthy"
25.0-29.9 = "over"
I am using this IIf statement
BMI_cat: IIf([Pre-BMI]<18.5,"Under",IIf([Pre-BMI] Between 18.5 And
24.9,"Healthy",IIf([Pre-BMI] Between 25 And
29.9,"Over",IIf([Pre-BMI]>="30",[“Obeseâ€]))))
The categories "Under", "Healthy" and "Over" are returned. When I run the
query, I get the error message --> 'Enter Parameter Value' for "Obese", then
the fields that should return "obese" are blank.
Help is greatly appreciated!
I want to categorize BMI
<18.5 = "underweight"
18.5-24.9 = "healthy"
25.0-29.9 = "over"
=30 = "obese"
I am using this IIf statement
BMI_cat: IIf([Pre-BMI]<18.5,"Under",IIf([Pre-BMI] Between 18.5 And
24.9,"Healthy",IIf([Pre-BMI] Between 25 And
29.9,"Over",IIf([Pre-BMI]>="30",[“Obeseâ€]))))
The categories "Under", "Healthy" and "Over" are returned. When I run the
query, I get the error message --> 'Enter Parameter Value' for "Obese", then
the fields that should return "obese" are blank.
Help is greatly appreciated!