Window Sizing

G

Guest

I have a db with several forms that are ususally opened at the same time.
There are some forms that need to be maximized upon opening and some that I
want to design the size and have it open that way every time. I know that I
can accomplish this by using the Maximize and Restore macros.

However, is there a way to automatically cascade the open windows? Thanks!
 
B

BruceM

Look at the MoveSize property. This is something to be used within a VBA
procedure. I don't think it can be applied from a macro. I don't know of a
way to cascade the forms automatically, but you should be able to use
MoveSize to set them up where you want them on the screen.
 

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


Top