I have a calendar pop up form which I am using in 3 or 4 different forms for date selection. It is a single form which is called up by a button and makes use of global variables. Short of creating a different popup form for each main form where it is used, is there a way for having this popup form appear in different places (coordinates) in the different forms in which it is used. The form controls that the calendar works with are in different places (upper right, center, lower left, etc) in the different forms and I'd like the calendar to appear just to the right of each of those controls. One solution might be to have its location specified in relation to its call up button (which would be on the main form) if that's possible. Then it would alwys be where I'd like it to be. Thanks in advance for any help!