| | Product Information Help and How-to Training Templates Support and Feedback Technical Resources Additional Resources | Warning: You are viewing this page with an unsupported Web browser. This Web site works best with Microsoft Internet Explorer 6.0 or later, Firefox 1.5, or Netscape Navigator 8.0 or later. Learn more about supported browsers.
There are three ways to create a form. Based on a single table or query by using AutoForm. AutoForm creates a form that displays all fields and records in the underlying table or query (query: A question about the data stored in your tables, or a request to perform an action on the data. A query can bring together data from multiple tables to serve as the source of data for a form, report, or data access page.). If the record source (record source: The underlying source of data for a form, report, or data access page. In an Access database, it could be a table, query, or SQL statement. In an Access project, it could be a table, view, SQL statement, or stored procedure.) you select has related tables or queries, the form will also include all the fields and records from those record sources. Based on one or more table or query with a wizard. The wizard asks you detailed questions about the record sources, fields, layout, and format you want and creates a form based on your answers. How?
- In the Database window (Database window: The window that appears when you open an Access database or an Access project. It displays shortcuts for creating new database objects and opening existing objects.), click Forms
under Objects.
- Click the New button on the Database window toolbar.
- In the New Form dialog box, click the wizard that you want to use. A description of the wizard appears in the left side of the dialog box.
If the wizard doesn't start
- Click the name of the table or other record source that includes the data you want to base your form on.
Note You don't need to do this step if you selected Form Wizard or PivotTable Wizard in step 3 — you can specify the record source for the form later.
- Click OK.
- Follow the instructions in the wizard.
If the resulting form doesn't look the way you want, you can change it in Design view (Design view: A window that shows the design of these database objects: tables, queries, forms, reports, macros, and data access pages. In Design view, you can create new database objects and modify the design of existing ones.), PivotTable view, or PivotChart view.
Notes
On your own in Design view. You create a basic form and customize it in Design view (Design view: A window that shows the design of these database objects: tables, queries, forms, reports, macros, and data access pages. In Design view, you can create new database objects and modify the design of existing ones.) to suit your requirements. How?
- In the Database window (Database window: The window that appears when you open an Access database or an Access project. It displays shortcuts for creating new database objects and opening existing objects.), click Forms
under Objects.
- Click the New button on the Database window toolbar.
- In the New Form dialog box, click Design View.
- Click the name of the table or other record source (record source: The underlying source of data for a form, report, or data access page. In an Access database, it could be a table, query, or SQL statement. In an Access project, it could be a table, view, SQL statement, or stored procedure.) that includes the data you want to base your form on. If the form won't contain data (for example, if you want to create a form to use as a switchboard to open other forms or reports, or if you want to create a custom dialog box), don't select anything from this list.
-
Click OK.
Microsoft Access displays the form in Design view (Design view: A window that shows the design of these database objects: tables, queries, forms, reports, macros, and data access pages. In Design view, you can create new database objects and modify the design of existing ones.).
Related Office Online discussionsRead related questions and answers from other Microsoft Office customers.
|