Title: Storing the same fact in more than one place
1Storing the same fact in more than one place
2.mdb
- What is the default file extension for Access
database files?
3In one file
- Where does Access store all of its data (tables,
reports, etc.) for a database?
4A set of fields
5The field that makes a record unique
6A set of records
7Sorting
- What is physically rearranging the records in a
database?
8Displays a subset of records from a table
according to specified criteria
9Provides a friendlier interface through which to
add, edit, and delete records
10Recommended field type for phone numbers and zip
codes
1164 Characters
- What is the maximum length of a field name?
1250 Characters
- What is the default field size for text fields?
13The three types of controls on a form
- What are Bound, Unbound, and Calculated controls?
14Has a field as its data source
15Has no data source used to display titles,
labels, lines, graphics
- What is an unbound control?
16Has a mathematical formula or function as its
data source
- What is a calculated control?
17Characteristic of an object that determines how
the object looks and behaves
18Appears at bottom of every page in a report
19Has three arguments a condition, the result when
the condition is true, and the result when the
condition is false
- What is the IIF function?
20Displays the results of a query(Dynamic Subset)
21The most common type of query
22The Select Query window(also called the Query
Design window)
- When you create a Select Query, what window
appears?
23The Design Grid
- What is the name of the lower pane in the Select
Query window?
24No! You may not use dollar signs or commas in
criteria for currency fields
- Are commas and dollar signs allowed in currency
criteria?
25An action query
- What type of query enables you to update the
database by changing multiple records is a single
operation?
26update queryappend querydelete querymake-table
query
- What are the four types of action queries?
27Requires that tables in a database be consistent
with one another
- What is Referential Integrity?
28Imports or links data from Excel into an Access
database
- What is the Get External Data command?
29Uses aggregate functions to perform operations on
groups of records
30Sum, count, average, maximum, minimum, first,
and last
- What are some aggregate functions available for a
totals query?
31Changes the way a field is displayed, but does
not affect the stored value
- What is the Format property?
32Rejects any record that does not have a value for
the field
- What is the Required property?
33Rejects any record in which data does not conform
to specified rules for data entry
- What is Validation Rule property?
34Facilitates data entry by displaying literal
characters such as hyphens in a Social Security
Number
- What is the Input Mask property?
35Automatically enters a designated value for the
field in each new record
- What is the Default Value property?