Vertical text

  • Thread starter Thread starter rka2004
  • Start date Start date
R

rka2004

I have a report that displays the text (label) from top to bottom format...Is

there a way to have the text read from bottom to top? I can't seem to locate
the option in properties.

Thanks,
RA
 
Sorry, not possible with the native Access controls.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
Actually, for a label, you can have the text read from bottom to top, with a
little trickery.
Do an alt-prt scrn and capture your label. Open in MS Office Picture
manager, crop and rotate the image then save.
On your report add an image control. Use your saved bmp as the picture,
and you're done. This can be done in less than five minutes. If your label
is dynamic, however, you may have to do some coding to load different images
as needed.

Damon
 
Thank you Damon, I will give it a shot.

Damon said:
Actually, for a label, you can have the text read from bottom to top, with a
little trickery.
Do an alt-prt scrn and capture your label. Open in MS Office Picture
manager, crop and rotate the image then save.
On your report add an image control. Use your saved bmp as the picture,
and you're done. This can be done in less than five minutes. If your label
is dynamic, however, you may have to do some coding to load different images
as needed.

Damon
I have a report that displays the text (label) from top to bottom
format...Is
[quoted text clipped - 5 lines]
Thanks,
RA
 
Back
Top