Split Form Size

  • Thread starter Thread starter JamesJ
  • Start date Start date
J

JamesJ

I've created a split form but it I can't get it to save the size I resize it
to. The height is off the bottom of the screen.
Can someone enlighten me as to how I can size these forms to
my liking?

Thanks,
James
 
DoCmd.MoveSize works from the top and left of the Access window. The
following example changes the active window height, but leaves its width
unchanged:

DoCmd.MoveSize , , , 2000
 

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

Similar Threads


Back
Top