A | B |
Action Query | Changes the data in its data source or creates a new table. |
Aggregate Fields | Fields that uses an aggregate function to calculate data. |
Aggregate Function | Performs a calculation on a set of values and then returns a single value. |
Append Query | An action query that adds the records in a query’s result set to the end of an existing table. |
Blank Forms | Category in the Application Parts gallery that contains a collection of 10 form parts that allows you to add predefined forms to a database. |
Calculated Field | A column in a query that results from an expression. |
Cross Join | A join in which each row from one table is combined with each row from another table. |
Crosstab Query | A query that calculates a sum, average, count, or other type of total on records and then groups the results by two types of information, one down the left side of the datasheet and the other across the top. |
Delete Query | An action query that removes rows matching the criteria that you specify from one or more tables. |
Group | A collection of records separated visually and displayed with its introductory or summary information. |
Group Footer | The section of a report where data in the group is summarized. |
Group Header | The section of a report where the name of a grouped field is displayed and printed. |
Grouping Fields | A field by which data is grouped. |
Grouping Intervals | The way that records are grouped together. |
Grouping Levels | The nested arrangement of the groups in a report. |
Hierarchical Form | A form/subform combination, also called a master/detail form or a parent/child form. |
Inner Join | Most common type of join; includes rows in the query only when the joined field matches records in both tables. |
Join | A relationship between identical fields in different tables. |
Label Wizard | A wizard that asks questions about the labels you want to create and the data you want to display on them, which then creates the labels based on the answers. |
Left Outer Join | A join that includes all of the rows from the first table in the query and only those records from the second table that match the join field in the first table. |
Main Form | Primary form in a form/subform combination. |
Make Table Query | An action query that creates a new table and then creates records in it by copying records from an existing table. |
Multiple Items Tool | A tool that creates a customizable form that displays multiple records. |
Navigation Form | A form that includes a set of navigation tabs that you can click to display forms and reports. |
Outer Join | A join that includes all of the rows from one table and only those rows from the other table that match the join field in the first table. |
Print Preview | A feature that displays a report as it will look when printed. |