Deck 5: Data Validation and Data Analysis: Reducing Errors and Extracting Better Information

Full screen (f)
exit full mode
Question
The ________ creates a menu of finite values by asking you questions and using your answers to create the options list.

A) Lookup Wizard
B) Input Mask Wizard
C) validation rule
D) default value
Use Space or
up arrow
down arrow
to flip the card.
Question
Which data validation method forces data entry in a field?

A) Required
B) Default value
C) Data macro
D) Validation rule
Question
A(n) ________ helps to reduce editing time when there is a common value in a field.

A) default value
B) validation rule
C) input mask
D) data macro
Question
Which data validation method enables you to execute programming tasks whenever data in a table is changed?

A) Data macro
B) Validation rule
C) Input mask
D) Default value
Question
________ is the first method for controlling data input in a field of a table.

A) Selecting an appropriate data type
B) Creating an appropriate default value
C) Creating an appropriate validation rule
D) Creating a data macro
Question
A(n) ________ sets the property of a field to force data entry.

A) required
B) input mask
C) default value
D) data macro
Question
A ________ rule limits the type of data a user can enter into a field.

A) validation
B) lookup
C) default
D) macro
Question
When you use the ________ operator, each criterion must be true for the compound criterion to be true.

A) Like
B) Between
C) And
D) Not
Question
A(n) ________ forces users to conform to a specific data entry format for a given field.

A) input mask
B) validation rule
C) validation text
D) default value
Question
When creating a parameter query, the text phrase should be enclosed in which of the following?

A) Brackets [ ]
B) Parenthesis ( )
C) Quotation marks " "
D) Apostrophe '
Question
A field with a number of repeated values may be better suited as what kind of field?

A) Lookup field
B) Validation text field
C) Input mask
D) Data macro
Question
A(n) ________ accepts two or more options in a lookup field.

A) multiple-value field
B) input mask
C) lookup list
D) required
Question
The data validation method that causes fields to be limited to predefined list of values is a:

A) lookup list.
B) default value.
C) data macro.
D) validation text.
Question
Which data validation method provides an error message when a validation rule has been broken?

A) Validation text
B) Required field
C) Input mask
D) Default value
Question
A field that cannot be left blank when you create a new record is a:

A) required field.
B) default value.
C) validation rule.
D) data macro.
Question
A(n) ________ is a set of constraints or rules that help control how data is entered into a field.

A) Data validation
B) Input mask
C) Lookup list
D) Default value
Question
Which data validation method forces users to conform to a specific data-entry format for a given field?

A) Input mask
B) Validation text
C) Default value
D) Data macro
Question
What data validation method is designed to restrict the data values entered into a field?

A) Validation rule
B) Validation text
C) Input mask
D) Lookup list
Question
Which of the following enables you to create mathematical functions in Access?

A) Expression builder
B) Excel builder
C) Precision builder
D) Macro builder
Question
Which data validation property specifies a value that is automatically entered into a field?

A) Default value
B) Validation rule
C) Input mask
D) Required
Question
An Access function that examines a date and returns a portion of the date is:

A) DatePart function.
B) Date formatting.
C) <>.
D) <>.
Question
________ affects the display of the date without affecting the underlying value.

A) Formatting
B) Rounding
C) Ruling
D) Nesting
Question
Which of the following forces you to enter the phone number in a consistent manner in the database table?

A) Input mask
B) Default value
C) Lookup list
D) Validation rule
Question
Assuming a hire date of 7/31/2016, which of the following would be the correct DatePart Function for the correct day of the week?

A) DatePart("w",[HireDate])
B) DatePart("ww",([HireDate])
C) DatePart("y",[HireDate])
D) DatePart("m",(HireDate])
Question
Which fields in a table are required fields by definition?

A) A field with a primary key
B) A field with a default value
C) A field with a lookup List
D) A field with an input mask
Question
When two functions are not sufficient to evaluate an expression, you may need to use a(n):

A) Nested function.
B) IsNull function.
C) Round function.
D) Parameter query.
Question
________ function checks to see if a field does not contain a value.

A) IsNull
B) IsNotNull
C) IIF
D) Math
Question
The ________ function evaluates an expression and displays one value when the expression is true and another when the expression is false.

A) IIF
B) Math
C) IsNull
D) DatePart
Question
A lookup list accepts multiple values in a single field.
Question
Validation rules prevent invalid data from being entered into a field.
Question
A required field can be left blank when entering a record.
Question
________ is the correct syntax for the Round function.

A) Round(expression, precision)
B) Round(expression)
C) Round(expression, truepart, falsepart)
D) Round(expression, interval)
Question
An input mask forces users to conform to a specific data-entry format for a given field.
Question
________ is similar to a validation rule except the logic is more complex and the actions taken are more powerful when table data is changed.

