E
eschloss
Access 2003 / WinXP
I have a Form (Name: test) with (1) label on it so far (Name:
Output3_Label). I am trying to make the text align vertically within the
label. While searching for the answer, I came across what I believed would
be the best solution. However, I need help implementing it:
"overkill/... all of it.... slap a label on the form, tell it to Dock=Fill
.... then set the text alignment to center/center.... bam! centered text in
all directions... Oh, might need to turn off the autoSize property of the
label for any of this to work."
Are there any Dim declarations?
Is Me.Output3_Label.Dock = Fill not correct?
Does this need to be attached to a particular Form Event?
What is the correct syntax for text alignment?
What is the correct syntax for autosize?
Thanks,
I have a Form (Name: test) with (1) label on it so far (Name:
Output3_Label). I am trying to make the text align vertically within the
label. While searching for the answer, I came across what I believed would
be the best solution. However, I need help implementing it:
"overkill/... all of it.... slap a label on the form, tell it to Dock=Fill
.... then set the text alignment to center/center.... bam! centered text in
all directions... Oh, might need to turn off the autoSize property of the
label for any of this to work."
Are there any Dim declarations?
Is Me.Output3_Label.Dock = Fill not correct?
Does this need to be attached to a particular Form Event?
What is the correct syntax for text alignment?
What is the correct syntax for autosize?
Thanks,