J
John Spencer (MVP)
Check the HasData property of the subreport's report control.
If Reports![rpt Employee Info_SS]![rpt Employee Info Sub].Report.HasData then
...
Else
...
End If
If Reports![rpt Employee Info_SS]![rpt Employee Info Sub].Report.HasData then
...
Else
...
End If