SubForm

J

jeff

I have a Form that has a subform link together by a field.

I will like to know if I can Maximize the subform within the Main Form.

Thanks is advance.
 
J

John W. Vinson

I will like to know if I can Maximize the subform within the Main Form.

No.

You can change the size of the Subform container within the main form, in
design view, but you can't dynamically change the size (have it superimpose
itself over other controls, say).

One option you might consider if you need screen space would be to use a Tab
Control - put the mainform controls on one page of the tab control, and the
(large) subform on another page.

John W. Vinson [MVP]
 
Top