A) Data macro
B) Validation text
C) Required text
D) Input mask
Question
Validation rules limit the type or range of data a user can enter into a field.
Question
A required field indicates that a value for the field must be entered.
Question
________ functions refers to using one formula within another one.

A) Nesting
B) IIF
C) IsNull
D) Math
Question
Assuming a hire date of February 15, 2017, which of the following date part functions would return the number of days since the beginning of the current year?

A) DatePart("yyyy",[HireDate])
B) DatePart("y",[HireDate])
C) DatePart ("q",{HireDate])
D) DarePart("w",[HireDate])
Question
Which of the following function checks to see if a field has no value?

A) IsNull
B) Sum
C) Average
D) IsNotNull
Question
A(n) ________ performs calculations on an entire column of data and returns a single value.

A) Aggregate function
B) data macro
C) Expression Builder
D) Round function
Question
A Multivalued Lookup field accepts numerous options instead of just one field choice.
Question
Validation text restricts the data value that can be entered into a field.
Question
If you want to see records with a field within a certain date range, you could use the Between operator.
Question
An input mask can be used when there is a common value in many records.
Question
When using an input mask, data is still not necessarily consistent.
Question
When using an input mask, parentheses and hyphens are automatically stored with the data.
Question
For phone numbers, the input mask helps ensure consistency in data entry.
Question
A required field is one that cannot be left blank when you create a new record.
Question
If you add a validation rule to a table with existing records, some data in those records may violate the rule.
Question
When you violate a validation rule, Access allows you to continue entering the record.
Question
Like any other field, a calculated field using DatePart can have criteria applied to it.
Question
When using the Lookup Wizard to create a lookup field, Access creates a hidden relationship between two tables-the table that contains the lookup field and the table that holds the options.
Question
The default Required setting for all fields except the primary key field is Yes.
Question
By creating an input mask you can further restrict the data being input into a field by specifying the exact format of the data entry.
Question
To ensure the integrity of records in a table, you should set the required property to Yes for critical fields.
Question
The user provides the criterion at run time when using a lookup list.
Question
You can use Date() in the default value property to insert the current date when a new record is added.
Question
When creating a lookup field, it is important to only allow options from the lookup table.
Question
The options for a lookup field can be stored in a separate table.
Question
A lookup field can be used when there is repetitive data in a field.
Question
When building a table, you can set up a(n) ________ to restrict the data values that the user can enter into a field.
Question
Match the following terms with their meanings:
I. Round function
II. IsNull function
III. IIF function
IV. Nesting functions
A. using one function within another function
B. returns a number rounded to a specific number of decimal places
C. checks whether a field has no value
D. evaluates an expression and displays one value when the expression is true and another value if the expression is false
Question
The Date function calculates the current date.
Question
A query where the user provides the criterion at run time is called a(n) ________ query.
Question
Match the following terms with their meanings:
I. data validation
II. validation rule
III. input mask
IV. lookup field
A. enables you to restrict the data being input into a field by specifying the exact format of the data entry
B. restricts the data values that can be entered into a field
C. provides the user with a finite list of values to choose from in a menu
D. a set of constraints or rules that help control how data is entered into a field
Question
If you run a query and a dialog box appears asking you to enter data, it is a ________.
Question
[Enter city] on the criteria line of a query is an example of the criteria in a parameter query.
Question
Reports can be created based on the results of a parameter query.
Question
Instead of modifying the query grid each time a new criteria is needed, a parameter query can be created to enter the criteria.
Question
When there is more than one parameter in a query, Access asks for the information starting from the left and moving to the right.
Question
When a report has been created and used in Access, it can be formatted and laid out differently than the original design.
Question
If a field in a table has a ________ a drop down menu will appear in the field.
Question
The Date function is commonly used as a default value for a date field.
Question
Match the following terms with their meanings:
I. Date arithmetic
II. Date formatting
III. Date function
IV. DatePart function
A. affects the date's display without changing the actual underlying value in the table
B. an Access function that examines a date and returns a portion of the date
C. used to create expressions to calculate lapsed time
D. calculates the current date
Question
The ________ function returns a number rounded to a specific number of decimal places.
Question
A parameter query prompt is enclosed in parentheses.
Question
A parameter query is similar to creating most other query types.
Question
________ enable you to execute programming tasks whenever data in a table is changed.
Question
In Access, there are several ________ methods to help minimize data entry errors into tables and forms.
Question
In the criteria of a query, Access encloses date fields with & symbols.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/118
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 5: Data Validation and Data Analysis: Reducing Errors and Extracting Better Information
1
The ________ creates a menu of finite values by asking you questions and using your answers to create the options list.

