G
Guest
Hi,
I created if function for one of my fields in database which is ‘test
result’ field. That is a simple function as:
=IIf(([pH] >= 6.45 And [pH] <= 6.74) And
([Concentration] >= 25 And [Concentration] <= 50),
"pass",
"fail")
Now, the problem is that because of this function on my ‘test result’ field,
I can’t get any output for my field in the report part of database. Why is
that?
Thanks in advance,
-Shahrzad
I created if function for one of my fields in database which is ‘test
result’ field. That is a simple function as:
=IIf(([pH] >= 6.45 And [pH] <= 6.74) And
([Concentration] >= 25 And [Concentration] <= 50),
"pass",
"fail")
Now, the problem is that because of this function on my ‘test result’ field,
I can’t get any output for my field in the report part of database. Why is
that?
Thanks in advance,
-Shahrzad