G
Guest
First of all thanks to AlCamp for providing me a solution to an earlier
problem.
I have generated a report basing on a query which gives me the
number of cases as the result. Here I'm trying to display the same on the
report, but what I want to do is, if the number of cases are less than 5, I
want to display as "not sufficient data" on the report.
I got it with the help of a unbound text control alongside the textbox with
the following code:
= IIF(TotalCases < 5, "Insufficient Data",""
The problem is along with the text, the data is also getting displayed and
what can be done to stop displaying the data when text is displayed
satisfying the condition.
Thanks for any help
-talktobatchu
problem.
I have generated a report basing on a query which gives me the
number of cases as the result. Here I'm trying to display the same on the
report, but what I want to do is, if the number of cases are less than 5, I
want to display as "not sufficient data" on the report.
I got it with the help of a unbound text control alongside the textbox with
the following code:
= IIF(TotalCases < 5, "Insufficient Data",""
The problem is along with the text, the data is also getting displayed and
what can be done to stop displaying the data when text is displayed
satisfying the condition.
Thanks for any help
-talktobatchu