SubForm

  • Thread starter Thread starter jeff
  • Start date Start date
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.
 
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]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top