Deck 34: Access: Data Validation and Data Analysis: Reducing Errors and Extracting Better Information

ملء الشاشة (f)
exit full mode
سؤال
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 '
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
Which data validation method forces data entry in a field?

A)Required
B)Default value
C)Data macro
D)Validation rule
سؤال
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
سؤال
A(n)________ accepts two or more options in a lookup field.

A)multiple-value field
B)input mask
C)lookup list
D)required
سؤال
A ________ rule limits the type of data a user can enter into a field.

A)validation
B)lookup
C)default
D)macro
سؤال
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
سؤال
________ 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
سؤال
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
سؤال
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.
سؤال
Which of the following enables you to create mathematical functions in Access?

A)Expression builder
B)Excel builder
C)Precision builder
D)Macro builder
سؤال
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
سؤال
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
سؤال
A(n)________ sets the property of a field to force data entry.

A)required
B)input mask
C)default value
D)data macro
سؤال
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
سؤال
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
سؤال
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
سؤال
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.
سؤال
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
سؤال
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
سؤال
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
سؤال
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])
سؤال
A required field indicates that a value for the field must be entered.
سؤال
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.
سؤال
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
سؤال
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
سؤال
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
سؤال
Validation rules prevent invalid data from being entered into a field.
سؤال
________ 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
سؤال
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])
سؤال
________ functions refers to using one formula within another one.

A)Nesting
B)IIF
C)IsNull
D)Math
سؤال
________ affects the display of the date without affecting the underlying value.

A)Formatting
B)Rounding
C)Ruling
D)Nesting
سؤال
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
سؤال
A required field can be left blank when entering a record.
سؤال
A lookup list accepts multiple values in a single field.
سؤال
An Access function that examines a date and returns a portion of the date is:

A)DatePart function.
B)Date formatting.
C)<>.
D)<>.
سؤال
________ is the correct syntax for the Round function.

A)Round(expression,precision)
B)Round(expression)
C)Round(expression,truepart,falsepart)
D)Round(expression,interval)
سؤال
Which of the following function checks to see if a field has no value?

A)IsNull
B)Sum
C)Average
D)IsNotNull
سؤال
________ function checks to see if a field does not contain a value.

A)IsNull
B)IsNotNull
C)IIF
D)Math
سؤال
An input mask forces users to conform to a specific data-entry format for a given field.
سؤال
Validation rules limit the type or range of data a user can enter into a field.
سؤال
If you want to see records with a field within a certain date range,you could use the Between operator.
سؤال
The options for a lookup field can be stored in a separate table.
سؤال
You can use Date()in the default value property to insert the current date when a new record is added.
سؤال
When creating a lookup field,it is important to only allow options from the lookup table.
سؤال
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.
سؤال
If you add a validation rule to a table with existing records,some data in those records may violate the rule.
سؤال
When using an input mask,data is still not necessarily consistent.
سؤال
When using an input mask,parentheses and hyphens are automatically stored with the data.
سؤال
The default Required setting for all fields except the primary key field is Yes.
سؤال
A Multivalued Lookup field accepts numerous options instead of just one field choice.
سؤال
For phone numbers,the input mask helps ensure consistency in data entry.
سؤال
When you violate a validation rule,Access allows you to continue entering the record.
سؤال
Like any other field,a calculated field using DatePart can have criteria applied to it.
سؤال
To ensure the integrity of records in a table,you should set the required property to Yes for critical fields.
سؤال
A required field is one that cannot be left blank when you create a new record.
سؤال
The user provides the criterion at run time when using a lookup list.
سؤال
An input mask can be used when there is a common value in many records.
سؤال
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.
سؤال
Validation text restricts the data value that can be entered into a field.
سؤال
A lookup field can be used when there is repetitive data in a field.
سؤال
If a field in a table has a ________ a drop down menu will appear in the field.
سؤال
A parameter query prompt is enclosed in parentheses.
سؤال
The Date function calculates the current date.
سؤال
[Enter city] on the criteria line of a query is an example of the criteria in a parameter query.
سؤال
When there is more than one parameter in a query,Access asks for the information starting from the left and moving to the right.
سؤال
When building a table,you can set up a(n)________ to restrict the data values that the user can enter into a field.
سؤال
In the criteria of a query,Access encloses date fields with & symbols.
سؤال
In Access,there are several ________ methods to help minimize data entry errors into tables and forms.
سؤال
A parameter query is similar to creating most other query types.
سؤال
Instead of modifying the query grid each time a new criteria is needed,a parameter query can be created to enter the criteria.
سؤال
Reports can be created based on the results of a parameter query.
سؤال
________ enable you to execute programming tasks whenever data in a table is changed.
سؤال
The ________ function returns a number rounded to a specific number of decimal places.
سؤال
When a report has been created and used in Access,it can be formatted and laid out differently than the original design.
سؤال
The Date function is commonly used as a default value for a date field.
سؤال
If you run a query and a dialog box appears asking you to enter data,it is a ________.
سؤال
A query where the user provides the criterion at run time is called a(n)________ query.
سؤال
What can you use to create an expression to calculate lapsed time?
سؤال
The ________ Wizard restricts how data is entered into a field.
سؤال
When creating a lookup list for the State field,what must you also consider?
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/100
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 34: Access: Data Validation and Data Analysis: Reducing Errors and Extracting Better Information
1
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 '
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)________ 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
A
4
A(n)________ accepts two or more options in a lookup field.

