How to create multi-line caption?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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
 
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]
 
Back
Top