Vertical line height and blank rows

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

Guest

I have a report with multiple vertical lines and multiple rows of text in a
can grow text box. I wanted to make the vertical lines the same height as the
text box and found the fTextHeight function through your site which works
great to set the lines' heights. However, between each line detail of
information, the lines are leaving about a fourth inch of blank space with no
lines nor any print. I am using this in Access 2003. How can I make my
vertical lines meet the next row? There is no space on my report design
between the detail section and the page footer section which is fairly wide.
 
It's me again. I fixed the blank line problem by drawing lines with the line
method in the on print and that works great except for one thing. My users
can choose multiple bill of ladings to print/preview at one time and Access
would show them consecutively. Now it will only print/preview one no matter
how many they choose. I've put my details in a sub report but the problem
remains.
Help, please
--
THX


Patricia said:
I have a report with multiple vertical lines and multiple rows of text in a
can grow text box. I wanted to make the vertical lines the same height as the
text box and found the fTextHeight function through your site which works
great to set the lines' heights. However, between each line detail of
information, the lines are leaving about a fourth inch of blank space with no
lines nor any print. I am using this in Access 2003. How can I make my
vertical lines meet the next row? There is no space on my report design
between the detail section and the page footer section which is fairly wide.
 
Back
Top