line in one text box

  • Thread starter Thread starter iccsi
  • Start date Start date
I

iccsi

I have a text box to link reprot record source.
The length of the text can be more than one line.
I would like to add a line if the contens of the text more than one
line.

I know that I can set border width to one point which only gives the
border, but not the line in the text box.

Any suggestions for this?

Youe help is great appreciated,
 
iccsi said:
I have a text box to link reprot record source.
The length of the text can be more than one line.
I would like to add a line if the contens of the text more than one
line.

I know that I can set border width to one point which only gives the
border, but not the line in the text box.


Have you tried setting the text box's (and its section's)
CanGrow property to Yes?
 
Have you tried setting the text box's (and its section's)
CanGrow property to Yes?

Yes, CanGrow property can grow the height of the text.
How can I add a line in the text box for more than one line content?

Thanks again,
 
iccsi said:
Yes, CanGrow property can grow the height of the text.
How can I add a line in the text box for more than one line content?


If the text box can grow, then it should display all the
lines of text.

Maybe I am condused. Are you using the word line for two
different things?
 
iccsiwrote:
Yes, CanGrow property can grow the height of the text.
How can I add a line in the text box for more than one line content?

If the text box can grow, then it should display all the
lines of text.

Maybe I am condused.  Are you using the word line for two
different things?

--
Marsh
MVP [MS Access]- Hide quoted text -

- Show quoted text -

Thanks for the message,
 
Back
Top