Vertical Lines

J

Janis in Minnesota

How can I draw a vertical line From the header to thru the detail to the
footer - I tried the code but I can't make it longer - any help is greatly
appreciated!
 
M

Meet via AccessMonster.com

Draw 3 vertical lines one in header, one in detail and onether in footer
section.
They should be drawn in such a way that
the bottom part of the 1st line should touch detail section
the top part of the 2 nd line should touch the detail section and bottom part
of 2nd line should touch
page footer section
same goes for the 3rd line as well.
I think this will solve your problem.
 
J

Janis in Minnesota

I have multiple subreports within the detail section and I need the lines to
go thru these detail sections as well. Any suggestions? Thanks sooo very
much!!!
Janis
 
M

Meet via AccessMonster.com

Hey Janis
This is a long method but you will have try this.
Do what I mentioned earlier and also include lines in subreport as well.

If you can give me your mail address I will send you an access file which
implements exactly what you wants but it does not have any records.
I have multiple subreports within the detail section and I need the lines to
go thru these detail sections as well. Any suggestions? Thanks sooo very
much!!!
Janis
Draw 3 vertical lines one in header, one in detail and onether in footer
section.
[quoted text clipped - 9 lines]
 
A

Allen Browne

If you just want a line the fixed height of the page, you could use the Line
method in the Page event of the main report.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.

Reply to group, rather than allenbrowne at mvps dot org.

message
news:[email protected]...
 
M

Marshall Barton

Janis said:
How can I draw a vertical line From the header to thru the detail to the
footer - I tried the code but I can't make it longer - any help is greatly
appreciated!


You tried what code???

If it was the Line method, you need to put it in the detail
sectiond Print event.

Alternatively you can draw a line down the **entire** page
by using the Page event.
 
D

Duane Hookom

If the subreports are hiding sections of the lines, you may need to add line
drawing to an event in the subreport. You could see if you can make the
subreport control transparent.
 
J

Janis in Minnesota

That would be wonderful for you to send me an access file to show me how . .
.. I'm struggling with the vertical lines going through the detail section
which includes multiple subreports. My email is [email protected].
Thank you very much!

Meet via AccessMonster.com said:
Hey Janis
This is a long method but you will have try this.
Do what I mentioned earlier and also include lines in subreport as well.

If you can give me your mail address I will send you an access file which
implements exactly what you wants but it does not have any records.
I have multiple subreports within the detail section and I need the lines to
go thru these detail sections as well. Any suggestions? Thanks sooo very
much!!!
Janis
Draw 3 vertical lines one in header, one in detail and onether in footer
section.
[quoted text clipped - 9 lines]
footer - I tried the code but I can't make it longer - any help is greatly
appreciated!
 
J

Janis in Minnesota

Could you send me the mdb but change the extension to md1 instead of mdb? I
cannot receive mdb's. Thanks so much again! [email protected]

Meet via AccessMonster.com said:
Hey Janis
This is a long method but you will have try this.
Do what I mentioned earlier and also include lines in subreport as well.

If you can give me your mail address I will send you an access file which
implements exactly what you wants but it does not have any records.
I have multiple subreports within the detail section and I need the lines to
go thru these detail sections as well. Any suggestions? Thanks sooo very
much!!!
Janis
Draw 3 vertical lines one in header, one in detail and onether in footer
section.
[quoted text clipped - 9 lines]
footer - I tried the code but I can't make it longer - any help is greatly
appreciated!
 
L

Lynn Trapp

Could you send me the mdb but change the extension to md1 instead of mdb?
I
cannot receive mdb's.

Janis,
Just as a precaution, may I suggest that you not post your email address in
a public forum like this. There are people out there trying to "mine" email
addresses all the time. You should always mess up the email address in a way
that will confuse the hackers and the miners but will allow people here to
contact you. You might do something like this:

[email protected]

--
Lynn Trapp
MS Access MVP
www.ltcomputerdesigns.com
Access Security: www.ltcomputerdesigns.com/Security.htm
Jeff Conrad's Access Junkie List:
http://home.bendbroadband.com/conradsystems/accessjunkie.html



Janis in Minnesota said:
Could you send me the mdb but change the extension to md1 instead of mdb?
I
cannot receive mdb's. Thanks so much again! [email protected]

Meet via AccessMonster.com said:
Hey Janis
This is a long method but you will have try this.
Do what I mentioned earlier and also include lines in subreport as well.

If you can give me your mail address I will send you an access file which
implements exactly what you wants but it does not have any records.
I have multiple subreports within the detail section and I need the
lines to
go thru these detail sections as well. Any suggestions? Thanks sooo
very
much!!!
Janis

Draw 3 vertical lines one in header, one in detail and onether in
footer
section.
[quoted text clipped - 9 lines]
footer - I tried the code but I can't make it longer - any help is
greatly
appreciated!
 
Top