Label Header Not working

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.
 
D

Duane Hookom

If you want to see records in a specific order, you must have a field or
fields that you can sort on.

Also, we have no idea what your actual records look like.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top