form location on the screen

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

How do we display a form on the screen at a particular location all the time?

many thanks
 
hngo said:
Hi,

How do we display a form on the screen at a particular location all
the time?

many thanks

Different people's screens are different sizes -- what do you want to do
about that?

You can design the form to open at a particular location, with respect
to the top left corner of the Access application's inside window, or you
can use DoCmd.MoveSize in the form's Open event to position the form
where you want. But do you want to prevent the user from moving and
repositioning the form?
 
Back
Top