Deck 5: Data Validation and Data Analysis

ملء الشاشة (f)
exit full mode
سؤال
When using the Lookup Field Wizard, how wide should the columns be?

A) You cannot adjust the column width from the wizard.
B) Up to the maximum width of the field
C) To display neatly on the screen
D) To display the longest value
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
Which of the following is not true about validation text?

A) It displays when a data violation has occurred.
B) It displays anytime a field is entered to aid in data entry.
C) It provides feedback on what was wrong with the data.
D) It is considered a custom error message.
سؤال
For which of the following data types can you not change the Required field property?

A) Hyperlink
B) AutoNumber
C) Long text
D) Calculated
سؤال
Which of the following is not data that can have an Input Mask applied without creating a custom mask?

A) Phone number
B) Social Security number
C) Credit card number
D) Zip Code
سؤال
Where would you go to set up validation fields?

A) A table's Data Entry Rules pane
B) A table's Field Rules pane
C) A table's Field Properties pane
D) A table's Text Properties pane
سؤال
Which of the following input masks would produce the following formatting: the letters AC followed by a plus sign following by four required numbers?

A) AC+0000
B) "AC+"0000
C) "AC+"9999
D) AC+9999
سؤال
Which of the following is not a way to address data validation violations?

A) Press the "Allow This Exception" button and keep going.
B) Correct the data.
C) Cancel the record entry.
D) Change the data validation rule.
سؤال
Data validation is a ________.

A) set of rules or constraints
B) set of formatting codes
C) set of masking characters
D) set of drop down options
سؤال
Which of the following data types cannot have an input mask applied?

A) Number
B) Long Text
C) Short Text
D) Date/Time
سؤال
When is validation text displayed?

A) Whenever a field with a validation rule applied is entered
B) Each time there is not a validation rule violation
C) When a validation rule violation occurs
D) If the user presses F1 during data entry
سؤال
Although you can type an input mask manually, it is easier to use the Input Mask ________.

A) Template
B) Wizard
C) Guide
D) Options
سؤال
Which of the following features helps to insure that improper information is not entered in a field?

A) Cell validation
B) Data validation
C) Field validation
D) AutoCorrect Data
سؤال
What is a primary reason for setting up a default value?

A) Guarantees data accuracy
B) Reduce data redundancy
C) Reduce the number of options available
D) Reduce data entry time
سؤال
Which of the following is not affected by inconsistent data?

A) Sorting
B) Filtering
C) Queries
D) File size
سؤال
What is not a reason for avoiding making the state field a two-character lookup field?

A) You might miss states that have more than one abbreviation.
B) You might miss areas like the District of Columbia.
C) You might miss other countries with two letter abbreviations recognized by the post office.
D) You might miss abbreviations for military areas.
سؤال
Which of the following is a primary reason for manually setting up data validation?

A) To make sure that two identical entries are not entered as the primary key
B) To make sure that fields, like phone numbers, display in a consistent format
C) To make sure that text is not entered into number fields
D) To reduce user entry errors
سؤال
Which of the following is considered a custom error message?

A) Caption text
B) Required text
C) Default text
D) Validation text
سؤال
Which feature limits the data that is allowed to be entered into a field?

A) Default value
B) Required
C) Caption
D) Validation rule
سؤال
A field with a limited number of values is well suited for what type of field?

A) Short Text
B) Calculated field
C) Lookup field
D) Hyperlink
سؤال
Which of the following comparative operators cannot be used in a data validation rule?

A) <>
B) Between
C) =<
D) >
سؤال
Which of the following is not true about a parameter query?

A) It reduces development time.
B) It can be run repeatedly.
C) The criterion parameters are fixed.
D) The criterion can vary each time it is run.
سؤال
Which of the following would not be a valid parameter query criterion?

A) >=[Enter contract value]
B) <=[Enter contract value]
C) =>[Enter contract value]
D) [Enter contract value]
سؤال
When the Enable Data Integrity check box in the Lookup Field Wizard is checked ________.

A) you can type in the data source manually
B) values can be deleted from the lookup table
C) new values can be added to the lookup table
D) only values found in the lookup table can be used
سؤال
What is a predefined list of values?

A) Input mask
B) Input field
C) Lookup mask
D) Lookup field
سؤال
Which of the following is often not true about tables used to supply data in a lookup field?

A) It has no relationship set up.
B) It has no primary key.
C) It may just have one field.
D) It is locked so no additional entries can be made.
سؤال
The default setting for the Required field property for most fields is ________.
سؤال
In the Round function, if you leave the precision level blank, Access will default to how many decimal places?

A) 0
B) 1
C) 2
D) You cannot leave the precision level argument blank.
سؤال
Which of the following functions evaluates whether a value has been entered into a field?

