I have a form with a command button which makes another form pop up:
Private Sub Command1_Click()
Form2.Show
End Sub
Form1 is four times the size of form2. How can I have it so that form2 appears exactly in the bottom right hand corner of form1 - it takes up exactly a quarter of its space?
Thanks for any help!
