Subform Size

S

sweetlady

I have a subform showing continious records but I can't get it to resize
depending on the number of records. I have set the can grow property to yes
on the subform itself and on the main form. Any ideas?
 
R

Rick Brandt

I have a subform showing continious records but I can't get it to resize
depending on the number of records. I have set the can grow property to
yes on the subform itself and on the main form. Any ideas?

CanGrow (in forms) is for printing of the form. It does not affect the
size of objects when viewing the form. You would have to re-size the
subform with code.
 
S

sweetlady

Thanks
--
Sweetlady


Rick Brandt said:
CanGrow (in forms) is for printing of the form. It does not affect the
size of objects when viewing the form. You would have to re-size the
subform with code.
 
Top