I have a form with a command button which makes another form pop up:
Private Sub Command1_Click()
Form2.Show
End Sub
Does anyone know the code I can use so that form2 will be aligned with the bottom right hand corner of form1? ie: Form2 will appear on top of form1, with the bottom right corner coordinates exactly on top of that of form1?
Thanks for any help!
