Access 2007
Win7
My expression
Passed: IIf([maxof%]>0.7,Yes,No)
but,
I also need to have it be true if that same field [maxof%] is empty or null
When I place isnull IIf(isnull([maxof%])>0.7,Yes,No))
it gives me all the records as true, even those less than 70%
Help please...
TIA.
Jennifer
Win7
My expression
Passed: IIf([maxof%]>0.7,Yes,No)
but,
I also need to have it be true if that same field [maxof%] is empty or null
When I place isnull IIf(isnull([maxof%])>0.7,Yes,No))
it gives me all the records as true, even those less than 70%
Help please...
TIA.
Jennifer