How to create multi-line caption?

T

Tec92407

I have a caption on a label in a form.
I need to force a carriage return in the caption so the text will appear on
two lines.

Example:

APC Number <- displayed on a single line

I need to change it to:

APC
Number

can anyone explain how.
 
F

fredg

I have a caption on a label in a form.
I need to force a carriage return in the caption so the text will appear on
two lines.

Example:

APC Number <- displayed on a single line

I need to change it to:

APC
Number

can anyone explain how.

Type
APC ctrl + Enter Number
where ctrl + Enter is hold the Control key down and press the Enter
key
 
J

John Vinson

I have a caption on a label in a form.
I need to force a carriage return in the caption so the text will appear on
two lines.

Example:

APC Number <- displayed on a single line

I need to change it to:

APC
Number

can anyone explain how.

Type

APC<Ctrl><Enter>Number


John W. Vinson[MVP]
 
Top