I have an unbound report with 2 subreports that is opening with no data even though I have the following code in the OnNoData event of the report and each of the sub reports.
MsgBox ("There is no data for the report."
, , "Message Alert"
Cancel = True
This code works great on a bound report, but I am not sure what to do with a unbound report with sub reports.
Thanks in advance for your help.
MsgBox ("There is no data for the report."
Cancel = True
This code works great on a bound report, but I am not sure what to do with a unbound report with sub reports.
Thanks in advance for your help.