Vertical property on report

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

Guest

I have a report which has a text box. Due to room on the report, I changed
the vertical property of the text box to yes. On print preview, the text
correctly shows itself vertically (text rotated 90 deg.). However, when
printed, it's still vertical but the text is horizontal.
T
H
I
S is not what I want.

Any help would be appreciated!
 
An update on my problem. I found out that when I email (using code) a
"snapshot format" of the report the text is properly rotated 90 degrees.

DoCmd.SendObject acSendReport, object, "SnapShot", Email to, CC, ,
"Subject", "Message", , Outlook

Snapshot is pretty cool because I usually use Rich Text Format and it always
comes out different (i.e. only prints text). It will be a month, in 2 more
days, without any replies. I can see by the number of posts that the traffic
on this site has increased significantly. Hopefully someone can help when
they get the chance. Thanks!!


However, my original problem still exists, I can't print the report with the
text rotated 90 degrees.
 
Solution to my problem: The network printer had the wrong drivers. So it
wasn't an "access" problem after all.
 
Back
Top