positioning a form

  • Thread starter Thread starter Keith G Hicks
  • Start date Start date
K

Keith G Hicks

I need to position a modal form so that its top is at the same top position
of another form that it's opened from (regardless of where the calling from
is positioned when the other form is opened). "My2ndForm.Top =
CallingForm.Top" obviously doesn't work. How can I do this?

Thanks,

Keith
 
Never mind. I figured it out.

Me.Move Forms!frmCallingForm.WindowLeft, Forms!frmCallingForm.WindowTop


I need to position a modal form so that its top is at the same top position
of another form that it's opened from (regardless of where the calling from
is positioned when the other form is opened). "My2ndForm.Top =
CallingForm.Top" obviously doesn't work. How can I do this?

Thanks,

Keith
 
Back
Top