Form/Sub-form varying size

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form which shows some fixed data at the top and a subform at the
bottom.
I'd like to have a toggle button in the form header which overlays the fixed
portion of the form with the subform so I can show more rows (there are
always more than will fit). Has anyone done this? Is it possible to do it by
manipulating the form properties without having to create a new (bigger)
subform?

Thanks for any assistance.
 
While I was waiting for a reply, I did it....
All I had to do was to manipulate the TOP and HEIGHT properties of the
subform. Once I had figured out the TWIPS, it worked like a charm.
 
Back
Top