Hi
Am very new to access so please go easy on me, I am sure this is pretty easy to do but I am now completely confused!
I am basically trying to set up a box on my form where when you enter a value it tells you next to it whether the value falls between specified limits (PASS) or outside the limits (FAIL)
So have got as far as figuring out something like this is required:
=IIf([Pen25]<= 50 OR >= 70 "FAIL","PASS")
but in real life it doesn't work and even if it did I don't know where it goes!
Don't suppose anyone could give me some ideas or even pointers on where I could look for more info?
Thanks
Charlotte
Am very new to access so please go easy on me, I am sure this is pretty easy to do but I am now completely confused!
I am basically trying to set up a box on my form where when you enter a value it tells you next to it whether the value falls between specified limits (PASS) or outside the limits (FAIL)
So have got as far as figuring out something like this is required:
=IIf([Pen25]<= 50 OR >= 70 "FAIL","PASS")
but in real life it doesn't work and even if it did I don't know where it goes!
Don't suppose anyone could give me some ideas or even pointers on where I could look for more info?
Thanks
Charlotte