Is there no way to center the text vertically in a text box? (access 2016)
.. or have I missed something..?
Is there no way to center the text vertically in a text box? (access 2016)
.. or have I missed something..?
@isladogs that's only horizontally..
You can set bottom margins in textboxes, see properties.
Yes I'm aware of that ... your requirements were not at all clear. That's why I asked about text rotation
Doing this is easy....
But moving the text so it is aligned centrally in a vertical direction is much harder.
It will probably require the use of APTs and be a lot of work
If its that important to you, I suggest you look at Stephen Lebans' website: Lebans.com
Although it was written 20+ years ago, much of its content has never been improved since by anyone else
Good luck
I don't suppose you can alter the height of the textbox to suit the number of lines, padding and font sizes?
The more we hear silence, the more we begin to think about our value in this universe.
Paraphrase of Professor Brian Cox.
Could you just come up with an estimate of number of chars per line to estimate number of lines then use that to tweak the textbox's margin to get a faux vertical centering? Not perfect but might get you close enough?
If the lines are short and don't wrap, you could get a count of lines by counting the vbCRLFs in the string.
It's either 1 or two lines always...