A) Lookup Wizard
B) Input Mask Wizard
C) validation rule
D) default value
A
2
Which data validation method forces data entry in a field?

A) Required
B) Default value
C) Data macro
D) Validation rule
A
3
A(n) ________ helps to reduce editing time when there is a common value in a field.

A) default value
B) validation rule
C) input mask
D) data macro
A
4
Which data validation method enables you to execute programming tasks whenever data in a table is changed?

A) Data macro
B) Validation rule
C) Input mask
D) Default value
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
5
________ is the first method for controlling data input in a field of a table.

A) Selecting an appropriate data type
B) Creating an appropriate default value
C) Creating an appropriate validation rule
D) Creating a data macro
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
6
A(n) ________ sets the property of a field to force data entry.

A) required
B) input mask
C) default value
D) data macro
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
7
A ________ rule limits the type of data a user can enter into a field.

A) validation
B) lookup
C) default
D) macro
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
8
When you use the ________ operator, each criterion must be true for the compound criterion to be true.

A) Like
B) Between
C) And
D) Not
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
9
A(n) ________ forces users to conform to a specific data entry format for a given field.

A) input mask
B) validation rule
C) validation text
D) default value
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
10
When creating a parameter query, the text phrase should be enclosed in which of the following?

A) Brackets [ ]
B) Parenthesis ( )
C) Quotation marks " "
D) Apostrophe '
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
11
A field with a number of repeated values may be better suited as what kind of field?

A) Lookup field
B) Validation text field
C) Input mask
D) Data macro
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
12
A(n) ________ accepts two or more options in a lookup field.

A) multiple-value field
B) input mask
C) lookup list
D) required
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
13
The data validation method that causes fields to be limited to predefined list of values is a:

A) lookup list.
B) default value.
C) data macro.
D) validation text.
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
14
Which data validation method provides an error message when a validation rule has been broken?

A) Validation text
B) Required field
C) Input mask
D) Default value
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
15
A field that cannot be left blank when you create a new record is a:

A) required field.
B) default value.
C) validation rule.
D) data macro.
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
16
A(n) ________ is a set of constraints or rules that help control how data is entered into a field.

A) Data validation
B) Input mask
C) Lookup list
D) Default value
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
17
Which data validation method forces users to conform to a specific data-entry format for a given field?

A) Input mask
B) Validation text
C) Default value
D) Data macro
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
18
What data validation method is designed to restrict the data values entered into a field?

A) Validation rule
B) Validation text
C) Input mask
D) Lookup list
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
19
Which of the following enables you to create mathematical functions in Access?

A) Expression builder
B) Excel builder
C) Precision builder
D) Macro builder
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
20
Which data validation property specifies a value that is automatically entered into a field?

A) Default value
B) Validation rule
C) Input mask
D) Required
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
21
An Access function that examines a date and returns a portion of the date is:

A) DatePart function.
B) Date formatting.
C) <>.
D) <>.
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
22
________ affects the display of the date without affecting the underlying value.

A) Formatting
B) Rounding
C) Ruling
D) Nesting
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
23
Which of the following forces you to enter the phone number in a consistent manner in the database table?

A) Input mask
B) Default value
C) Lookup list
D) Validation rule
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
24
Assuming a hire date of 7/31/2016, which of the following would be the correct DatePart Function for the correct day of the week?

A) DatePart("w",[HireDate])
B) DatePart("ww",([HireDate])
C) DatePart("y",[HireDate])
D) DatePart("m",(HireDate])
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
25
Which fields in a table are required fields by definition?

A) A field with a primary key
B) A field with a default value
C) A field with a lookup List
D) A field with an input mask
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
26
When two functions are not sufficient to evaluate an expression, you may need to use a(n):

A) Nested function.
B) IsNull function.
C) Round function.
D) Parameter query.
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
27
________ function checks to see if a field does not contain a value.

A) IsNull
B) IsNotNull
C) IIF
D) Math
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
28
The ________ function evaluates an expression and displays one value when the expression is true and another when the expression is false.

A) IIF
B) Math
C) IsNull
D) DatePart
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
29
A lookup list accepts multiple values in a single field.
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
30
Validation rules prevent invalid data from being entered into a field.
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
31
A required field can be left blank when entering a record.
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
32
________ is the correct syntax for the Round function.

A) Round(expression, precision)
B) Round(expression)
C) Round(expression, truepart, falsepart)
D) Round(expression, interval)
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
33
An input mask forces users to conform to a specific data-entry format for a given field.
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
34
________ is similar to a validation rule except the logic is more complex and the actions taken are more powerful when table data is changed.

