All - any help on this one would be appreciated
In a master form (Form1) I have an embedded subform (Subform1). The subform will add records (rows) over time, so the height of the subform will of course grow. Right now the Form1 row height where Subform1 sits is fixed, I had to make the height much larger than is needed to accommodate the upcoming growth.
I'd like the Form1 row height to automatically change as needed based on the size of the Subform.... So as Subform1 grows, so does the Form1 row height.
I'm not a coder, so if there is a code-based solution the more specific you could be the better.
Thanks
Tony
In a master form (Form1) I have an embedded subform (Subform1). The subform will add records (rows) over time, so the height of the subform will of course grow. Right now the Form1 row height where Subform1 sits is fixed, I had to make the height much larger than is needed to accommodate the upcoming growth.
I'd like the Form1 row height to automatically change as needed based on the size of the Subform.... So as Subform1 grows, so does the Form1 row height.
I'm not a coder, so if there is a code-based solution the more specific you could be the better.
Thanks
Tony