I know that has Data has been done to death but i need a little help with it.
I feed a Report with a form that picks the dates a Between in each of two subreport's
I need the report to only print the people with data in that range. It is currently showing all of the people with blank subforms for those with nothing in the range.
I know that HasData should be like "Me.SomeField.Visible = True = Me.MySubReportName.HasData"
the question I have is what do i put as "Me" and where in the report or query do I put the code.
Please help.
I seem to be HasData Challenged.
I feed a Report with a form that picks the dates a Between in each of two subreport's
I need the report to only print the people with data in that range. It is currently showing all of the people with blank subforms for those with nothing in the range.
I know that HasData should be like "Me.SomeField.Visible = True = Me.MySubReportName.HasData"
the question I have is what do i put as "Me" and where in the report or query do I put the code.
Please help.
I seem to be HasData Challenged.