A) IsEmpty
B) IsVoid
C) IsNull
D) Null
سؤال
To select to how many decimal places a value will display; you would use which function?

A) Int
B) Decimal
C) Round
D) Currency
سؤال
Which of the following is often the first step in creating a lookup field?

A) Create the lookup field.
B) Create a relationship between the lookup table and the table which has the lookup field.
C) Create a new table to hold the options.
D) Create a new query to hold the options.
سؤال
If you wanted to just display the year in a date field, you would use which function?

A) PartDate
B) DatePart
C) Date
D) YearPart
سؤال
When is the criterion entered in a parameter query?

A) When the query is created
B) When the query is saved
C) When the query is run
D) When the query is in SQL view
سؤال
What function would you use to display the word January instead of the number 1 which is what the DatePart function would display?

A) NameMonth(1)
B) MonthName(1)
C) Month(1)
D) MonthName(January)
سؤال
You can restrict the data type that will be accepted in a parameter query by ________.

A) limiting the number of parameters in a query
B) choosing a data type for each parameter
C) choosing the field for the parameter query carefully
D) You cannot restrict what a user enters in a parameter query.
سؤال
Which of the following functions required no parameters?

A) Date
B) Sum
C) Avg
D) Trim
سؤال
To display the minute portion of a date, what would you put in the interval argument in the DatePart function?

A) "n"
B) "m"
C) "t"
D) "min"
سؤال
Validation ________ helps the data entry person know why the entry is being rejected.
سؤال
Which of the following provides for uniformity and consistency of data?

A) Lookup field
B) Cell validation
C) Field validation
D) One-to-One relationships
سؤال
How many arguments does the IIf function have?

A) 1
B) 2
C) 3
D) 4
سؤال
How will the parameter query request display when the query is run?

A) Pop-up message
B) Status Bar message
C) Pop-up menu of options
D) Help message box
سؤال
A(n) ________ query relies on the user providing the criterion when the query is run.
سؤال
A(n) ________ mask specifies the exact formatting of data entry.
سؤال
________ validation helps to make sure that incorrect information is not entered in a field.
سؤال
Access identifies dates by enclosing them in ________.
سؤال
To define how many decimal places should display, you can use the ________ function.
سؤال
If you wanted to display the day of the week using the DatePart function, you would put ________ in the interval argument.
سؤال
The ________ function evaluates whether an expression is true or false.
سؤال
In proper database design, you should set the Required field property to Yes for ________ fields.
سؤال
A(n) ________ field is often used when there are a limited number of values in a field.
سؤال
To make sure that data entry personnel can only pick from existing items in a lookup field, you would check the Enable ________ Integrity check box.
سؤال
A(n) ___ field is a predefined list of values.
سؤال
Data ________ is the process of controlling the data that is entered into a field.
سؤال
The ________ function calculates the current date.
سؤال
A(n) ________ rule limits the values that can be entered in a field.
سؤال
If you wanted to display just the month in a date, you would use the ________ function.
سؤال
The Lookup ________ helps you create a lookup field.
سؤال
The function, MonthName(DatePart("m",12/26/1959)), would give the answer ________.
سؤال
The ________ function check to see if a field has had no value entered into it.
سؤال
If you wanted a parameter query to prompt for a partial value, you can use the ________ operator.
سؤال
The ________ value is entered automatically when a new record is created.
سؤال
Input masks can restrict the number of characters allowed in a field.
سؤال
Storing the options used in a lookup field in a separate table makes adding options easier.
سؤال
You must set the Required field property to Yes for any field used as a Primary Key unless it has an AutoNumber data type.
سؤال
Default values can be changed during data entry.
سؤال
You cannot change the Required field property after data has been entered.
سؤال
Tables are a good source for data in a lookup field.
سؤال
An input mask is used to consistently format data.
سؤال
When you change the lookup field's source table, the options will be updated when the user tries to change data in the future.
سؤال
You can use the word Like in a data validation rule.
سؤال
You do not have to set the Required field property for AutoNumber fields.
سؤال
Validation rules serve as warnings; they do not actually prevent invalid data entry.
سؤال
Between [Enter Start Date] And [Enter End Date] is a valid statement to use in a parameter query.
سؤال
To create a parameter query, you would put the desired text in parenthesis in the criterion row of the desired field.
سؤال
Access allows for the creation of custom input masks.
سؤال
If you used a lookup field for a field named State, the book recommends that you have fifty menu options available to anyone doing data entry.
سؤال
The Required field property only applies to new data, not to existing data.
سؤال
The default setting for the Required field property for most fields is "Yes".
سؤال
Access automatically validates some data entry.
سؤال
In a parameter query, if you do not specify a comparison operator, Access will assume equal to.
سؤال
To help limit the file size, the textbook recommends that all symbols in an input mask not be stored with the data.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/95
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 5: Data Validation and Data Analysis
1
When using the Lookup Field Wizard, how wide should the columns be?

