The code I pointed you to is a multiline solution and obviously contains
code to calculate the width and height of multiple lines of text.
Only one small change is required to modify the current vertically
centered output to vertically bottom output.
Open the sample Report in Design view.
From the Menu select View->Code
Find the Sub named "VerticallyCenter"
Change the last line to read:
ctl.TopMargin = (ctl.Height - (lngHeight + 70))
The value of 70 is 1/5 of an inch(1440 TWIPS per Inch) margin for the
bottom of the TextBox/Label control.
--
HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.