In the BorderStyle property box, click Thin if you don't want the form to be sizable; otherwise, skip to the next step. If you select the Thin setting, you can move the pop-up form, but you can't size it.
Note To see an example of an event procedure that displays a modeless pop-up form, click the Build button next to the OnClick property box of the Review Products button on the Suppliers form in the Northwind sample application.
Attach the macro or event procedure to a form or report by specifying the macro name or event procedure as the setting for the appropriate event property. For example, type the name of the macro or event procedure in the OnClick property box of a command button.
Notes
To position a pop-up form on the screen, open the form in Design view, maximize the Microsoft Access window, position the form where you want it, and then save the form. The form will appear in this location when it's opened (assuming the AutoCenter property is set to No and you haven't specified its position in the event procedure that opens the pop-up form).
For information on other properties you might want to set for a pop-up form, click .