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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top