G
Guest
I am trying to identify illogical data entries on the data entry form.
The questions are:
1. Is Form A required? (Y or N)
1.a If yes, was it submitted? (Y, N or N/A)
1.b If yes, was it signed by the approprate person (Y, N or N/A)
so if #1. is N, #1.a & #1.b can be N/A, if #1 is Y, #1.a can be Y or N, if
#1 & #1.a are Y, #1.b can be Y or N.
I was handling these by identifying the illogical satements in my reports
and simply removing them from the matrix. I have been told that this is not
good enough anymore.
I have tried IIF statements but can not make them work, can anyone offer
some suggestions?
The questions are:
1. Is Form A required? (Y or N)
1.a If yes, was it submitted? (Y, N or N/A)
1.b If yes, was it signed by the approprate person (Y, N or N/A)
so if #1. is N, #1.a & #1.b can be N/A, if #1 is Y, #1.a can be Y or N, if
#1 & #1.a are Y, #1.b can be Y or N.
I was handling these by identifying the illogical satements in my reports
and simply removing them from the matrix. I have been told that this is not
good enough anymore.
I have tried IIF statements but can not make them work, can anyone offer
some suggestions?