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

Full screen (f)
exit full mode
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
Use Space or
up arrow
down arrow
to flip the card.
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
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
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)________ 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
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
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
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
________ 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)________ 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
A ________ rule limits the type of data a user can enter into a field.

A) validation
B) lookup
C) default
D) 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
Which data validation method forces data entry in a field?

A) Required
B) Default value
C) Data macro
D) Validation rule
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
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
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
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 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
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
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
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
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
________ function checks to see if a field does not contain a value.

A) IsNull
B) IsNotNull
C) IIF
D) Math
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
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
Validation rules limit the type or range of data a user can enter into a field.
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
An Access function that examines a date and returns a portion of the date is:

A) DatePart function.
B) Date formatting.
C) <>.
D) <>.
Question
A required field indicates that a value for the field must be entered.
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
An input mask forces users to conform to a specific data-entry format for a given field.
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
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
A required field can be left blank when entering a record.
Question
Validation rules prevent invalid data from being entered into a 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
A lookup list accepts multiple values in a single field.
Question
________ affects the display of the date without affecting the underlying value.

A) Formatting
B) Rounding
C) Ruling
D) Nesting
Question
________ functions refers to using one formula within another one.

A) Nesting
B) IIF
C) IsNull
D) Math
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
If you add a validation rule to a table with existing records,some data in those records may violate the rule.
Question
When using an input mask,parentheses and hyphens are automatically stored with the data.
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
When you violate a validation rule,Access allows you to continue entering the record.
Question
A lookup field can be used when there is repetitive data in a field.
Question
A Multivalued Lookup field accepts numerous options instead of just one field choice.
Question
When using an input mask,data is still not necessarily consistent.
Question
The default Required setting for all fields except the primary key field is Yes.
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
The options for a lookup field can be stored in a separate table.
Question
The user provides the criterion at run time when using a lookup list.
Question
Like any other field,a calculated field using DatePart can have criteria applied to it.
Question
When creating a lookup field,it is important to only allow options from the lookup table.
Question
An input mask can be used when there is a common value in many records.
Question
If you want to see records with a field within a certain date range,you could use the Between operator.
Question
Validation text restricts the data value that can be entered into a field.
Question
You can use Date()in the default value property to insert the current date when a new record is added.
Question
To ensure the integrity of records in a table,you should set the required property to Yes for critical fields.
Question
A parameter query prompt is enclosed in parentheses.
Question
A query where the user provides the criterion at run time is called a(n)________ query.
Question
If you run a query and a dialog box appears asking you to enter data,it is a ________.
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
Match between columns
Date function
used to create expressions to calculate lapsed time
Date function
affects the date's display without changing the actual underlying value in the table
Date function
calculates the current date
Date function
an Access function that examines a date and returns a portion of the date
DatePart function
used to create expressions to calculate lapsed time
DatePart function
affects the date's display without changing the actual underlying value in the table
DatePart function
calculates the current date
DatePart function
an Access function that examines a date and returns a portion of the date
Date arithmetic
used to create expressions to calculate lapsed time
Date arithmetic
affects the date's display without changing the actual underlying value in the table
Date arithmetic
calculates the current date
Date arithmetic
an Access function that examines a date and returns a portion of the date
Date formatting
used to create expressions to calculate lapsed time
Date formatting
affects the date's display without changing the actual underlying value in the table
Date formatting
calculates the current date
Date formatting
an Access function that examines a date and returns a portion of the date
Question
Reports can be created based on the results of a parameter query.
Question
A parameter query is similar to creating most other query types.
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
[Enter city] on the criteria line of a query is an example of the criteria in a parameter query.
Question
The ________ function returns a number rounded to a specific number of decimal places.
Question
Match between columns
Round function
returns a number rounded to a specific number of decimal places
Round function
checks whether a field has no value
Round function
evaluates an expression and displays one value when the expression is true and another value if the expression is false
Round function
using one function within another function
IIF function
returns a number rounded to a specific number of decimal places
IIF function
checks whether a field has no value
IIF function
evaluates an expression and displays one value when the expression is true and another value if the expression is false
IIF function
using one function within another function
Nesting functions
returns a number rounded to a specific number of decimal places
Nesting functions
checks whether a field has no value
Nesting functions
evaluates an expression and displays one value when the expression is true and another value if the expression is false
Nesting functions
using one function within another function
IsNull function
returns a number rounded to a specific number of decimal places
IsNull function
checks whether a field has no value
IsNull function
evaluates an expression and displays one value when the expression is true and another value if the expression is false
IsNull function
using one function within another function
Question
In the criteria of a query,Access encloses date fields with & symbols.
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
The Date function is commonly used as a default value for a date field.
Question
The Date function calculates the current date.
Question
If a field in a table has a ________ a drop down menu will appear in the 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 between columns
lookup field
a set of constraints or rules that help control how data is entered into a field
lookup field
restricts the data values that can be entered into a field
lookup field
enables you to restrict the data being input into a field by specifying the exact format of the data entry
lookup field
provides the user with a finite list of values to choose from in a menu
input mask
a set of constraints or rules that help control how data is entered into a field
input mask
restricts the data values that can be entered into a field
input mask
enables you to restrict the data being input into a field by specifying the exact format of the data entry
input mask
provides the user with a finite list of values to choose from in a menu
data validation
a set of constraints or rules that help control how data is entered into a field
data validation
restricts the data values that can be entered into a field
data validation
enables you to restrict the data being input into a field by specifying the exact format of the data entry
data validation
provides the user with a finite list of values to choose from in a menu
validation rule
a set of constraints or rules that help control how data is entered into a field
validation rule
restricts the data values that can be entered into a field
validation rule
enables you to restrict the data being input into a field by specifying the exact format of the data entry
validation rule
provides the user with a finite list of values to choose from in a menu
Question
When a report has been created and used in Access,it can be formatted and laid out differently than the original design.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/100
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 17: Data Validation and Data Analysis: Reducing Errors and Extracting Better Information
1
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
A
2
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.
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
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 100 flashcards in this deck.
Unlock Deck
k this deck
5
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 100 flashcards in this deck.
Unlock Deck
k this deck
6
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 100 flashcards in this deck.
Unlock Deck
k this deck
7
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
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
8
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 100 flashcards in this deck.
Unlock Deck
k this deck
9
________ 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 100 flashcards in this deck.
Unlock Deck
k this deck
10
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 100 flashcards in this deck.
Unlock Deck
k this deck
11
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 100 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 100 flashcards in this deck.
Unlock Deck
k this deck
13
Which data validation method forces data entry in a field?

