How to shrink report detail
15 pts.
0
Q:
How to shrink report detail
I have a report upon a simple table, fields nm,a, b,c
The report would print these fields under (one field=one line)
nm -already
a when condition fits
b when condition fits
c -already
I know, I can set visibility :
Private Sub Detail_Format...
if cond....
Me![a].Visible = False
Me![b].Visible = False
That's OK, these fields are not visible, but their empty lines remain in report.
So, what I need, is shrink these empty lines, to get a shorter report section.
To get more record in one page, for example.
Is any way how to do it???
ASKED: Aug 10 2009  12:55 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
15 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
Last Answered: Aug 10 2009  12:55 AM GMT by Petrph   15 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

JennyMack   3330 pts.  |   Aug 10 2009  12:59PM GMT

Hi there,

Welcome to IT Knowledge Exchange. Can you please specify what reporting program you’re using?

Thanks,
Jenny
Community Manager

 

Petrph   15 pts.  |   Aug 14 2009  8:06AM GMT

Sorry, I mean the MS Access 2003 application.

 
0