Form - variable length of a textfield (help)

  • Thread starter Thread starter Dzjoepke
  • Start date Start date
D

Dzjoepke

I have a form referencing a table (that has a memo-field)
In the form I want to have the height of this memofield to be adjusted
according to the value it has. So it could be that it is a continuous
text from approx 7 lines or could be a text with 'enter's. How can I
adapt the height of my textfield on the form according to the number of
lines from my textfield?
Joepie.
 
please try using the 'Can Grow' property of the text
Boxes.they will feature on the form in their original size
and will automatically grow to include the data from the
source.
 
Sounds good, but...
I don't find this option... Can you tell me where it should be?
I work with Access2000...
Joepie.
 
ok,
i've got it..
I was first making tests on a Form, but it only works in a Report. And
that's where I need it finally!
Thanks again!
Joepie.
 
Back
Top