I'm trying to control the text in some textboxes at run-time using the IF THEN feature. I want to know how i can control how the text is displayed in the text boxes. For example,

if combo2.text = qtr1 then
text1.text = "ACTUAL 3/31/00"

I want the word ACTUAL on one line and the 3/31/00 on the line underneath. I would like to center both. Is this possible? Thanks