Create a command button that prints or mails a report
- Open a form in Design view.
- Click the Control Wizards tool in the toolbox if it's not already pressed in.
- In the toolbox, click the Command Button tool .
- On the form, click where you want to place the command button.
- In the first wizard dialog box, click Report Operations in the Categories box, and then, in the Actions box, click the type of button that you want to create.
- Follow the directions in the wizard dialog boxes. In the last dialog box, click Finish to display the command button in Design view.
If you want to see the event procedure that makes the button work, click the Build button in the OnClick property for the command button.