Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Form Move 1

Status
Not open for further replies.

fileman1

Technical User
Feb 7, 2013
152
0
0
GB
I am trying to position and size a popup form, following someone else example which they said worked.

I know my settings are inches.

I have tried this, but the form is down the screen and away from the left edge. I am using

Code:
Private Sub Form_Open(Cancel As Integer)
Form.Move Left:=0, Top:=0, Width:=44000, Height:=16000
End Sub
 
What about the DoCmd.MoveSize method instead ?

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
Thank you PHV, yes that works fine. Regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top