Form footer

G

Guest

I have a form that manages all the information for each customer (name,
phone, address...) I want to have a section at the bottom of the form for
notes.

I have used a continuous subform with the notes section formatted as Memo.
However, I would like to be able to have control grow/shrink in response to
how long the note is. I tried the "Can Shrink" "Can Grow" property to yes
but that doesn't seem to work. Is there a way to do this? Thanks.
 
F

fredg

I have a form that manages all the information for each customer (name,
phone, address...) I want to have a section at the bottom of the form for
notes.

I have used a continuous subform with the notes section formatted as Memo.
However, I would like to be able to have control grow/shrink in response to
how long the note is. I tried the "Can Shrink" "Can Grow" property to yes
but that doesn't seem to work. Is there a way to do this? Thanks.

Read VBA Help on the Can Grow property.
It cannot be used in Form Display View, only if/when the form is
printed.
Use the Scroll Bars to view the extra text.
 

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

Similar Threads


Top