R
Russ
I've got a report that has the following code in the On No Data event:
Private Sub Report_NoData(Cancel As Integer)
Label7.Visible = No
Label9.Visible = Yes
End Sub
Label 9 will not become visible when I run the report but Label 7
becomes invisible. I've tried to set label 9 as visible and relocated
it to the visible/no page header section, then make the page header
section visible with this code, but still no dice. Both of the labels
are in the report header normally.
Is this odd or am I doing something wrong?
Russ
Private Sub Report_NoData(Cancel As Integer)
Label7.Visible = No
Label9.Visible = Yes
End Sub
Label 9 will not become visible when I run the report but Label 7
becomes invisible. I've tried to set label 9 as visible and relocated
it to the visible/no page header section, then make the page header
section visible with this code, but still no dice. Both of the labels
are in the report header normally.
Is this odd or am I doing something wrong?
Russ