Label Header Not Displaying Correctly

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi Out there,
I working on a report that is supposed to display labels associated with the
values of a field.The data supposed to appear as shown below there is no
grouping or sorting.

AGE <---This Label is in the header section called Person
45 <---Detail Section
28 <---Detail Section
35 <---Detail Section

Location<---Location label Detail Section

Denver<---Detail Section
NY<---Detail Section
LA<---Detail Section

Instead the data appears as follows:
AGE
45
Location
28
Location
35
Location
Denver
Location
NY
Location
LA
How do I get rid of the label in the age infromation and have it as a header
for LOCATION using VB.I have tried using the Visible.False for that lable but
it does not work.Please please help me out it is a real emergency.
 
Back
Top