How to Create Forms in Microsoft Access on Windows 11
Posted on 16th June 2023
Introduction
Microsoft Access is a database management system (DBMS) from Microsoft that combines the relational Microsoft Jet Database Engine with a graphical user interface and software-development tools. It is a member of the Microsoft Office suite of applications, included in the Professional and higher editions or sold separately.
Access stores data in its own format based on the Access Jet Database Engine. It can also import or link directly to data stored in other applications and databases. Software developers and data architects use Microsoft Access to develop application software.
Creating Forms in Access
Forms in Access are used to enter, edit, or display data from a table or query. You can use the Form Wizard to create a form based on all or part of a table or query. You can also create a form from scratch.
Creating a Form with the Form Wizard
To create a form with the Form Wizard:
- On the Database Tools tab, in the Forms group, click Form Wizard.
- In the Tables/Queries drop-down list, click the table or query that contains the data you want to use in your form.
- In the Available Fields list, double-click each field that you want to add to the form, or click the field, and then click the > button.
- Click Next.
- In the Form Type area, click the type of form layout that you want to use, and then click Next.
- In the Format area, click the format that you want to use, and then click Next.
- In the Style area, click the style that you want to use, and then click Next.
- In the Font area, click the font that you want to use, and then click Next.
- In the Layout area, click the layout that you want to use, and then click Next.
- In the Navigation area, click the method that you want to use to navigate the records in your form, and then click Finish.
Creating a Form from Scratch
To create a form from scratch:
- On the Database Tools tab, in the Forms group, click Form.
- In the New Form dialog box, click Blank Form.
- Click Design View.
- On the Design tab, in the Controls group, click the button or control that you want to add to the form.
- Click the form, and then drag to the size that you want.
- To add a label, on the Design tab, in the Controls group, click Label.
- Click the form, and then drag to create the label.
- Type the text that you want to display in the label.
- To add a text box, on the Design tab, in the Controls group, click Text Box.
- Click the form, and then drag to create the text box.
- In the Control Source property box, type the field name that you want to display in the text box. The field name must be enclosed in square brackets ([ ]).
- To add a command button, on the Design tab, in the Controls group, click Command Button.
- Click the form, and then drag to create the command button.
- In the Control Source property box, type the text that you want to display on the button.
- To add an image, on the Design tab, in the Controls group, click Image.
- Click the form, and then drag to create the image.
- In the Control Source property box, type the path and file name of the image that you want to display, or click the builder button (…) to select the image.
- To add a list box, on the Design tab, in the Controls group, click List Box.
- Click the form, and then drag to create the list box.
- In the Control Source property box, type the field name that you want to display in the list box. The field name must be enclosed in square brackets ([ ]).
- To add a combo box, on the Design tab, in the Controls group, click Combo Box.
- Click the form, and then drag to create the combo box.
- In the Control Source property box, type the field name that you want to display in the combo box. The field name must be enclosed in square brackets ([ ]).
- To add an option button, on the Design tab, in the Controls group, click Option Button.
- Click the form, and then drag to create the option button.
- In the Control Source property box, type the value that you want to display in the option button. The value must be enclosed in square brackets ([ ]).
- To add a check box, on the Design tab, in the Controls group, click Check Box.
- Click the form, and then drag to create the check box.
- In the Control Source property box, type the value that you want to display in the check box. The value must be enclosed in square brackets ([ ]).
- To add an option group, on the Design tab, in the Controls group, click Option Group.
- Click the form, and then drag to create the option group.
- In the Control Source property box, type the field name that you want to display in the option group. The field name must be enclosed in square brackets ([ ]).
- To add a bound object frame, on the Design tab, in the Controls group, click Bound Object Frame.
- Click the form, and then drag to create the object frame.
- In the Control Source property box, type the field name that you want to display in the object frame. The field name must be enclosed in square brackets ([ ]).
- To add an unbound object frame, on the Design tab, in the Controls group, click Unbound Object Frame.
- Click the form, and then drag to create the object frame.
- In the Control Source property box, type the path and file name of the object that you want to display, or click the builder button (…) to select the object.
- To add an ActiveX control, on the Design tab, in the Controls group, click ActiveX Control.
- Click the form, and then drag to create the control.
- In the Control Source property box, type the path and file name of the control that you want to display, or click the builder button (…) to select the control.
Conclusion
In this article, we have shown you how to create forms in Microsoft Access on Windows 11.