| Computers Forum Index » Computer - Databases - MS Access » Multi-line heading on continuous form... |
|
Page 1 of 1 |
|
| Author |
Message |
| Salad... |
Posted: Thu Oct 29, 2009 12:23 am |
|
|
|
Guest
|
I have a form listing Part Number and Part Desciption. PartNo is a
small field and description is a wide field. So I wanted my heading to
look like
Part
Number Description
instead of
Part Descriptinn
Number
How I did that was to set the Top to something like .16" for description
(and other fields needing multi-line) and left top as 0 for PartNumber
and that shifted the multi-line to the bottom of the label.
Is there another way to set it up so that they line up on the bottom line? |
|
|
| Back to top |
|
|
|
| hbinc... |
Posted: Thu Oct 29, 2009 12:23 am |
|
|
|
Guest
|
On Oct 28, 9:23 pm, Salad <o... at (no spam) vinegar.com> wrote:
Quote: I have a form listing Part Number and Part Desciption. PartNo is a
small field and description is a wide field. So I wanted my heading to
look like
Part
Number Description
instead of
Part Descriptinn
Number
How I did that was to set the Top to something like .16" for description
(and other fields needing multi-line) and left top as 0 for PartNumber
and that shifted the multi-line to the bottom of the label.
Is there another way to set it up so that they line up on the bottom line?
Hi Salad,
Part Number will show on two lines because the field is too narrow to
put it on one line. You can also force a new line by using Shift-
Enter.
So, with a Shift-Enter before Description, this text will appear on
the second line.
HBInc. |
|
|
| Back to top |
|
|
|
| Steve... |
Posted: Thu Oct 29, 2009 12:43 am |
|
|
|
Guest
|
I use two labels for Part Number; one on top of the other. Then one label
for Description lined up with the Number label. The two labels for Part
Number can overlap a little to make the two words closer together.
Steve
santus at (no spam) penn.com
"Salad" <oil at (no spam) vinegar.com> wrote in message
news:grCdnXxgvovVNXXXnZ2dnUVZ_qOdnZ2d at (no spam) earthlink.com...
Quote: I have a form listing Part Number and Part Desciption. PartNo is a small
field and description is a wide field. So I wanted my heading to look like
Part
Number Description
instead of
Part Descriptinn
Number
How I did that was to set the Top to something like .16" for description
(and other fields needing multi-line) and left top as 0 for PartNumber and
that shifted the multi-line to the bottom of the label.
Is there another way to set it up so that they line up on the bottom line? |
|
|
| Back to top |
|
|
|
| Salad... |
Posted: Thu Oct 29, 2009 1:11 am |
|
|
|
Guest
|
Steve wrote:
Quote: I use two labels for Part Number; one on top of the other. Then one label
for Description lined up with the Number label. The two labels for Part
Number can overlap a little to make the two words closer together.
Steve
santus at (no spam) penn.com
"Salad" <oil at (no spam) vinegar.com> wrote in message
news:grCdnXxgvovVNXXXnZ2dnUVZ_qOdnZ2d at (no spam) earthlink.com...
I have a form listing Part Number and Part Desciption. PartNo is a small
field and description is a wide field. So I wanted my heading to look like
Part
Number Description
instead of
Part Descriptinn
Number
How I did that was to set the Top to something like .16" for description
(and other fields needing multi-line) and left top as 0 for PartNumber and
that shifted the multi-line to the bottom of the label.
Is there another way to set it up so that they line up on the bottom line?
Yes. That would work...mostly. I typically use, for 2 words, something
like Part<ctrl+enter>Number to go multi-line. But doing a
space<ctrl+enter>Description doesn't work. And I wanted each label to
be "boxed" so I'm not sure your method would work completely. |
|
|
| Back to top |
|
|
|
| Salad... |
Posted: Thu Oct 29, 2009 5:14 am |
|
|
|
Guest
|
hbinc wrote:
Quote: On Oct 28, 9:23 pm, Salad <o... at (no spam) vinegar.com> wrote:
I have a form listing Part Number and Part Desciption. PartNo is a
small field and description is a wide field. So I wanted my heading to
look like
Part
Number Description
instead of
Part Descriptinn
Number
How I did that was to set the Top to something like .16" for description
(and other fields needing multi-line) and left top as 0 for PartNumber
and that shifted the multi-line to the bottom of the label.
Is there another way to set it up so that they line up on the bottom line?
Hi Salad,
Part Number will show on two lines because the field is too narrow to
put it on one line. You can also force a new line by using Shift-
Enter.
So, with a Shift-Enter before Description, this text will appear on
the second line.
HBInc.
Neat to know. I was in the property sheet but it didn't the "single
line" while it it. For example, if in the property sheet and I put the
cursor between Part and Number and hit shift-enter or Ctrl-enter, it'd
split to 2 rows. If I put the insertion point before Part and did a
shift or ctrl-enter, it wouldn't split until I moved off that line. Bit
if I did it in the label, it worked immediately. |
|
|
| Back to top |
|
|
|
|