PDA

Click to See Complete Forum and Search --> : Making a label in Access 2000 report that displays "sideways" ... [RESOLVED]


M Owen
Apr 23rd, 2004, 09:36 AM
Hi all.

As the title says ... I'm looking for a means (font or otherwise) to have a label print "sideways" (vertically) ... Any ideas?

Thanks!

Split
Apr 23rd, 2004, 03:13 PM
Try property Vertical =true.
You have to resize label to display the entire caption either manually or through code

M Owen
Apr 27th, 2004, 07:00 AM
Originally posted by Split
Try property Vertical =true.
You have to resize label to display the entire caption either manually or through code

That's the way to do it ... Thanks.