G
Guest
Hi I have a report I would like to look as shown below.Please note that there
is no sorting and grouping.
Age<-----lblAge In header section called person
23 <---Detail Section
24 <--- Detail Section
25 <----Detail Section
Location <---lblLocation in Detail Section
LA <------Detail
NY<-----Detail
WI <-----Detail
Instead it appears as
Age
23
Location
24
Location
25
Location
LA
Location
NY
Location
WI
How do I get rid of the duplicating location label and have it appear once
as a header for the location data.I have tried using VB
lblLocation.Visible=False but that doesn't work.
is no sorting and grouping.
Age<-----lblAge In header section called person
23 <---Detail Section
24 <--- Detail Section
25 <----Detail Section
Location <---lblLocation in Detail Section
LA <------Detail
NY<-----Detail
WI <-----Detail
Instead it appears as
Age
23
Location
24
Location
25
Location
LA
Location
NY
Location
WI
How do I get rid of the duplicating location label and have it appear once
as a header for the location data.I have tried using VB
lblLocation.Visible=False but that doesn't work.