A) Data macro
B) Validation text
C) Required text
D) Input mask
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
35
Validation rules limit the type or range of data a user can enter into a field.
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
36
A required field indicates that a value for the field must be entered.
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
37
________ functions refers to using one formula within another one.

A) Nesting
B) IIF
C) IsNull
D) Math
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
38
Assuming a hire date of February 15, 2017, which of the following date part functions would return the number of days since the beginning of the current year?

A) DatePart("yyyy",[HireDate])
B) DatePart("y",[HireDate])
C) DatePart ("q",{HireDate])
D) DarePart("w",[HireDate])
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
39
Which of the following function checks to see if a field has no value?

A) IsNull
B) Sum
C) Average
D) IsNotNull
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
40
A(n) ________ performs calculations on an entire column of data and returns a single value.

A) Aggregate function
B) data macro
C) Expression Builder
D) Round function
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
41
A Multivalued Lookup field accepts numerous options instead of just one field choice.
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
42
Validation text restricts the data value that can be entered into a field.
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
43
If you want to see records with a field within a certain date range, you could use the Between operator.
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
44
An input mask can be used when there is a common value in many records.
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
45
When using an input mask, data is still not necessarily consistent.
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
46
When using an input mask, parentheses and hyphens are automatically stored with the data.
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
47
For phone numbers, the input mask helps ensure consistency in data entry.
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
48
A required field is one that cannot be left blank when you create a new record.
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
49
If you add a validation rule to a table with existing records, some data in those records may violate the rule.
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
50
When you violate a validation rule, Access allows you to continue entering the record.
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
51
Like any other field, a calculated field using DatePart can have criteria applied to it.
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
52
When using the Lookup Wizard to create a lookup field, Access creates a hidden relationship between two tables-the table that contains the lookup field and the table that holds the options.
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
53
The default Required setting for all fields except the primary key field is Yes.
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
54
By creating an input mask you can further restrict the data being input into a field by specifying the exact format of the data entry.
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
55
To ensure the integrity of records in a table, you should set the required property to Yes for critical fields.
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
56
The user provides the criterion at run time when using a lookup list.
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
57
You can use Date() in the default value property to insert the current date when a new record is added.
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
58
When creating a lookup field, it is important to only allow options from the lookup table.
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
59
The options for a lookup field can be stored in a separate table.
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
60
A lookup field can be used when there is repetitive data in a field.
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
61
When building a table, you can set up a(n) ________ to restrict the data values that the user can enter into a field.
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
62
Match the following terms with their meanings:
I. Round function
II. IsNull function
III. IIF function
IV. Nesting functions
A. using one function within another function
B. returns a number rounded to a specific number of decimal places
C. checks whether a field has no value
D. evaluates an expression and displays one value when the expression is true and another value if the expression is false
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
63
The Date function calculates the current date.
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
64
A query where the user provides the criterion at run time is called a(n) ________ query.
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
65
Match the following terms with their meanings:
I. data validation
II. validation rule
III. input mask
IV. lookup field
A. enables you to restrict the data being input into a field by specifying the exact format of the data entry
B. restricts the data values that can be entered into a field
C. provides the user with a finite list of values to choose from in a menu
D. a set of constraints or rules that help control how data is entered into a field
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
66
If you run a query and a dialog box appears asking you to enter data, it is a ________.
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
67
[Enter city] on the criteria line of a query is an example of the criteria in a parameter query.
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
68
Reports can be created based on the results of a parameter query.
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
69
Instead of modifying the query grid each time a new criteria is needed, a parameter query can be created to enter the criteria.
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
70
When there is more than one parameter in a query, Access asks for the information starting from the left and moving to the right.
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
71
When a report has been created and used in Access, it can be formatted and laid out differently than the original design.
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
72
If a field in a table has a ________ a drop down menu will appear in the field.
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
73
The Date function is commonly used as a default value for a date field.
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
74
Match the following terms with their meanings:
I. Date arithmetic
II. Date formatting
III. Date function
IV. DatePart function
A. affects the date's display without changing the actual underlying value in the table
B. an Access function that examines a date and returns a portion of the date
C. used to create expressions to calculate lapsed time
D. calculates the current date
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
75
The ________ function returns a number rounded to a specific number of decimal places.
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
76
A parameter query prompt is enclosed in parentheses.
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
77
A parameter query is similar to creating most other query types.
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
78
________ enable you to execute programming tasks whenever data in a table is changed.
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
79
In Access, there are several ________ methods to help minimize data entry errors into tables and forms.
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
80
In the criteria of a query, Access encloses date fields with & symbols.
Unlock Deck
Unlock for access to all 118 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 118 flashcards in this deck.