| A | B |
| Database | A tool used to organize, store, retrieve, and communicate groups of related information. |
| Table | An arrangement of columns and rows that are used to group and organize the information within a database. |
| Entry | Data and formulas keyed in a field. |
| Field | One item of information in a record. Represented by a column. |
| Record | A group of related fields of information. Represented by a row. |
| Yes/No Data | A field type in toggle format that allows a user to select a yes or no value in a database cell. |
| Caption | A field property used for column naming that allows a more user-friendly and properly formatted field name than that stored in the database design. |
| Look-up Wizard | A data type that allows you to create a finite set of choices for that field's entry values. |
| Memo | A field type used for lengthy entries that allows combinations of text and numbers. |
| Input Mask | A template-like field property that regulates how data is entered in a cell. A format often applied to dates and times. |
| Decimal Places | A field property used to format numbers for one or more decimal points. |
| Currency | Data type used to format numbers as decimal values with a dollar sign. |
| Date | A field type used to arrange and sort data chronologically by date. |
| Time | A field type used to arrange and sort data chronologically by time. |
| Auto Number | Used to automatically assign a number to each record and to assist in preventing duplication of data. |
| Primary Key | Used to format each record in a database as a unique entity. |
| Editing & Printing | Procedures to add and delete records and fields, edit field names, rearrange fields in a database and print. |