Have read a number of posts in here and tried lots of stf but I cant get MoveSize to do anything. I have a test db that I am using to learn. I have not set any properties on the form. Understand what a twip is and the format of the command, it's just that nothing happens. Here is one bit of code I tried in the forms OnOpen event. When I figure this out I want to have the ap run on the far right of a large display, sharing the screen with an ap that runs on the left side. But first, I need to know how to make this work at all. (Tried all kinds of different numbers in the arguments>)
Private Sub Form_Open(Cancel As Integer)
Forms!Form1.SetFocus
DoCmd.MoveSize 1440, 2400, , 2000
End Sub
Thanks
jpl
Private Sub Form_Open(Cancel As Integer)
Forms!Form1.SetFocus
DoCmd.MoveSize 1440, 2400, , 2000
End Sub
Thanks
jpl