Hi There,
Im having a bit of a problem tryin to get my subform to automatically stretch to the size of the detail section when the main form changes size.
I have set the autoresize on both the main and subforms along with the can grow/shrink settings.
I also tried some code which almost worked on the onload event on the main form.
Me.frm_subAssetEdit.Height = Me.Section(0).Height
This would resize the subform to the original height of the detail section when first opened however on resize no change would take place even with a .Refresh call.
Anyhelp is greatly appreaciated.
Mike