Hi folks, I have a new problem I have been working on for a while. I have a table which contains the weight tolerances for 4 different age ranges based on their height. So, the first field (column if viewed in Datasheet view) has the height and the subsequent fields (Columns) have the maximum weight for their respective age range (18-21, 22-26, 27-30).
I want to create a form where I input a person's age, height and weight and it goes to this table to compare the data and tell me whether the person is within tolerance. So it'll go to the table and go to the field where his age and his height intersect and compare the weight with the weight value at that intersection.
I hope this does not sound confusing.
Thanks,
I want to create a form where I input a person's age, height and weight and it goes to this table to compare the data and tell me whether the person is within tolerance. So it'll go to the table and go to the field where his age and his height intersect and compare the weight with the weight value at that intersection.
I hope this does not sound confusing.
Thanks,