Sizable textbox

G

Guest

Hello,

Is there a way to have a Sizable textbox?

I use a textbox with a Memo data type in a form. Is it possible to resize
the textbox by resizing a form (in Form View)?

What if it is in a sub-form? Could a sub-form be resizable, then would
follow the resized textbox?


Thanks,

Michael
 
D

Douglas J. Steele

Either way, you have to add code to resize the text box.

Forms have a Resize event. You'd put code in there to reset the Height and
Width properties of the text box, based on the new size of the form.
 

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