Bob,
Here's how my report sort of looks like as drawn below.
I have gridlines, so I have make each cell the same size.
When I put text into comlumn1 it fills from the top down to the bottom. However, my column 2 is a value so it ends up on the top of the text box. I like to format it so my vlau ends up on the bottom instead rather than the top.
problem:
Colum1 Column2
______________ ______________
| text, text | value |
|_text_________|______________|
desired result:
Colum1 Column2
______________ ______________
| text, text | |
|_text_________|_____value____|