Pop up location

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
 
F

fredg

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.
 
W

Wayne Phillips

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
 
D

D. Green

Arvin Meyer provides the Visual Basic code in post (Subject: Re: Form
display position). The code work for my design.
 
Top