Hi!
Calculations newbie here!!
i have a main table (tblMain) and sub table (tblNonCon)referenced in a querry. I'm trying to generate a Pass/Fail field. I need something along the lines of
If tblmain.support ledge not "acceptable" or tblNonCon.countoftype > 0 then fail,
else
Pass
I've tryed a few variations but can't get it to work
Calculations newbie here!!
i have a main table (tblMain) and sub table (tblNonCon)referenced in a querry. I'm trying to generate a Pass/Fail field. I need something along the lines of
If tblmain.support ledge not "acceptable" or tblNonCon.countoftype > 0 then fail,
else
Pass
I've tryed a few variations but can't get it to work