Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Get rid of lines in Detail section

Status
Not open for further replies.

teqtaq

Technical User
Nov 18, 2007
197
US
I have these 4 columns on my simple Report in Detail section. Only one last column one has multiply lines of code and I want to underline each section for better readability.
I have Dups supressed.
When I print Report I can see a line for each record that are supressed.

Demo:

ID_____2 _____3_____4
12____b______c____d
__________________d
__________________d
__________________d

I want to see only last line that concludes that section is complete per ID 12.

ID_____2 _____3_____4
12____b______c______d
d
d
____________________d


Thanks


 
Why not remove the duplicates from your query... There is a query peroperty that gets rid of them (disticnt SQL syntax).
 
There are no duplicates.
Each d has unique data. I am sorry I was not clearer.
It is probably more like this

ID_____2 _____3_____4
12____b______c____d123
__________________d124
__________________d234
__________________d445


 
So you want to only underline the controls that have data?

Have you tried formatting with an underline and getting rid of the line object?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top