P
Phil
My question is quite complicated so I will try and explain it a simple as
possible
On a form, I have a set of radio buttons that selects the criteria I need to
use when deciding if something "Passes" or "Fails"
The the options are:
[1] 98 - 102 - a pass here would be between 98 and 102 otherwise fail
[2] 95 - a pass here is simply above 95
Selecting one of these would put a 1 or a 2 in the "Specification" field on
the table "Lot"
I have manged to sucessfully bring the specification field into my datasheet
using a simple query, but now I need to automate a control source [PassFail]
that will reference another calculated field [Characterisitc Value]
eg.
Criteria 1 has been chosen ie 98 - 102
and the Characteristic Value = 101.3
PassFail should say "Pass"
Should this be done using nested IIF statements, or is there an easier way?
Thanks in advance.......
possible
On a form, I have a set of radio buttons that selects the criteria I need to
use when deciding if something "Passes" or "Fails"
The the options are:
[1] 98 - 102 - a pass here would be between 98 and 102 otherwise fail
[2] 95 - a pass here is simply above 95
Selecting one of these would put a 1 or a 2 in the "Specification" field on
the table "Lot"
I have manged to sucessfully bring the specification field into my datasheet
using a simple query, but now I need to automate a control source [PassFail]
that will reference another calculated field [Characterisitc Value]
eg.
Criteria 1 has been chosen ie 98 - 102
and the Characteristic Value = 101.3
PassFail should say "Pass"
Should this be done using nested IIF statements, or is there an easier way?
Thanks in advance.......