A) Required
B) Default value
C) Data macro
D) Validation rule
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
14
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 100 flashcards in this deck.
Unlock Deck
k this deck
15
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 100 flashcards in this deck.
Unlock Deck
k this deck
16
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 100 flashcards in this deck.
Unlock Deck
k this deck
17
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 100 flashcards in this deck.
Unlock Deck
k this deck
18
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 100 flashcards in this deck.
Unlock Deck
k this deck
19
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 100 flashcards in this deck.
Unlock Deck
k this deck
20
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 100 flashcards in this deck.
Unlock Deck
k this deck
21
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 100 flashcards in this deck.
Unlock Deck
k this deck
22
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 100 flashcards in this deck.
Unlock Deck
k this deck
23
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 100 flashcards in this deck.
Unlock Deck
k this deck
24
________ 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 100 flashcards in this deck.
Unlock Deck
k this deck
25
________ 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 100 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 100 flashcards in this deck.
Unlock Deck
k this deck
27
Validation rules limit the type or range of data a user can enter into a field.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
28
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 100 flashcards in this deck.
Unlock Deck
k this deck
29
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 100 flashcards in this deck.
Unlock Deck
k this deck
30
A required field indicates that a value for the field must be entered.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
31
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 100 flashcards in this deck.
Unlock Deck
k this deck
32
An input mask forces users to conform to a specific data-entry format for a given field.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
33
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 100 flashcards in this deck.
Unlock Deck
k this deck
34
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 100 flashcards in this deck.
Unlock Deck
k this deck
35
A required field can be left blank when entering a record.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
36
Validation rules prevent invalid data from being entered into a field.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
37
________ 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 100 flashcards in this deck.
Unlock Deck
k this deck
38
A lookup list accepts multiple values in a single field.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
39
________ 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 100 flashcards in this deck.
Unlock Deck
k this deck
40
________ functions refers to using one formula within another one.

