D Doug_E_FL May 14, 2009 #1 I want to open a form and locate it based on the location of a certain control on the active form! Anyone know how to do this?
I want to open a form and locate it based on the location of a certain control on the active form! Anyone know how to do this?
S Stuart McCall May 14, 2009 #2 Doug_E_FL said: I want to open a form and locate it based on the location of a certain control on the active form! Anyone know how to do this? Click to expand... Not a trivial task, due to the way Access forms are constructed. However you can try my OpenUnder code, which is designed to open a form directly under a control. The code is here: http://www.smccall.demon.co.uk/Forms.htm#OpenUnder Post back if you need help.
Doug_E_FL said: I want to open a form and locate it based on the location of a certain control on the active form! Anyone know how to do this? Click to expand... Not a trivial task, due to the way Access forms are constructed. However you can try my OpenUnder code, which is designed to open a form directly under a control. The code is here: http://www.smccall.demon.co.uk/Forms.htm#OpenUnder Post back if you need help.