Hi,
i have one report with several subreports, subreports have can shrink property set on Yes..so when their query is null, subreport does not show, but their label does so i want something like this but i dont know syntax
i tried like dis
in VBA - report:
Private Sub Report_load()
Me.Label12.Visible = Not IsNull(now should be there Query which is empty or not but it is another as report source)
End Sub
of cource label12 have default visibility false
thx for help in advance
i have one report with several subreports, subreports have can shrink property set on Yes..so when their query is null, subreport does not show, but their label does so i want something like this but i dont know syntax
i tried like dis
in VBA - report:
Private Sub Report_load()
Me.Label12.Visible = Not IsNull(now should be there Query which is empty or not but it is another as report source)
End Sub
of cource label12 have default visibility false
thx for help in advance