Pop up location

  • Thread starter Thread starter Fred
  • Start date Start date
F

Fred

Is there a way to control where on the screen a form will pop up. For
instance, I have a table that I want to pop up to the right of an existing
form without obstructing the existing form.

TIA,
Fred
 
Is there a way to control where on the screen a form will pop up. For
instance, I have a table that I want to pop up to the right of an existing
form without obstructing the existing form.

TIA,
Fred

You can use the MoveSize method in the Pop-up forms Load event.
See VBA help.
 
Fred said:
Is there a way to control where on the screen a form will pop up. For
instance, I have a table that I want to pop up to the right of an existing
form without obstructing the existing form.

TIA,
Fred

Personally I would consider using a sub form instead that way you wouldn't
need to worry about opening forms at different positions.

Regards,

Wayne Phillips
http://www.everythingaccess.com/forums
 
Arvin Meyer provides the Visual Basic code in post (Subject: Re: Form
display position). The code work for my design.
 
Back
Top