L
Lee Ann
I posted this a couple of days ago, and I not sure If
understand exactly what the reply meant. So, I thought I
would repost.
I have a couple of growthchart that I want to convert
into a program instead of looking it up on a piece of
paper.
One is weight based on age/gender other one is height
based on age/gender.
Depending on their Age and gender they should fall in a
certain weight and Height category- Which I have those
category values.
I am not sure how you combine Age and Gender to lookup or
convert inthe other values.
I have gender coded as 0 female and 1 males.
not exactly sure how.
I'd suggest creating a Norms table with four fields -
gender, age,
height and weight. This table can then be linked in a
query to
retrieve the child's norms.
..
understand exactly what the reply meant. So, I thought I
would repost.
I have a couple of growthchart that I want to convert
into a program instead of looking it up on a piece of
paper.
One is weight based on age/gender other one is height
based on age/gender.
Depending on their Age and gender they should fall in a
certain weight and Height category- Which I have those
category values.
I am not sure how you combine Age and Gender to lookup or
convert inthe other values.
I have gender coded as 0 female and 1 males.
ago. I have been trying to link the table in a query butThis is what the programmer suggest a couple of days
not exactly sure how.
I'd suggest creating a Norms table with four fields -
gender, age,
height and weight. This table can then be linked in a
query to
retrieve the child's norms.
..