D
DS
Is there a way to position a form by using code?
Thanks
DS
Thanks
DS
Your right...except that when I go to the post they come up expired.Rick said:Yes. Do a search this is asked and answered often.
Is there a way to position a form by using code?
Thanks
DS
Thanks, I appreciate it!fredg said:In the form's Open event:
DoCmd.MoveSize 2*1440, 3*1440
will position the form 2 inches from the left edge of the window, and
3 inches from the top.
All measurments are in Twips, 1440 per inch.