A) Nesting
B) IIF
C) IsNull
D) Math
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
41
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 100 flashcards in this deck.
Unlock Deck
k this deck
42
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 100 flashcards in this deck.
Unlock Deck
k this deck
43
When using an input mask,parentheses and hyphens are automatically stored with the data.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
44
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 100 flashcards in this deck.
Unlock Deck
k this deck
45
When you violate a validation rule,Access allows you to continue entering the record.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
46
A lookup field can be used when there is repetitive data in a field.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
47
A Multivalued Lookup field accepts numerous options instead of just one field choice.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
48
When using an input mask,data is still not necessarily consistent.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
49
The default Required setting for all fields except the primary key field is Yes.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
50
For phone numbers,the input mask helps ensure consistency in data entry.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
51
A required field is one that cannot be left blank when you create a new record.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
52
The options for a lookup field can be stored in a separate table.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
53
The user provides the criterion at run time when using a lookup list.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
54
Like any other field,a calculated field using DatePart can have criteria applied to it.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
55
When creating a lookup field,it is important to only allow options from the lookup table.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
56
An input mask can be used when there is a common value in many records.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
57
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 100 flashcards in this deck.
Unlock Deck
k this deck
58
Validation text restricts the data value that can be entered into a field.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
59
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 100 flashcards in this deck.
Unlock Deck
k this deck
60
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 100 flashcards in this deck.
Unlock Deck
k this deck
61
A parameter query prompt is enclosed in parentheses.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
62
A query where the user provides the criterion at run time is called a(n)________ query.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
63
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 100 flashcards in this deck.
Unlock Deck
k this deck
64
________ enable you to execute programming tasks whenever data in a table is changed.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
65
In Access,there are several ________ methods to help minimize data entry errors into tables and forms.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
66
Match between columns
Date function
used to create expressions to calculate lapsed time
Date function
affects the date's display without changing the actual underlying value in the table
Date function
calculates the current date
Date function
an Access function that examines a date and returns a portion of the date
DatePart function
used to create expressions to calculate lapsed time
DatePart function
affects the date's display without changing the actual underlying value in the table
DatePart function
calculates the current date
DatePart function
an Access function that examines a date and returns a portion of the date
Date arithmetic
used to create expressions to calculate lapsed time
Date arithmetic
affects the date's display without changing the actual underlying value in the table
Date arithmetic
calculates the current date
Date arithmetic
an Access function that examines a date and returns a portion of the date
Date formatting
used to create expressions to calculate lapsed time
Date formatting
affects the date's display without changing the actual underlying value in the table
Date formatting
calculates the current date
Date formatting
an Access function that examines a date and returns a portion of the date
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
67
Reports can be created based on the results of a parameter query.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
68
A parameter query is similar to creating most other query types.
Unlock Deck
Unlock for access to all 100 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 100 flashcards in this deck.
Unlock Deck
k this deck
70
[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 100 flashcards in this deck.
Unlock Deck
k this deck
71
The ________ function returns a number rounded to a specific number of decimal places.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
72
Match between columns
Round function
returns a number rounded to a specific number of decimal places
Round function
checks whether a field has no value
Round function
evaluates an expression and displays one value when the expression is true and another value if the expression is false
Round function
using one function within another function
IIF function
returns a number rounded to a specific number of decimal places
IIF function
checks whether a field has no value
IIF function
evaluates an expression and displays one value when the expression is true and another value if the expression is false
IIF function
using one function within another function
Nesting functions
returns a number rounded to a specific number of decimal places
Nesting functions
checks whether a field has no value
Nesting functions
evaluates an expression and displays one value when the expression is true and another value if the expression is false
Nesting functions
using one function within another function
IsNull function
returns a number rounded to a specific number of decimal places
IsNull function
checks whether a field has no value
IsNull function
evaluates an expression and displays one value when the expression is true and another value if the expression is false
IsNull function
using one function within another function
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
73
In the criteria of a query,Access encloses date fields with & symbols.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
74
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 100 flashcards in this deck.
Unlock Deck
k this deck
75
The Date function is commonly used as a default value for a date field.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
76
The Date function calculates the current date.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
77
If a field in a table has a ________ a drop down menu will appear in the field.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
78
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 100 flashcards in this deck.
Unlock Deck
k this deck
79
Match between columns
lookup field
a set of constraints or rules that help control how data is entered into a field
lookup field
restricts the data values that can be entered into a field
lookup field
enables you to restrict the data being input into a field by specifying the exact format of the data entry
lookup field
provides the user with a finite list of values to choose from in a menu
input mask
a set of constraints or rules that help control how data is entered into a field
input mask
restricts the data values that can be entered into a field
input mask
enables you to restrict the data being input into a field by specifying the exact format of the data entry
input mask
provides the user with a finite list of values to choose from in a menu
data validation
a set of constraints or rules that help control how data is entered into a field
data validation
restricts the data values that can be entered into a field
data validation
enables you to restrict the data being input into a field by specifying the exact format of the data entry
data validation
provides the user with a finite list of values to choose from in a menu
validation rule
a set of constraints or rules that help control how data is entered into a field
validation rule
restricts the data values that can be entered into a field
validation rule
enables you to restrict the data being input into a field by specifying the exact format of the data entry
validation rule
provides the user with a finite list of values to choose from in a menu
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
80
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 100 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 100 flashcards in this deck.