Link to home
Start Free TrialLog in
Avatar of Joanne Bailey
Joanne BaileyFlag for Canada

asked on

set an Access 2010 Form to open in a specific location

Hello experts,
I would like an Access 2010 form to always open in a specific location on the screen. How do I accomplish this?
Avatar of Dale Fye
Dale Fye
Flag of United States of America image

Consult the help on the "move" method of the form.
Avatar of Joanne Bailey

ASKER

On Load? On Current? On Open?
ASKER CERTIFIED SOLUTION
Avatar of Dale Fye
Dale Fye
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Not that some techniques to do this will place the form on the screen based on the users monitor resolution...
So the form may not appear in the *exact* same location on each users computer, ...but may remain in the same "relative" position...
You could also store it in a table: tbl_User_Form_Pref:

UserID
FormName
FormLeft
FormTop
FormWidth
FormHeight

I rarely see a need for this level of detail, but I do use a similar technique with datasheets, because everyone likes to see their datasheets formatted a little differently.