I have a form on which there is a command button to open a second form. I want the second form to open just underneath the first form. I thought I had it figured out using the MoveSize method, but it turns out that the second form won't be positioned properly when the resolution of the user's monitor isn't exactly the same as mine. So the form needs to be positioned relative to the first form rather than relative to the Access window (which is what MoveSize does). I found an example of positioning a form relative to another form here: http://www.access-programmers.co.uk/forums/showthread.php?t=18072&highlight=position+form However, this example positions the subsequent forms in a cascading manner (just down and to the right of the calling form). I don't know anything about API calls, so I don't know how to modify the example to make it do what I need.
So does anyone know how to position a second form at the bottom of its calling form?
So does anyone know how to position a second form at the bottom of its calling form?