N
NoviceAccessUser-Melanie
In the detail section of my report that is based on a query, I would like to
be able to prevent the data from being displayed if the values of a couple of
fields fall in a certain criteria. I have an Deal, IND field, and a Num1 ,
Num2 field. etc. The report is sorted by Deal and IND.
If IND="Actual" and Num1=" " or null, when IND = "Original", the value for
Num1 should not print . So it means, if there are no Actual numbers stored in
the database, do not display the Original numbers even if they have already
been input.
Is this even possible? Please shed some light if there's a way I can do this
with a very elaborate iif statement. Thanks.
be able to prevent the data from being displayed if the values of a couple of
fields fall in a certain criteria. I have an Deal, IND field, and a Num1 ,
Num2 field. etc. The report is sorted by Deal and IND.
If IND="Actual" and Num1=" " or null, when IND = "Original", the value for
Num1 should not print . So it means, if there are no Actual numbers stored in
the database, do not display the Original numbers even if they have already
been input.
Is this even possible? Please shed some light if there's a way I can do this
with a very elaborate iif statement. Thanks.