Module 1 Flashcards
Creating a Database (33 cards)
Access
A database program you use to enter, organize, display, and retrieve related information.
Field
A single characteristic or attribute of a person, place, object, event, or idea.
table
A collection of fields that describes a person, place, object, event, or idea.
field value
The specific value, or content, of a field in a record.
record
A complete set of field values for a specific person, place, object, event, or idea.
database
A collection of related tables stored in the same file.
relational database
A collection of related tables stored in the same file.
record selector
In a datasheet, the small square at the beginning of a row (also called the row selector) that you click to select the entire row.
column selector
In a datasheet, the column heading (also called the field selector) that you click to select the entire column.
row selector
In a datasheet, the small square at the beginning of a row (also called the record selector) that you click to select the entire row.
pencil symbol
The symbol that appears in a row selector to indicate that the record is being edited.
star symbol
The symbol that appears in a row selector to indicate that the row is the next one available for a new record.
Current Record box
The box that appears at the bottom of a datasheet or form and that indicates the current record and total number of records displayed.
datasheet selector
A box in the upper-left corner of a datasheet that lets you select the entire datasheet.
navigation buttons
A set of buttons found at the bottom of a table datasheet or form that you use to move through the records in the table.
Layout view
The Access view in which you can make design changes to a form or report while it is displaying data so that you can immediately see the effects of changing the design.
Print Preview
The view of a report, form, or datasheet that shows you what the object will look like when printed.
All Access Objects
The default category in the Navigation Pane; it lists all the objects in the database grouped by type (tables, queries, forms, reports, and so on).
Compacting
A process that rearranges the data and objects in a database to decrease its file size, thereby making more space available and enhancing the performance of the database.
Backing up
Making a copy of a database file to protect your database against loss or damage.
Microsoft Access 2016
A database program you use to enter, organize, display, and retrieve related information.
common field
A field that appears in more than one table, allowing you to connect the records in the separate tables.
primary key
A field, or a collection of fields, whose values uniquely identify each record in a database table.
foreign key
A primary key field from one table that you include as a field in a second table to form a relationship between the two tables.