Module 3 Flashcards
Maintaining and Querying a Database (35 cards)
Updating
To add, change, and delete records in database tables to keep them current and accurate.
maintaining
To add, change, and delete records in database tables to keep them current and accurate.
F2 key
The function key you press to switch between navigation mode and editing mode in a datasheet.
navigation mode
The mode in which Access selects an entire field value, and your typed entry replaces the highlighted field value.
editing mode
The mode in which you can insert or delete characters in a field value based on the location of the insertion point.
Hide Fields
In Datasheet view, the command that allows you to remove the display of one or more fields.
Unhide Fields
In Datasheet view, the command that allows you to redisplay any hidden fields.
recordset
The set of records that results from running a query.
Find command
A command you use to search for data in a form or a table or query datasheet so that you can locate a specific field value or part of a field value.
expand indicator
In a datasheet, the plus sign that lets you display the related records in the subdatasheet.
And logical operator
The logical operator you use in a query when you want a record selected only if two or more conditions are met.
subdatasheet
A datasheet that displays the records related to the current record.
Or logical operator
The logical operator you use in a query when you want a record selected if at least one of the specified conditions is met.
Filter By Form
A filtering technique that changes a datasheet or form to display blank fields, allowing you to select a value from a list in any blank field to apply a filter that selects only those records containing that value.
Filter By Selection
A filtering technique that lets you select all or part of a field value in a datasheet or form, and then display only those records that contain the selected value in the field.
logical operators
In a query, an operator that allows you to combine two or more conditions.
theme
A predefined set of formats including colors, fonts, and other effects that enhance a database object’s appearance and usability.
Zoom box
A dialog box you can use to enter text, expressions, or other values.
expression
A statement containing a combination of database fields, constants, and operators that you define in a query to perform a calculation.
calculated field
A field that you create with an expression that displays the results of the expression in a datasheet, form, or report, but does not exist as a field in the database.
Aggregate functions
A function that performs an arithmetic operation on selected records in a database.
Expression Builder
An Access tool that makes it easy to create an expression by providing boxes for entering the expression, options for displaying and selecting common operators, and one or more lists of expression elements, such as table and field names.
Group By operator
In a query, an operator that divides the selected records into groups based on the values in the specified field.
Object Type
The default category in the Navigation Pane; it arranges objects by type (tables, queries, forms, reports, and so on).