A)multiple-value field
B)input mask
C)lookup list
D)required
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
5
A ________ rule limits the type of data a user can enter into a field.

A)validation
B)lookup
C)default
D)macro
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
6
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
7
________ 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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
8
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
9
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
10
Which of the following enables you to create mathematical functions in Access?

A)Expression builder
B)Excel builder
C)Precision builder
D)Macro builder
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
11
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
12
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
13
A(n)________ sets the property of a field to force data entry.

A)required
B)input mask
C)default value
D)data macro
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
14
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
15
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
16
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
17
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
18
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
19
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
20
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
21
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])
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
22
A required field indicates that a value for the field must be entered.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
23
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
24
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
25
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
26
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
27
Validation rules prevent invalid data from being entered into a field.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
28
________ 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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
29
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])
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
30
________ functions refers to using one formula within another one.

A)Nesting
B)IIF
C)IsNull
D)Math
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
31
________ affects the display of the date without affecting the underlying value.

A)Formatting
B)Rounding
C)Ruling
D)Nesting
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
32
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
33
A required field can be left blank when entering a record.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
34
A lookup list accepts multiple values in a single field.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
35
An Access function that examines a date and returns a portion of the date is:

A)DatePart function.
B)Date formatting.
C)<>.
D)<>.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
36
________ is the correct syntax for the Round function.

A)Round(expression,precision)
B)Round(expression)
C)Round(expression,truepart,falsepart)
D)Round(expression,interval)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
37
Which of the following function checks to see if a field has no value?

A)IsNull
B)Sum
C)Average
D)IsNotNull
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
38
________ function checks to see if a field does not contain a value.

A)IsNull
B)IsNotNull
C)IIF
D)Math
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
39
An input mask forces users to conform to a specific data-entry format for a given field.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
40
Validation rules limit the type or range of data a user can enter into a field.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
41
If you want to see records with a field within a certain date range,you could use the Between operator.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
42
The options for a lookup field can be stored in a separate table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
43
You can use Date()in the default value property to insert the current date when a new record is added.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
44
When creating a lookup field,it is important to only allow options from the lookup table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
45
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
46
If you add a validation rule to a table with existing records,some data in those records may violate the rule.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
47
When using an input mask,data is still not necessarily consistent.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
48
When using an input mask,parentheses and hyphens are automatically stored with the data.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
49
The default Required setting for all fields except the primary key field is Yes.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
50
A Multivalued Lookup field accepts numerous options instead of just one field choice.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
51
For phone numbers,the input mask helps ensure consistency in data entry.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
52
When you violate a validation rule,Access allows you to continue entering the record.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
53
Like any other field,a calculated field using DatePart can have criteria applied to it.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
54
To ensure the integrity of records in a table,you should set the required property to Yes for critical fields.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
55
A required field is one that cannot be left blank when you create a new record.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
56
The user provides the criterion at run time when using a lookup list.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
57
An input mask can be used when there is a common value in many records.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
58
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
59
Validation text restricts the data value that can be entered into a field.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
60
A lookup field can be used when there is repetitive data in a field.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
61
If a field in a table has a ________ a drop down menu will appear in the field.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
62
A parameter query prompt is enclosed in parentheses.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
63
The Date function calculates the current date.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
64
[Enter city] on the criteria line of a query is an example of the criteria in a parameter query.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
65
When there is more than one parameter in a query,Access asks for the information starting from the left and moving to the right.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
66
When building a table,you can set up a(n)________ to restrict the data values that the user can enter into a field.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
67
In the criteria of a query,Access encloses date fields with & symbols.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
68
In Access,there are several ________ methods to help minimize data entry errors into tables and forms.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
69
A parameter query is similar to creating most other query types.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
70
Instead of modifying the query grid each time a new criteria is needed,a parameter query can be created to enter the criteria.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
71
Reports can be created based on the results of a parameter query.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
72
________ enable you to execute programming tasks whenever data in a table is changed.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
73
The ________ function returns a number rounded to a specific number of decimal places.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
74
When a report has been created and used in Access,it can be formatted and laid out differently than the original design.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
75
The Date function is commonly used as a default value for a date field.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
76
If you run a query and a dialog box appears asking you to enter data,it is a ________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
77
A query where the user provides the criterion at run time is called a(n)________ query.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
78
What can you use to create an expression to calculate lapsed time?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
79
The ________ Wizard restricts how data is entered into a field.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
80
When creating a lookup list for the State field,what must you also consider?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.