How to create multi-line caption?

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top