Can Grow property in a form?

K

Kevin

With a subform in datasheet view, I have one of the fields "Can Grow"
property set to "Yes". When more data is entered, the record/field does not
grow. I thought the Can Grow property only worked in reports, but why would
it show up as a control's property in a form if that was the case?
Any suggestions?
Thanks!
 
D

Dirk Goldgar

Kevin said:
With a subform in datasheet view, I have one of the fields "Can Grow"
property set to "Yes". When more data is entered, the record/field
does not grow. I thought the Can Grow property only worked in
reports, but why would it show up as a control's property in a form
if that was the case?
Any suggestions?
Thanks!

On a form, it only works when the form is printed. It has no effect
when the form is displayed on-screen.
 
Top