position on screen

rosito

Registered User.
Local time
Yesterday, 19:12
Joined
Nov 14, 2007
Messages
49
Hi all,
I have an initial window with 4 "command buttons". They open 4 forms.
Is there a way to set a different position on screen these forms? I want to view them all, thereby.

Excuse my poor engl...& my easy question, maybe :)
10x all
 
One way would be to manually line up each form:

  1. AutoCenter must be set to No
  2. In Form Design View move form to the desired position
  3. Click on Save
  4. Close form without doing anything else!
You'll have to do some wiggling around of the forms until you get them just right. There is a command Docmd.MoveSize that some people use to position a form on loading, but I've never had much success using it. When I use it, it tends to not line up a form in the same position every time. Perhaps I'm missing something; others who see this may have a better experience with it and can help.
 
THANK U:):)::):):):):):
thank thank thank thank thank thank
 
Nice, I was wondering the same thing too.

Thanks
 

Users who are viewing this thread

Back
Top Bottom