Multiline text box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to justify bottom left - that is, fill the control from the
bottom up?
 
Hi Chris,

Using an Access textbox? Only by inserting the appropriate number of
linebreaks in front of the text.

Alternatively it would be possible to use a textbox with no border or
background on top of a white rectangle - and write code to move and size
the textbox according to its contents to give the effect you want.

Maybe it would be possible to format a rich text control to align text
to the bottom of its window; I've never thought to try.
 
Yes, an Access text box. It is on a report, not a form, but that should not
matter too much.

I thought maybe there was an undocumented combination of property settings
that might help.

I will see if I can find a thrid party control that can do it.

Thanks for your help
 
Hi John,
if the OP simply wants to provide Vertical alignment then see:
http://www.lebans.com/verticaljustification.htm
VerticalJustificationA2K.zip is a database containing a function to allow
for vertical centering of the contents of a Label or TextBox control. Works
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top