Centre vertically

  • Thread starter Thread starter Baz
  • Start date Start date
B

Baz

Is it possible to vertically centre the text in a label si
that it doesn't always get placed at the top of the label
boundary?

I have asked this question before but got no answer. If
it isn't possible, please tell me.

Thanks,

B
 
Baz,

There is no icon that you can click to do that, but you can simulate
centering somewhat by using Ctrl+Enter to place a blank line at the top of
your label, followed by the caption.

hth,
 
Thanks for the suggestion...

The caption is forced into the label (using VBA) from a
variable source however, so I will not always know the
number of ctrl+ENTERs to do. It sounds like I'll have to
settle for top-aligned. Many thanks for the suggestion.

Baz
 
Yup, the solution works with A2K or higher with both Forms and Reports.
:-)

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
I must be missing something, because I still don't see how
you got the text to be vertically centered.
 
Well look at the code behind the sample Forms and Reports.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
Back
Top