A) You cannot adjust the column width from the wizard.
B) Up to the maximum width of the field
C) To display neatly on the screen
D) To display the longest value
D
2
Which of the following is not true about validation text?

A) It displays when a data violation has occurred.
B) It displays anytime a field is entered to aid in data entry.
C) It provides feedback on what was wrong with the data.
D) It is considered a custom error message.
B
3
For which of the following data types can you not change the Required field property?

A) Hyperlink
B) AutoNumber
C) Long text
D) Calculated
B
4
Which of the following is not data that can have an Input Mask applied without creating a custom mask?

A) Phone number
B) Social Security number
C) Credit card number
D) Zip Code
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
5
Where would you go to set up validation fields?

A) A table's Data Entry Rules pane
B) A table's Field Rules pane
C) A table's Field Properties pane
D) A table's Text Properties pane
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
6
Which of the following input masks would produce the following formatting: the letters AC followed by a plus sign following by four required numbers?

A) AC+0000
B) "AC+"0000
C) "AC+"9999
D) AC+9999
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
7
Which of the following is not a way to address data validation violations?

A) Press the "Allow This Exception" button and keep going.
B) Correct the data.
C) Cancel the record entry.
D) Change the data validation rule.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
8
Data validation is a ________.

A) set of rules or constraints
B) set of formatting codes
C) set of masking characters
D) set of drop down options
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
9
Which of the following data types cannot have an input mask applied?

A) Number
B) Long Text
C) Short Text
D) Date/Time
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
10
When is validation text displayed?

A) Whenever a field with a validation rule applied is entered
B) Each time there is not a validation rule violation
C) When a validation rule violation occurs
D) If the user presses F1 during data entry
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
11
Although you can type an input mask manually, it is easier to use the Input Mask ________.

A) Template
B) Wizard
C) Guide
D) Options
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
12
Which of the following features helps to insure that improper information is not entered in a field?

A) Cell validation
B) Data validation
C) Field validation
D) AutoCorrect Data
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
13
What is a primary reason for setting up a default value?

A) Guarantees data accuracy
B) Reduce data redundancy
C) Reduce the number of options available
D) Reduce data entry time
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
14
Which of the following is not affected by inconsistent data?

A) Sorting
B) Filtering
C) Queries
D) File size
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
15
What is not a reason for avoiding making the state field a two-character lookup field?

A) You might miss states that have more than one abbreviation.
B) You might miss areas like the District of Columbia.
C) You might miss other countries with two letter abbreviations recognized by the post office.
D) You might miss abbreviations for military areas.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
16
Which of the following is a primary reason for manually setting up data validation?

A) To make sure that two identical entries are not entered as the primary key
B) To make sure that fields, like phone numbers, display in a consistent format
C) To make sure that text is not entered into number fields
D) To reduce user entry errors
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
17
Which of the following is considered a custom error message?

A) Caption text
B) Required text
C) Default text
D) Validation text
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
18
Which feature limits the data that is allowed to be entered into a field?

A) Default value
B) Required
C) Caption
D) Validation rule
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
19
A field with a limited number of values is well suited for what type of field?

A) Short Text
B) Calculated field
C) Lookup field
D) Hyperlink
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
20
Which of the following comparative operators cannot be used in a data validation rule?

A) <>
B) Between
C) =<
D) >
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
21
Which of the following is not true about a parameter query?

A) It reduces development time.
B) It can be run repeatedly.
C) The criterion parameters are fixed.
D) The criterion can vary each time it is run.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
22
Which of the following would not be a valid parameter query criterion?

A) >=[Enter contract value]
B) <=[Enter contract value]
C) =>[Enter contract value]
D) [Enter contract value]
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
23
When the Enable Data Integrity check box in the Lookup Field Wizard is checked ________.

A) you can type in the data source manually
B) values can be deleted from the lookup table
C) new values can be added to the lookup table
D) only values found in the lookup table can be used
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
24
What is a predefined list of values?

A) Input mask
B) Input field
C) Lookup mask
D) Lookup field
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
25
Which of the following is often not true about tables used to supply data in a lookup field?

A) It has no relationship set up.
B) It has no primary key.
C) It may just have one field.
D) It is locked so no additional entries can be made.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
26
The default setting for the Required field property for most fields is ________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
27
In the Round function, if you leave the precision level blank, Access will default to how many decimal places?

