473,500 Members | 1,862 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Rotating Text 270 Degrees in Access 2000

2 New Member
I have a question regarding vertical text labels in the Reports area of Access 2000.

In the properties area, selecting vertical text to "yes" rotates the text 90 degrees so that the text reads top-to-bottom. My question is: How can I get the text to rotate 270 degrees so that the text reads bottom-to-top?
Mar 7 '07 #1
1 5634
ADezii
8,834 Recognized Expert Expert
I have a question regarding vertical text labels in the Reports area of Access 2000.

In the properties area, selecting vertical text to "yes" rotates the text 90 degrees so that the text reads top-to-bottom. My question is: How can I get the text to rotate 270 degrees so that the text reads bottom-to-top?
You would probably have to use code as in:
Assumptions:
__1. Text Align = Center
__2. Vertical = Yes
__3. Label Name = lblTest
__4. String to Reverse Vertical Align = "Philadelphia"
Expand|Select|Wrap|Line Numbers
  1. Dim MyString As String, intCounter As Integer
  2. Dim strRevVerString As String
  3.  
  4. MyString = "Philadelphia"
  5.  
  6. For intCounter = Len(MyString) To 1 Step -1
  7.   strRevVerString = strRevVerString & Mid(MyString, intCounter, 1)
  8. Next intCounter
  9.  
  10. Me![lblTest].Caption = strRevVerString
Mar 8 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
1995
by: Steve | last post by:
Hi; Is it possible to have some text moving from left -> right horizontally AND other text other text moving left-> right but rotated 90 degrees in the same HTML document? Thanks in advance ...
2
1422
by: bignaps | last post by:
I apologize if this is a stupid question but I have searched everywhere for an answer and can't find any suitable answers. How do I rotate labels on a form? I need to rotate them 90 degrees...
4
3812
by: don larry | last post by:
Greetings, I have a text box, label and subreport that i'm trying to rotate vertically. The properties list doesn't list any such property. Can I add one, or do i have to code to make these...
4
5442
by: Roozbeh GHolizadeh | last post by:
Hi there... i think it is a very common problem but i dont know why i didnt find anything good for me on internet... i want to simply rotate an array with 90,180,270 degrees.... here is how...
2
3088
by: MichaelH | last post by:
Hi all, I am writing a program that has to draw musical notes on a staff. To do this I need to draw Ellispses (representing the notes) on a horizontal line and rotate them slightly (by 15...
4
2953
by: Andre Nogueira | last post by:
Hi there. I have one question... How can I create a bitmap (programmatically), paint it to a picture box and have a transparent background? I don't know what will be below the picturebox because...
6
29560
by: jcrouse | last post by:
I want to rotate it 180 degree so it is upside down. What is the easiest way to accomplish this? Thank you John
1
8473
by: Roy Harbert | last post by:
Is there a text box that can rotate or a way to print text rotated 90 degrees? I've been looking but can't find anything.
5
64192
by: austincollins | last post by:
I have been searching for hours to find a solution to display text rotated at 90 degrees in firefox, and could not find one. css3 and IE has the css command "writing-mode: tb-rl;" but this does not...
0
7136
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7182
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7232
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6906
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7397
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5490
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4923
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3110
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
1
672
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.