(Msg. 1) Posted: Tue Aug 18, 2009 8:12 pm
Post subject: Text box not growing? Archived from groups: microsoft>public>access>gettingstarted (more info?)
Hello. I drag and drop a field onto a form and it creates a text box.
I type text into the box, but then the text scrolls off. it is all
there. It is just hidden by the edges of the box.
I don't want to make the text box length 8" long so it captures all
entries, so there has to be someway that if I make the text box 2"
wide, it will wrap the text or expand or something.
I have its Can Grow property set to Yes already. What else should I
look for?
(Msg. 2) Posted: Wed Aug 19, 2009 12:05 am
Post subject: Re: Text box not growing? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
From http://msdn.microsoft.com/en-us/library/bb242179.aspx: "This property
affects the display of form sections and controls only when the form is
printed or previewed, not when the form is displayed in Form view, Datasheet
view, or Design view." Not sure what to make of that! On forms, I normally
just make boxes big enough vertically to show the entire string and don't
rely on the CanGrow property. If the table field is Memo type don't think
form will handle that well but report controls should grow vertically to
display all content.
Lostguy wrote:
>Hello. I drag and drop a field onto a form and it creates a text box.
>I type text into the box, but then the text scrolls off. it is all
>there. It is just hidden by the edges of the box.
>
>I don't want to make the text box length 8" long so it captures all
>entries, so there has to be someway that if I make the text box 2"
>wide, it will wrap the text or expand or something.
>
>I have its Can Grow property set to Yes already. What else should I
>look for?
>
>VR/Lost
(Msg. 3) Posted: Wed Aug 19, 2009 4:05 am
Post subject: Re: Text box not growing? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Set Scroll Bars to Vertical and set the Textbox to at least two line that
will be visible on your form.
If you set only one line that is visible on the textbox the characters will
not word wrap.
Lostguy wrote:
>Hello. I drag and drop a field onto a form and it creates a text box.
>I type text into the box, but then the text scrolls off. it is all
>there. It is just hidden by the edges of the box.
>
>I don't want to make the text box length 8" long so it captures all
>entries, so there has to be someway that if I make the text box 2"
>wide, it will wrap the text or expand or something.
>
>I have its Can Grow property set to Yes already. What else should I
>look for?
>
>VR/Lost
(Msg. 4) Posted: Wed Aug 19, 2009 4:38 am
Post subject: Re: Text box not growing? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
AccessVandal,
That does it! You can make the text box as long (or short) as you
want, but for word wrap, you also have to make its width (thickness) 2
lines wide (double-wide), and then throw in the vertical scroll bar in
case there is more text than 2 lines worth.
(Msg. 5) Posted: Wed Aug 19, 2009 11:05 pm
Post subject: Re: Text box not growing? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Glad you got it working the way you want.
width? it should be the height of the control.
Lostguy wrote:
>AccessVandal,
>
>That does it! You can make the text box as long (or short) as you
>want, but for word wrap, you also have to make its width (thickness) 2
>lines wide (double-wide), and then throw in the vertical scroll bar in
>case there is more text than 2 lines worth.
>
>Thanks all!
>
>VR/Lost
All times are: Eastern Time (US & Canada) (change)
Page 1 of 1
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum