acrocker3434
Registered User.
- Local time
- Yesterday, 17:55
- Joined
- Oct 24, 2007
- Messages
- 13
I need to create a new field called for BMI percentile. BMI percentile is a combination of age, gender, and BMI. How can I create a field that shows me all of these options? I think it needs to look something liek this:
BMIperc: iif[Age]="18" and [Gender]="male" and [BMI]=18 then = 50, iif[Age]="17" and [Gender]="female" and [BMI]>25 then =95, iif ...and so on
as you can guess there will be a TON of options.
Is this possible to do in a query????
MANY MANY thanks.
BMIperc: iif[Age]="18" and [Gender]="male" and [BMI]=18 then = 50, iif[Age]="17" and [Gender]="female" and [BMI]>25 then =95, iif ...and so on
as you can guess there will be a TON of options.
Is this possible to do in a query????
MANY MANY thanks.