Empty Data Source problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
In a report we have a bool column which is bound to a textbox. The value
in textbox depends upon whether [ColumnBool] is True or False.
Following the condition kept in Control Source :
=IIf([ColumnBool]=True,"a","")
But the problem is coming when database does not return any data. In this
case #Error is coming in report. Our requirement is that we display "" when
no data is returned to report.

Thanks,
Abhi
 
Back
Top