A) 0
B) 1
C) 2
D) You cannot leave the precision level argument blank.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
28
Which of the following functions evaluates whether a value has been entered into a field?

A) IsEmpty
B) IsVoid
C) IsNull
D) Null
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
29
To select to how many decimal places a value will display; you would use which function?

A) Int
B) Decimal
C) Round
D) Currency
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
30
Which of the following is often the first step in creating a lookup field?

A) Create the lookup field.
B) Create a relationship between the lookup table and the table which has the lookup field.
C) Create a new table to hold the options.
D) Create a new query to hold the options.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
31
If you wanted to just display the year in a date field, you would use which function?

A) PartDate
B) DatePart
C) Date
D) YearPart
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
32
When is the criterion entered in a parameter query?

A) When the query is created
B) When the query is saved
C) When the query is run
D) When the query is in SQL view
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
33
What function would you use to display the word January instead of the number 1 which is what the DatePart function would display?

A) NameMonth(1)
B) MonthName(1)
C) Month(1)
D) MonthName(January)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
34
You can restrict the data type that will be accepted in a parameter query by ________.

A) limiting the number of parameters in a query
B) choosing a data type for each parameter
C) choosing the field for the parameter query carefully
D) You cannot restrict what a user enters in a parameter query.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
35
Which of the following functions required no parameters?

A) Date
B) Sum
C) Avg
D) Trim
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
36
To display the minute portion of a date, what would you put in the interval argument in the DatePart function?

A) "n"
B) "m"
C) "t"
D) "min"
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
37
Validation ________ helps the data entry person know why the entry is being rejected.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
38
Which of the following provides for uniformity and consistency of data?

A) Lookup field
B) Cell validation
C) Field validation
D) One-to-One relationships
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
39
How many arguments does the IIf function have?

A) 1
B) 2
C) 3
D) 4
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
40
How will the parameter query request display when the query is run?

A) Pop-up message
B) Status Bar message
C) Pop-up menu of options
D) Help message box
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
41
A(n) ________ query relies on the user providing the criterion when the query is run.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
42
A(n) ________ mask specifies the exact formatting of data entry.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
43
________ validation helps to make sure that incorrect information is not entered in a field.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
44
Access identifies dates by enclosing them in ________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
45
To define how many decimal places should display, you can use the ________ function.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
46
If you wanted to display the day of the week using the DatePart function, you would put ________ in the interval argument.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
47
The ________ function evaluates whether an expression is true or false.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
48
In proper database design, you should set the Required field property to Yes for ________ fields.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
49
A(n) ________ field is often used when there are a limited number of values in a field.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
50
To make sure that data entry personnel can only pick from existing items in a lookup field, you would check the Enable ________ Integrity check box.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
51
A(n) ___ field is a predefined list of values.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
52
Data ________ is the process of controlling the data that is entered into a field.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
53
The ________ function calculates the current date.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
54
A(n) ________ rule limits the values that can be entered in a field.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
55
If you wanted to display just the month in a date, you would use the ________ function.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
56
The Lookup ________ helps you create a lookup field.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
57
The function, MonthName(DatePart("m",12/26/1959)), would give the answer ________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
58
The ________ function check to see if a field has had no value entered into it.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
59
If you wanted a parameter query to prompt for a partial value, you can use the ________ operator.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
60
The ________ value is entered automatically when a new record is created.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
61
Input masks can restrict the number of characters allowed in a field.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
62
Storing the options used in a lookup field in a separate table makes adding options easier.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
63
You must set the Required field property to Yes for any field used as a Primary Key unless it has an AutoNumber data type.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
64
Default values can be changed during data entry.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
65
You cannot change the Required field property after data has been entered.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
66
Tables are a good source for data in a lookup field.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
67
An input mask is used to consistently format data.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
68
When you change the lookup field's source table, the options will be updated when the user tries to change data in the future.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
69
You can use the word Like in a data validation rule.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
70
You do not have to set the Required field property for AutoNumber fields.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
71
Validation rules serve as warnings; they do not actually prevent invalid data entry.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
72
Between [Enter Start Date] And [Enter End Date] is a valid statement to use in a parameter query.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
73
To create a parameter query, you would put the desired text in parenthesis in the criterion row of the desired field.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
74
Access allows for the creation of custom input masks.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
75
If you used a lookup field for a field named State, the book recommends that you have fifty menu options available to anyone doing data entry.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
76
The Required field property only applies to new data, not to existing data.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
77
The default setting for the Required field property for most fields is "Yes".
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
78
Access automatically validates some data entry.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
79
In a parameter query, if you do not specify a comparison operator, Access will assume equal to.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
80
To help limit the file size, the textbook recommends that all symbols in an input mask not be stored with the data.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 95 في هذه المجموعة.