Sniper-BoOyA-
Registered User.
- Local time
- Today, 03:40
- Joined
- Jun 15, 2010
- Messages
- 204
Good Morning everyone,
Ive got a question regarding populating a textbox by looking at the test input (value).
Ive made a table which is going to be used by our people in the lab, by entering test data. This can be done by using a form.
To keep it short (i try anyways), the field that is important is WetDensity.
This field will be populated by the people in the lab with the density of the wet sample. (10 samples)
What id like to do is, add a textbox to the form, and populate it by looking at the value of WetDensity.
The highest should get "P1"
Second highest should get "P2"
Lowest should get "P10"
I know you can use MIN and MAX for the lowest and the highest value. But what about the second highest or the second lowest?
Any ideas?
Ive got a question regarding populating a textbox by looking at the test input (value).
Ive made a table which is going to be used by our people in the lab, by entering test data. This can be done by using a form.
To keep it short (i try anyways), the field that is important is WetDensity.
This field will be populated by the people in the lab with the density of the wet sample. (10 samples)
What id like to do is, add a textbox to the form, and populate it by looking at the value of WetDensity.
The highest should get "P1"
Second highest should get "P2"
Lowest should get "P10"
I know you can use MIN and MAX for the lowest and the highest value. But what about the second highest or the second lowest?
Any ideas?