Deck 1: Access: Creating Advanced Queries and Enhancing Table Design

Full screen (f)
exit full mode
Question
Joining two or more fields in a calculated field using an expression such as =Title & " "& FirstName & " " & LastName is an example of concatenation .
Use Space or
up arrow
down arrow
to flip the card.
Question
Access designates all queries in the Navigation Pane with the same icon regardless of the query type.
Question
A summarized record for each unique field value is displayed in a crosstab query.
Question
An input mask property cannot be changed after the Input Mask Wizard closes.
Question
When using the IIf function, a condition is tested, and if the condition is false , the first value of the condition is returned by the function.
Question
Max is an example of a(n) logical function used in a crosstab query.
Question
Yes/No field values are stored in an Access database as a -1 for a checked value and a 0 for an unchecked value.
Question
A value of true will be returned if a field is empty when the IsNull function is used.
Question
A pattern match selects records whose values for the designated field matches one of two or more simple condition values.
Question
The Like comparison operator is used to select records by matching field values to a specific pattern that includes one or more of the wildcard characters (*, ?, #) in a query.
Question
A calculated query uses aggregate functions to perform arithmetic operations on selected records.
Question
A nonnull field is a field that contains any data at all, including a single space.
Question
The Access database object named tblProductCatalog is mostly likely an Access form object.
Question
Any type of Access object may be deleted from the Tables Pane using the Delete command on the shortcut menu.
Question
The format field command freezes a field (column) in a datasheet so that the field stays visible when the user scrolls to the right while viewing the datasheet.
Question
An input mask with a 0 character indicates that only a digit can be entered as the value and that the entry is optional .
Question
A query that selects records in fields that satisfy the criteria is a Select query.
Question
When using the IIF function, each part of the function is separated by a colon .
Question
Tables used in a find unmatched query must have a common field .
Question
A parameter query displays a dialog box that prompts the user to enter one or more values when the query is run.
Question
<strong>  In the accompanying figure, which checked option will include null values in the filtered results?</strong> A) (Select All) B) (Blanks) C) Bloomfield D) (Select All) and (Blanks) <div style=padding-top: 35px>
In the accompanying figure, which checked option will include null values in the filtered results?

A) (Select All)
B) (Blanks)
C) Bloomfield
D) (Select All) and (Blanks)
Question
The value of a field containing no information is a ____ value.

A) blank
B) zero
C) concatenated
D) null
Question
Which of the following is an example of a parameter query prompt criterion?

A) [Type the state:]
B) Prompt: "Type the state:"
C) *Type the state:*
D) {Type the state:}
Question
<strong>  In the accompanying figure, the ____ for the current field is/are indicated in the box designated by the arrow.</strong> A) data options B) filter choices C) auto text D) sort option <div style=padding-top: 35px>
In the accompanying figure, the ____ for the current field is/are indicated in the box designated by the arrow.

A) data options
B) filter choices
C) auto text
D) sort option
Question
A ____ query uses functions, such as Sum and Count, to perform arithmetic operations on selected records.

A) parameter
B) select
C) crosstab
D) simple
Question
<strong>  In the accompanying figure, which of the following is the falsepart of the calculated expression?</strong> A) IIF B) IsNull(Parent) C) LastName & ,  & FirstName D) Parent & (Parent) <div style=padding-top: 35px>
In the accompanying figure, which of the following is the falsepart of the calculated expression?

A) IIF
B) IsNull(Parent)
C) LastName & ", " & FirstName
D) Parent & "(Parent)"
Question
<strong>  In the accompanying figure, what is the condition for the calculated expression?</strong> A) Inspection B) IsNull(Parent) C) IsNull D) &  (Parent) <div style=padding-top: 35px>
In the accompanying figure, what is the condition for the calculated expression?

A) Inspection
B) IsNull(Parent)
C) IsNull
D) & " (Parent)"
Question
To add more flexibility and functionality to a parameter query, comparison operators, such as ___, may be added to the original criterion.

A) Like
B) Unlike
C) IsIn
D) IsNull
Question
Which of the following pattern match selection criteria would return zip codes with the characters 704 in the first three spaces.

A) IIf (704*)
B) Like "704*"
C) Like *704*
D) Find "704*"
Question
The ____ function tests a condition and returns one of two values; the function returns the first value if the condition is true and the second value if the condition is false.

A) IIf
B) Pmt
C) IsNull
D) NPV
Question
Which of the following illustrates a calculated field with the name of the calculated field in the proper format?

A) [Donation]>=2500
B) DonationsGreaterThan2500: [Donation]>=2500
C) >=2500[Donation]
D) [Donation]:DonationsGreaterThan2500:>=2500
Question
A criterion may be negated by using the ____ logical operator.

A) And
B) Or
C) Like
D) Not
Question
<strong>  The accompanying figure is an example of criteria for a ____ query using the Query Wizard.</strong> A) simple B) find unmatched C) find matched D) crosstab <div style=padding-top: 35px>
The accompanying figure is an example of criteria for a ____ query using the Query Wizard.

A) simple
B) find unmatched
C) find matched
D) crosstab
Question
The ____ comparison operator is used to select records by matching field values specific to a pattern that includes one or more wildcard characters.

A) Between
B) More
C) In
D) Like
Question
The aggregate function which returns the number of nonnull field values is the ____ function.

A) Max
B) Sum
C) Avg
D) Count
Question
<strong>  In the accompanying figure, which of the following is the truepart of the calculated expression?</strong> A) Patient: B) IsNull(Parent) C) LastName & ,  & FirstName D) Parent & (Parent) <div style=padding-top: 35px>
In the accompanying figure, which of the following is the truepart of the calculated expression?

A) Patient:
B) IsNull(Parent)
C) LastName & ", " & FirstName
D) Parent & "(Parent)"
Question
Crosstab queries may use which of the following aggregate functions?

A) Like
B) Not
C) Var
D) Between
Question
Which comparison operator defines a condition with a list of two or more values for a field and includes records when the field matches one value from the list in the query results?

A) Like
B) Between
C) In
D) Or
Question
The calculated expression =City & "," & State & " " & ZipCode is an example of ____.

A) concatenation
B) ampersand
C) AutoFilter
D) a parameter query
Question
The standard naming convention prefix tag for a query used to identify the object type is ____.

A) Query
B) QURY
C) qry
D) QRY#
Question
<strong>  In the accompanying figure, which field property will appear on the screen if the user enters the value 5 in the InvoiceAmt field in datasheet view?</strong> A) Decimal Places B) Validation Rule C) Default Value D) Validation Text <div style=padding-top: 35px>
In the accompanying figure, which field property will appear on the screen if the user enters the value 5 in the InvoiceAmt field in datasheet view?

A) Decimal Places
B) Validation Rule
C) Default Value
D) Validation Text
Question
To avoid the display of a security warning when opening a database, place the database ____.

A) on a flash drive
B) only on a hard drive
C) in an external folder on an external drive
D) in a trusted folder
Question
In the accompanying figure, the top values query is designed to return the top values for the ____ field.

A) tblBilling
B) PatientID
C) InvoiceAmt
D) InvoiceNum
Question
Which query wizard allows the user to choose the field that will be calculated for each row and column intersection?

A) Find Duplicates Query Wizard
B) Crosstab Query Wizard
C) Simple Query Wizard
D) Find Unmatched Query Wizard
Question
In an input mask, the letter ____ indicates that a letter or digit must be entered, and the entry is required.

A) A
B) a
C) C
D) L
Question
An input mask may be created for any field with the ____ or ____ data type.

A) Short Text, Number
B) Number, Currency
C) Long Text, Currency
D) Currency, Autonumber
Question
When creating an input mask, the ____ input mask character is used to indicate that the following character will be a literal display of that character.

A) #
B) &
C) \
D) !
Question
<strong>  In the accompanying figure, what is the Top Values property that has been set for the qryLargeInvoiceAmounts?</strong> A) >=200 B) Descending C) All D) 25% <div style=padding-top: 35px>
In the accompanying figure, what is the Top Values property that has been set for the qryLargeInvoiceAmounts?

A) >=200
B) Descending
C) All
D) 25%
Question
A Social Security Number which appears in the format 123-456-7891 is an example of a(n) ____.

A) field value
B) predefined input mask
C) aggregate function
D) variance
Question
It is a good idea to ____ the database before using compact and repair to keep the database safe from hardware and software malfunctions.

A) use a second computer to save
B) run a virus check on
C) make a backup copy of
D) proofread
Question
Rich text formatting available for Long Text fields includes ____.

A) paragraph styles
B) font options
C) themes
D) borders
Question
The Registrar at Ravenswood College would like to create a query which displays all students who have not yet registered for fall semester classes. She will use the StudentInformation and TuitionPaid tables to create the query. Which type of query will most likely create the desired results?

A) crosstab query
B) find unmatched query
C) simple query
D) find duplicates query
Question
<strong>  In the accompanying figure, the frmPatient object is dependent on the ____ object.</strong> A) qryPatientsByName B) tblVisit C) tblPatient D) Forms <div style=padding-top: 35px>
In the accompanying figure, the frmPatient object is dependent on the ____ object.

A) qryPatientsByName
B) tblVisit
C) tblPatient
D) Forms
Question
Validation Rules are entered in the ____

A) Navigation Pane
B) datasheet
C) dependent object
D) Field Properties Pane
Question
In crosstab query results, the value of a checked Yes/No data type field will display as ____.

A) 0
B) 1
C) -1
D) +1
Question
Setting the ____ field property to Yes instructs Access to keep an historical record of all versions of the Long Text field value.

A) Append Only
B) Validation Rule
C) Input Max
D) Default Value
Question
The input mask character ____ indicates that a letter only must be entered, and the entry is required.

A) A
B) C
C) L
D) &
Question
Which type of query would show results indicating two different student ID numbers have been assigned to the same student?

A) simple query
B) find unmatched query
C) find duplicates query
D) crosstab query
Question
Which of the following examples shows an input mask for a telephone number with the first three digits optional and dashes separating the parts of the telephone number?

A) 999\-000\-0000
B) 999-000-9999
C) 999\000\0000
D) 000\-999\-9999
Question
<strong>  In the accompanying figure, object dependencies are shown for the ____ object.</strong> A) tblVisit B) tblPatient C) frmPatient D) qryDuplicateVisitDates <div style=padding-top: 35px>
In the accompanying figure, object dependencies are shown for the ____ object.

A) tblVisit
B) tblPatient
C) frmPatient
D) qryDuplicateVisitDates
Question
The ____________________ aggregate function returns the average of the field values.
Question
____________________ perform arithmetic operations on selected records in a crosstab query.
Question
Case Based Critical Thinking Questions Case 5-1
Janise is creating a database to keep track of her customers for her pet sitting business. She is in the process of creating the Customer table. She would like to design the table so that data entry is as consistent and accurate as possible. Using the figures below, determine which Access features Janise used to ensure consistent and accurate data entry.
<strong>Case Based Critical Thinking Questions Case 5-1 Janise is creating a database to keep track of her customers for her pet sitting business. She is in the process of creating the Customer table. She would like to design the table so that data entry is as consistent and accurate as possible. Using the figures below, determine which Access features Janise used to ensure consistent and accurate data entry.   Figure Case 5-1-1   Figure Case 5-1-2 According to the Field Properties in Figure Case 5-1-2, to which field has Janise assigned an input mask?</strong> A) ID B) State C) Zip D) PrimaryPhone <div style=padding-top: 35px>
Figure Case 5-1-1
<strong>Case Based Critical Thinking Questions Case 5-1 Janise is creating a database to keep track of her customers for her pet sitting business. She is in the process of creating the Customer table. She would like to design the table so that data entry is as consistent and accurate as possible. Using the figures below, determine which Access features Janise used to ensure consistent and accurate data entry.   Figure Case 5-1-1   Figure Case 5-1-2 According to the Field Properties in Figure Case 5-1-2, to which field has Janise assigned an input mask?</strong> A) ID B) State C) Zip D) PrimaryPhone <div style=padding-top: 35px>
Figure Case 5-1-2
According to the Field Properties in Figure Case 5-1-2, to which field has Janise assigned an input mask?

A) ID
B) State
C) Zip
D) PrimaryPhone
Question
A select query that finds duplicate records in a table or query is a ____________________ query.
Question
Case Based Critical Thinking Questions Case 5-2
Carlos has developed a database for his organic farm. The farm sells organic produce and meat. In addition to the retail sales of his products, he offers cooking demonstrations five times each month for a small fee. The demonstrations are limited to 10 people. The database contains the following tables: Products, ProductPrices, ProductCosts, Suppliers, Customers, and CookingDemos. The Products, Product Prices, Product Costs and Suppliers tables are related using the ProductID field. The Customers and CookingDemos tables are related on the CustomerID field. Carlos needs to make some decisions using his database. Determine the best method for Carlos to use to achieve the results he wants.
Carlos would like to create a query based on the Customer table that allows him to type in the name of the cooking demonstration for which the query will run. Which type of query should Carlos create so that he can type in the name of the cooking demonstration before the query runs?

A) parameter query
B) top values query
C) crosstab query
D) pattern match query
Question
Case Based Critical Thinking Questions Case 5-2
Carlos has developed a database for his organic farm. The farm sells organic produce and meat. In addition to the retail sales of his products, he offers cooking demonstrations five times each month for a small fee. The demonstrations are limited to 10 people. The database contains the following tables: Products, ProductPrices, ProductCosts, Suppliers, Customers, and CookingDemos. The Products, Product Prices, Product Costs and Suppliers tables are related using the ProductID field. The Customers and CookingDemos tables are related on the CustomerID field. Carlos needs to make some decisions using his database. Determine the best method for Carlos to use to achieve the results he wants.
Carlos needs to decide which cooking demonstrations to offer next month. He would like to offer his five most popular demonstrations. Which method would be best for Carlos to use to find this information from his database?

A) use a calculated field in the CookingDemo table to calculate how many people signed up for each demonstration
B) manually count the number of people who attended each demonstration
C) create a top values query based on the field in the CookingDemo table that lists the number of participants
D) create a pattern match in a query based on the Customer table
Question
Case Based Critical Thinking Questions Case 5-2
Carlos has developed a database for his organic farm. The farm sells organic produce and meat. In addition to the retail sales of his products, he offers cooking demonstrations five times each month for a small fee. The demonstrations are limited to 10 people. The database contains the following tables: Products, ProductPrices, ProductCosts, Suppliers, Customers, and CookingDemos. The Products, Product Prices, Product Costs and Suppliers tables are related using the ProductID field. The Customers and CookingDemos tables are related on the CustomerID field. Carlos needs to make some decisions using his database. Determine the best method for Carlos to use to achieve the results he wants.
Carlos has decided to market his cooking demonstrations based on his most abundant products. To do that he needs to know the quantity of each product by category (such as beef, green vegetables, peppers, etc.) Because each product in the Products table is assigned a category in the Category field, he will create a query that lists the categories in rows in the datasheet and the product totals as columns in the datasheet when the query is run. Which type of query will Carlos create?

A) crosstab query
B) parameter query
C) simple query
D) top values query
Question
The ____________________ button in the Sort & Filter group on the HOME tab is used to remove the current filter in a dataset or to reapply a filter.
Question
When creating a find unmatched query using the query wizard, Matching fields will be joined automatically if a ____________________ is already defined between the two selected objects.
Question
Case Based Critical Thinking Questions Case 5-2
Carlos has developed a database for his organic farm. The farm sells organic produce and meat. In addition to the retail sales of his products, he offers cooking demonstrations five times each month for a small fee. The demonstrations are limited to 10 people. The database contains the following tables: Products, ProductPrices, ProductCosts, Suppliers, Customers, and CookingDemos. The Products, Product Prices, Product Costs and Suppliers tables are related using the ProductID field. The Customers and CookingDemos tables are related on the CustomerID field. Carlos needs to make some decisions using his database. Determine the best method for Carlos to use to achieve the results he wants.
As Carlos plans for the fall planting season, he would like to bundle all of his shipments from the Organic Opportunities supplier into one shipment. He needs to know which products he has previously ordered from Organic Opportunities. Which method will quickly produce the results Carlos needs?

A) create a calculated query using the Products table
B) create a find unmatched query using the Suppliers table
C) use a lookup field in the Products table
D) use the AutoFilter option in the Supplier table for the appropriate field
Question
You can define a condition with a list of two or more values for a field by using the ____ comparison operator.

A) Like
B) While
C) Between
D) In
Question
A standard language used in querying, updating, and managing relational databases is ____________________.
Question
Case Based Critical Thinking Questions Case 5-3
Marie works for a busy pediatrician's office. The practice has a sophisticated database for all records and information that pertain to the practice. The doctor for whom she works is participating in an academic study, and she needs a report that lists the patient's name, date of birth, and the names of parents or guardians. The doctor would like to see the patient's full name in the format Lastname, Firstname even though they are separate fields in the database. She would also like to see the data for the fields Mother, Father, and Guardian, regardless of whether or not data is actually entered in those fields. Based on the doctor's requirements for the report, Marie must create a query on which to base the report.
Because the doctor wants all data entered for parents and guardians regardless of the data in the field, Marie must create a calculated field in the query with a function that tests the Mother, Father, and Guardian fields for a condition that is either true or false. If the condition is true, one result will be displayed, and if the condition is false a different result will be displayed. Which function should Marie use for this calculated field?

A) Input
B) IIf
C) nonnull
D) IsError
Question
An expression that calculates the values of the data in a field is contained in a ____________________ field.
Question
Case Based Critical Thinking Questions Case 5-1
Janise is creating a database to keep track of her customers for her pet sitting business. She is in the process of creating the Customer table. She would like to design the table so that data entry is as consistent and accurate as possible. Using the figures below, determine which Access features Janise used to ensure consistent and accurate data entry.
<strong>Case Based Critical Thinking Questions Case 5-1 Janise is creating a database to keep track of her customers for her pet sitting business. She is in the process of creating the Customer table. She would like to design the table so that data entry is as consistent and accurate as possible. Using the figures below, determine which Access features Janise used to ensure consistent and accurate data entry.   Figure Case 5-1-1   Figure Case 5-1-2 The 9999 included in the Input Mask property in Figure Case 5-1-2 indicates that data entry is ____ for that part of the field.</strong> A) required B) optional C) automatic D) a default value <div style=padding-top: 35px>
Figure Case 5-1-1
<strong>Case Based Critical Thinking Questions Case 5-1 Janise is creating a database to keep track of her customers for her pet sitting business. She is in the process of creating the Customer table. She would like to design the table so that data entry is as consistent and accurate as possible. Using the figures below, determine which Access features Janise used to ensure consistent and accurate data entry.   Figure Case 5-1-1   Figure Case 5-1-2 The 9999 included in the Input Mask property in Figure Case 5-1-2 indicates that data entry is ____ for that part of the field.</strong> A) required B) optional C) automatic D) a default value <div style=padding-top: 35px>
Figure Case 5-1-2
The 9999 included in the Input Mask property in Figure Case 5-1-2 indicates that data entry is ____ for that part of the field.

A) required
B) optional
C) automatic
D) a default value
Question
The Top Values query property allows the user to limit the number of records in the query results by using a preset value, by entering an integer, or by selecting a(n) ____________________.
Question
Case Based Critical Thinking Questions Case 5-1
Janise is creating a database to keep track of her customers for her pet sitting business. She is in the process of creating the Customer table. She would like to design the table so that data entry is as consistent and accurate as possible. Using the figures below, determine which Access features Janise used to ensure consistent and accurate data entry.
<strong>Case Based Critical Thinking Questions Case 5-1 Janise is creating a database to keep track of her customers for her pet sitting business. She is in the process of creating the Customer table. She would like to design the table so that data entry is as consistent and accurate as possible. Using the figures below, determine which Access features Janise used to ensure consistent and accurate data entry.   Figure Case 5-1-1   Figure Case 5-1-2 The State field in Figure Case 5-1-1 illustrates which of the following?</strong> A) an Autofilter B) a conditional value C) a lookup field D) an input mask <div style=padding-top: 35px>
Figure Case 5-1-1
<strong>Case Based Critical Thinking Questions Case 5-1 Janise is creating a database to keep track of her customers for her pet sitting business. She is in the process of creating the Customer table. She would like to design the table so that data entry is as consistent and accurate as possible. Using the figures below, determine which Access features Janise used to ensure consistent and accurate data entry.   Figure Case 5-1-1   Figure Case 5-1-2 The State field in Figure Case 5-1-1 illustrates which of the following?</strong> A) an Autofilter B) a conditional value C) a lookup field D) an input mask <div style=padding-top: 35px>
Figure Case 5-1-2
The State field in Figure Case 5-1-1 illustrates which of the following?

A) an Autofilter
B) a conditional value
C) a lookup field
D) an input mask
Question
Which Access object(s) may be used when creating a lookup field to select values?

A) table
B) form
C) report
D) both table and report
Question
Case Based Critical Thinking Questions Case 5-1
Janise is creating a database to keep track of her customers for her pet sitting business. She is in the process of creating the Customer table. She would like to design the table so that data entry is as consistent and accurate as possible. Using the figures below, determine which Access features Janise used to ensure consistent and accurate data entry.
<strong>Case Based Critical Thinking Questions Case 5-1 Janise is creating a database to keep track of her customers for her pet sitting business. She is in the process of creating the Customer table. She would like to design the table so that data entry is as consistent and accurate as possible. Using the figures below, determine which Access features Janise used to ensure consistent and accurate data entry.   Figure Case 5-1-1   Figure Case 5-1-2 To ensure that all telephone numbers are entered in a consistent manner, Janise assigned a(n) ____ to the PrimaryPhone field as illustrated in Figure Case 5-1-2.</strong> A) lookup field B) input mask C) data type D) propagation property <div style=padding-top: 35px>
Figure Case 5-1-1
<strong>Case Based Critical Thinking Questions Case 5-1 Janise is creating a database to keep track of her customers for her pet sitting business. She is in the process of creating the Customer table. She would like to design the table so that data entry is as consistent and accurate as possible. Using the figures below, determine which Access features Janise used to ensure consistent and accurate data entry.   Figure Case 5-1-1   Figure Case 5-1-2 To ensure that all telephone numbers are entered in a consistent manner, Janise assigned a(n) ____ to the PrimaryPhone field as illustrated in Figure Case 5-1-2.</strong> A) lookup field B) input mask C) data type D) propagation property <div style=padding-top: 35px>
Figure Case 5-1-2
To ensure that all telephone numbers are entered in a consistent manner, Janise assigned a(n) ____ to the PrimaryPhone field as illustrated in Figure Case 5-1-2.

A) lookup field
B) input mask
C) data type
D) propagation property
Question
Case Based Critical Thinking Questions Case 5-3
Marie works for a busy pediatrician's office. The practice has a sophisticated database for all records and information that pertain to the practice. The doctor for whom she works is participating in an academic study, and she needs a report that lists the patient's name, date of birth, and the names of parents or guardians. The doctor would like to see the patient's full name in the format Lastname, Firstname even though they are separate fields in the database. She would also like to see the data for the fields Mother, Father, and Guardian, regardless of whether or not data is actually entered in those fields. Based on the doctor's requirements for the report, Marie must create a query on which to base the report.
Marie creates the following expression as a new field in the query that she will use to create the report requested by the doctor PatientName: [LastName] & ", " [FirstName] . This expression is an example of ____.

A) IsNull
B) concatenation
C) nonnull
D) an expression using a logical operator
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/91
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 1: Access: Creating Advanced Queries and Enhancing Table Design
1
Joining two or more fields in a calculated field using an expression such as =Title & " "& FirstName & " " & LastName is an example of concatenation .
True
2
Access designates all queries in the Navigation Pane with the same icon regardless of the query type.
False
3
A summarized record for each unique field value is displayed in a crosstab query.
True
4
An input mask property cannot be changed after the Input Mask Wizard closes.
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
5
When using the IIf function, a condition is tested, and if the condition is false , the first value of the condition is returned by the function.
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
6
Max is an example of a(n) logical function used in a crosstab query.
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
7
Yes/No field values are stored in an Access database as a -1 for a checked value and a 0 for an unchecked value.
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
8
A value of true will be returned if a field is empty when the IsNull function is used.
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
9
A pattern match selects records whose values for the designated field matches one of two or more simple condition values.
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
10
The Like comparison operator is used to select records by matching field values to a specific pattern that includes one or more of the wildcard characters (*, ?, #) in a query.
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
11
A calculated query uses aggregate functions to perform arithmetic operations on selected records.
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
12
A nonnull field is a field that contains any data at all, including a single space.
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
13
The Access database object named tblProductCatalog is mostly likely an Access form object.
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
14
Any type of Access object may be deleted from the Tables Pane using the Delete command on the shortcut menu.
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
15
The format field command freezes a field (column) in a datasheet so that the field stays visible when the user scrolls to the right while viewing the datasheet.
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
16
An input mask with a 0 character indicates that only a digit can be entered as the value and that the entry is optional .
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
17
A query that selects records in fields that satisfy the criteria is a Select query.
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
18
When using the IIF function, each part of the function is separated by a colon .
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
19
Tables used in a find unmatched query must have a common field .
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
20
A parameter query displays a dialog box that prompts the user to enter one or more values when the query is run.
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
21
<strong>  In the accompanying figure, which checked option will include null values in the filtered results?</strong> A) (Select All) B) (Blanks) C) Bloomfield D) (Select All) and (Blanks)
In the accompanying figure, which checked option will include null values in the filtered results?

A) (Select All)
B) (Blanks)
C) Bloomfield
D) (Select All) and (Blanks)
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
22
The value of a field containing no information is a ____ value.

A) blank
B) zero
C) concatenated
D) null
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
23
Which of the following is an example of a parameter query prompt criterion?

A) [Type the state:]
B) Prompt: "Type the state:"
C) *Type the state:*
D) {Type the state:}
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
24
<strong>  In the accompanying figure, the ____ for the current field is/are indicated in the box designated by the arrow.</strong> A) data options B) filter choices C) auto text D) sort option
In the accompanying figure, the ____ for the current field is/are indicated in the box designated by the arrow.

A) data options
B) filter choices
C) auto text
D) sort option
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
25
A ____ query uses functions, such as Sum and Count, to perform arithmetic operations on selected records.

A) parameter
B) select
C) crosstab
D) simple
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
26
<strong>  In the accompanying figure, which of the following is the falsepart of the calculated expression?</strong> A) IIF B) IsNull(Parent) C) LastName & ,  & FirstName D) Parent & (Parent)
In the accompanying figure, which of the following is the falsepart of the calculated expression?

A) IIF
B) IsNull(Parent)
C) LastName & ", " & FirstName
D) Parent & "(Parent)"
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
27
<strong>  In the accompanying figure, what is the condition for the calculated expression?</strong> A) Inspection B) IsNull(Parent) C) IsNull D) &  (Parent)
In the accompanying figure, what is the condition for the calculated expression?

A) Inspection
B) IsNull(Parent)
C) IsNull
D) & " (Parent)"
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
28
To add more flexibility and functionality to a parameter query, comparison operators, such as ___, may be added to the original criterion.

A) Like
B) Unlike
C) IsIn
D) IsNull
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
29
Which of the following pattern match selection criteria would return zip codes with the characters 704 in the first three spaces.

A) IIf (704*)
B) Like "704*"
C) Like *704*
D) Find "704*"
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
30
The ____ function tests a condition and returns one of two values; the function returns the first value if the condition is true and the second value if the condition is false.

A) IIf
B) Pmt
C) IsNull
D) NPV
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
31
Which of the following illustrates a calculated field with the name of the calculated field in the proper format?

A) [Donation]>=2500
B) DonationsGreaterThan2500: [Donation]>=2500
C) >=2500[Donation]
D) [Donation]:DonationsGreaterThan2500:>=2500
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
32
A criterion may be negated by using the ____ logical operator.

A) And
B) Or
C) Like
D) Not
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
33
<strong>  The accompanying figure is an example of criteria for a ____ query using the Query Wizard.</strong> A) simple B) find unmatched C) find matched D) crosstab
The accompanying figure is an example of criteria for a ____ query using the Query Wizard.

A) simple
B) find unmatched
C) find matched
D) crosstab
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
34
The ____ comparison operator is used to select records by matching field values specific to a pattern that includes one or more wildcard characters.

A) Between
B) More
C) In
D) Like
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
35
The aggregate function which returns the number of nonnull field values is the ____ function.

A) Max
B) Sum
C) Avg
D) Count
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
36
<strong>  In the accompanying figure, which of the following is the truepart of the calculated expression?</strong> A) Patient: B) IsNull(Parent) C) LastName & ,  & FirstName D) Parent & (Parent)
In the accompanying figure, which of the following is the truepart of the calculated expression?

A) Patient:
B) IsNull(Parent)
C) LastName & ", " & FirstName
D) Parent & "(Parent)"
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
37
Crosstab queries may use which of the following aggregate functions?

A) Like
B) Not
C) Var
D) Between
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
38
Which comparison operator defines a condition with a list of two or more values for a field and includes records when the field matches one value from the list in the query results?

A) Like
B) Between
C) In
D) Or
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
39
The calculated expression =City & "," & State & " " & ZipCode is an example of ____.

A) concatenation
B) ampersand
C) AutoFilter
D) a parameter query
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
40
The standard naming convention prefix tag for a query used to identify the object type is ____.

A) Query
B) QURY
C) qry
D) QRY#
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
41
<strong>  In the accompanying figure, which field property will appear on the screen if the user enters the value 5 in the InvoiceAmt field in datasheet view?</strong> A) Decimal Places B) Validation Rule C) Default Value D) Validation Text
In the accompanying figure, which field property will appear on the screen if the user enters the value 5 in the InvoiceAmt field in datasheet view?

A) Decimal Places
B) Validation Rule
C) Default Value
D) Validation Text
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
42
To avoid the display of a security warning when opening a database, place the database ____.

A) on a flash drive
B) only on a hard drive
C) in an external folder on an external drive
D) in a trusted folder
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
43
In the accompanying figure, the top values query is designed to return the top values for the ____ field.

A) tblBilling
B) PatientID
C) InvoiceAmt
D) InvoiceNum
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
44
Which query wizard allows the user to choose the field that will be calculated for each row and column intersection?

A) Find Duplicates Query Wizard
B) Crosstab Query Wizard
C) Simple Query Wizard
D) Find Unmatched Query Wizard
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
45
In an input mask, the letter ____ indicates that a letter or digit must be entered, and the entry is required.

A) A
B) a
C) C
D) L
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
46
An input mask may be created for any field with the ____ or ____ data type.

A) Short Text, Number
B) Number, Currency
C) Long Text, Currency
D) Currency, Autonumber
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
47
When creating an input mask, the ____ input mask character is used to indicate that the following character will be a literal display of that character.

A) #
B) &
C) \
D) !
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
48
<strong>  In the accompanying figure, what is the Top Values property that has been set for the qryLargeInvoiceAmounts?</strong> A) >=200 B) Descending C) All D) 25%
In the accompanying figure, what is the Top Values property that has been set for the qryLargeInvoiceAmounts?

A) >=200
B) Descending
C) All
D) 25%
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
49
A Social Security Number which appears in the format 123-456-7891 is an example of a(n) ____.

A) field value
B) predefined input mask
C) aggregate function
D) variance
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
50
It is a good idea to ____ the database before using compact and repair to keep the database safe from hardware and software malfunctions.

A) use a second computer to save
B) run a virus check on
C) make a backup copy of
D) proofread
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
51
Rich text formatting available for Long Text fields includes ____.

A) paragraph styles
B) font options
C) themes
D) borders
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
52
The Registrar at Ravenswood College would like to create a query which displays all students who have not yet registered for fall semester classes. She will use the StudentInformation and TuitionPaid tables to create the query. Which type of query will most likely create the desired results?

A) crosstab query
B) find unmatched query
C) simple query
D) find duplicates query
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
53
<strong>  In the accompanying figure, the frmPatient object is dependent on the ____ object.</strong> A) qryPatientsByName B) tblVisit C) tblPatient D) Forms
In the accompanying figure, the frmPatient object is dependent on the ____ object.

A) qryPatientsByName
B) tblVisit
C) tblPatient
D) Forms
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
54
Validation Rules are entered in the ____

A) Navigation Pane
B) datasheet
C) dependent object
D) Field Properties Pane
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
55
In crosstab query results, the value of a checked Yes/No data type field will display as ____.

A) 0
B) 1
C) -1
D) +1
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
56
Setting the ____ field property to Yes instructs Access to keep an historical record of all versions of the Long Text field value.

A) Append Only
B) Validation Rule
C) Input Max
D) Default Value
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
57
The input mask character ____ indicates that a letter only must be entered, and the entry is required.

A) A
B) C
C) L
D) &
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
58
Which type of query would show results indicating two different student ID numbers have been assigned to the same student?

A) simple query
B) find unmatched query
C) find duplicates query
D) crosstab query
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
59
Which of the following examples shows an input mask for a telephone number with the first three digits optional and dashes separating the parts of the telephone number?

A) 999\-000\-0000
B) 999-000-9999
C) 999\000\0000
D) 000\-999\-9999
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
60
<strong>  In the accompanying figure, object dependencies are shown for the ____ object.</strong> A) tblVisit B) tblPatient C) frmPatient D) qryDuplicateVisitDates
In the accompanying figure, object dependencies are shown for the ____ object.

A) tblVisit
B) tblPatient
C) frmPatient
D) qryDuplicateVisitDates
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
61
The ____________________ aggregate function returns the average of the field values.
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
62
____________________ perform arithmetic operations on selected records in a crosstab query.
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
63
Case Based Critical Thinking Questions Case 5-1
Janise is creating a database to keep track of her customers for her pet sitting business. She is in the process of creating the Customer table. She would like to design the table so that data entry is as consistent and accurate as possible. Using the figures below, determine which Access features Janise used to ensure consistent and accurate data entry.
<strong>Case Based Critical Thinking Questions Case 5-1 Janise is creating a database to keep track of her customers for her pet sitting business. She is in the process of creating the Customer table. She would like to design the table so that data entry is as consistent and accurate as possible. Using the figures below, determine which Access features Janise used to ensure consistent and accurate data entry.   Figure Case 5-1-1   Figure Case 5-1-2 According to the Field Properties in Figure Case 5-1-2, to which field has Janise assigned an input mask?</strong> A) ID B) State C) Zip D) PrimaryPhone
Figure Case 5-1-1
<strong>Case Based Critical Thinking Questions Case 5-1 Janise is creating a database to keep track of her customers for her pet sitting business. She is in the process of creating the Customer table. She would like to design the table so that data entry is as consistent and accurate as possible. Using the figures below, determine which Access features Janise used to ensure consistent and accurate data entry.   Figure Case 5-1-1   Figure Case 5-1-2 According to the Field Properties in Figure Case 5-1-2, to which field has Janise assigned an input mask?</strong> A) ID B) State C) Zip D) PrimaryPhone
Figure Case 5-1-2
According to the Field Properties in Figure Case 5-1-2, to which field has Janise assigned an input mask?

A) ID
B) State
C) Zip
D) PrimaryPhone
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
64
A select query that finds duplicate records in a table or query is a ____________________ query.
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
65
Case Based Critical Thinking Questions Case 5-2
Carlos has developed a database for his organic farm. The farm sells organic produce and meat. In addition to the retail sales of his products, he offers cooking demonstrations five times each month for a small fee. The demonstrations are limited to 10 people. The database contains the following tables: Products, ProductPrices, ProductCosts, Suppliers, Customers, and CookingDemos. The Products, Product Prices, Product Costs and Suppliers tables are related using the ProductID field. The Customers and CookingDemos tables are related on the CustomerID field. Carlos needs to make some decisions using his database. Determine the best method for Carlos to use to achieve the results he wants.
Carlos would like to create a query based on the Customer table that allows him to type in the name of the cooking demonstration for which the query will run. Which type of query should Carlos create so that he can type in the name of the cooking demonstration before the query runs?

A) parameter query
B) top values query
C) crosstab query
D) pattern match query
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
66
Case Based Critical Thinking Questions Case 5-2
Carlos has developed a database for his organic farm. The farm sells organic produce and meat. In addition to the retail sales of his products, he offers cooking demonstrations five times each month for a small fee. The demonstrations are limited to 10 people. The database contains the following tables: Products, ProductPrices, ProductCosts, Suppliers, Customers, and CookingDemos. The Products, Product Prices, Product Costs and Suppliers tables are related using the ProductID field. The Customers and CookingDemos tables are related on the CustomerID field. Carlos needs to make some decisions using his database. Determine the best method for Carlos to use to achieve the results he wants.
Carlos needs to decide which cooking demonstrations to offer next month. He would like to offer his five most popular demonstrations. Which method would be best for Carlos to use to find this information from his database?

A) use a calculated field in the CookingDemo table to calculate how many people signed up for each demonstration
B) manually count the number of people who attended each demonstration
C) create a top values query based on the field in the CookingDemo table that lists the number of participants
D) create a pattern match in a query based on the Customer table
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
67
Case Based Critical Thinking Questions Case 5-2
Carlos has developed a database for his organic farm. The farm sells organic produce and meat. In addition to the retail sales of his products, he offers cooking demonstrations five times each month for a small fee. The demonstrations are limited to 10 people. The database contains the following tables: Products, ProductPrices, ProductCosts, Suppliers, Customers, and CookingDemos. The Products, Product Prices, Product Costs and Suppliers tables are related using the ProductID field. The Customers and CookingDemos tables are related on the CustomerID field. Carlos needs to make some decisions using his database. Determine the best method for Carlos to use to achieve the results he wants.
Carlos has decided to market his cooking demonstrations based on his most abundant products. To do that he needs to know the quantity of each product by category (such as beef, green vegetables, peppers, etc.) Because each product in the Products table is assigned a category in the Category field, he will create a query that lists the categories in rows in the datasheet and the product totals as columns in the datasheet when the query is run. Which type of query will Carlos create?

A) crosstab query
B) parameter query
C) simple query
D) top values query
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
68
The ____________________ button in the Sort & Filter group on the HOME tab is used to remove the current filter in a dataset or to reapply a filter.
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
69
When creating a find unmatched query using the query wizard, Matching fields will be joined automatically if a ____________________ is already defined between the two selected objects.
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
70
Case Based Critical Thinking Questions Case 5-2
Carlos has developed a database for his organic farm. The farm sells organic produce and meat. In addition to the retail sales of his products, he offers cooking demonstrations five times each month for a small fee. The demonstrations are limited to 10 people. The database contains the following tables: Products, ProductPrices, ProductCosts, Suppliers, Customers, and CookingDemos. The Products, Product Prices, Product Costs and Suppliers tables are related using the ProductID field. The Customers and CookingDemos tables are related on the CustomerID field. Carlos needs to make some decisions using his database. Determine the best method for Carlos to use to achieve the results he wants.
As Carlos plans for the fall planting season, he would like to bundle all of his shipments from the Organic Opportunities supplier into one shipment. He needs to know which products he has previously ordered from Organic Opportunities. Which method will quickly produce the results Carlos needs?

A) create a calculated query using the Products table
B) create a find unmatched query using the Suppliers table
C) use a lookup field in the Products table
D) use the AutoFilter option in the Supplier table for the appropriate field
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
71
You can define a condition with a list of two or more values for a field by using the ____ comparison operator.

A) Like
B) While
C) Between
D) In
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
72
A standard language used in querying, updating, and managing relational databases is ____________________.
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
73
Case Based Critical Thinking Questions Case 5-3
Marie works for a busy pediatrician's office. The practice has a sophisticated database for all records and information that pertain to the practice. The doctor for whom she works is participating in an academic study, and she needs a report that lists the patient's name, date of birth, and the names of parents or guardians. The doctor would like to see the patient's full name in the format Lastname, Firstname even though they are separate fields in the database. She would also like to see the data for the fields Mother, Father, and Guardian, regardless of whether or not data is actually entered in those fields. Based on the doctor's requirements for the report, Marie must create a query on which to base the report.
Because the doctor wants all data entered for parents and guardians regardless of the data in the field, Marie must create a calculated field in the query with a function that tests the Mother, Father, and Guardian fields for a condition that is either true or false. If the condition is true, one result will be displayed, and if the condition is false a different result will be displayed. Which function should Marie use for this calculated field?

A) Input
B) IIf
C) nonnull
D) IsError
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
74
An expression that calculates the values of the data in a field is contained in a ____________________ field.
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
75
Case Based Critical Thinking Questions Case 5-1
Janise is creating a database to keep track of her customers for her pet sitting business. She is in the process of creating the Customer table. She would like to design the table so that data entry is as consistent and accurate as possible. Using the figures below, determine which Access features Janise used to ensure consistent and accurate data entry.
<strong>Case Based Critical Thinking Questions Case 5-1 Janise is creating a database to keep track of her customers for her pet sitting business. She is in the process of creating the Customer table. She would like to design the table so that data entry is as consistent and accurate as possible. Using the figures below, determine which Access features Janise used to ensure consistent and accurate data entry.   Figure Case 5-1-1   Figure Case 5-1-2 The 9999 included in the Input Mask property in Figure Case 5-1-2 indicates that data entry is ____ for that part of the field.</strong> A) required B) optional C) automatic D) a default value
Figure Case 5-1-1
<strong>Case Based Critical Thinking Questions Case 5-1 Janise is creating a database to keep track of her customers for her pet sitting business. She is in the process of creating the Customer table. She would like to design the table so that data entry is as consistent and accurate as possible. Using the figures below, determine which Access features Janise used to ensure consistent and accurate data entry.   Figure Case 5-1-1   Figure Case 5-1-2 The 9999 included in the Input Mask property in Figure Case 5-1-2 indicates that data entry is ____ for that part of the field.</strong> A) required B) optional C) automatic D) a default value
Figure Case 5-1-2
The 9999 included in the Input Mask property in Figure Case 5-1-2 indicates that data entry is ____ for that part of the field.

A) required
B) optional
C) automatic
D) a default value
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
76
The Top Values query property allows the user to limit the number of records in the query results by using a preset value, by entering an integer, or by selecting a(n) ____________________.
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
77
Case Based Critical Thinking Questions Case 5-1
Janise is creating a database to keep track of her customers for her pet sitting business. She is in the process of creating the Customer table. She would like to design the table so that data entry is as consistent and accurate as possible. Using the figures below, determine which Access features Janise used to ensure consistent and accurate data entry.
<strong>Case Based Critical Thinking Questions Case 5-1 Janise is creating a database to keep track of her customers for her pet sitting business. She is in the process of creating the Customer table. She would like to design the table so that data entry is as consistent and accurate as possible. Using the figures below, determine which Access features Janise used to ensure consistent and accurate data entry.   Figure Case 5-1-1   Figure Case 5-1-2 The State field in Figure Case 5-1-1 illustrates which of the following?</strong> A) an Autofilter B) a conditional value C) a lookup field D) an input mask
Figure Case 5-1-1
<strong>Case Based Critical Thinking Questions Case 5-1 Janise is creating a database to keep track of her customers for her pet sitting business. She is in the process of creating the Customer table. She would like to design the table so that data entry is as consistent and accurate as possible. Using the figures below, determine which Access features Janise used to ensure consistent and accurate data entry.   Figure Case 5-1-1   Figure Case 5-1-2 The State field in Figure Case 5-1-1 illustrates which of the following?</strong> A) an Autofilter B) a conditional value C) a lookup field D) an input mask
Figure Case 5-1-2
The State field in Figure Case 5-1-1 illustrates which of the following?

A) an Autofilter
B) a conditional value
C) a lookup field
D) an input mask
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
78
Which Access object(s) may be used when creating a lookup field to select values?

A) table
B) form
C) report
D) both table and report
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
79
Case Based Critical Thinking Questions Case 5-1
Janise is creating a database to keep track of her customers for her pet sitting business. She is in the process of creating the Customer table. She would like to design the table so that data entry is as consistent and accurate as possible. Using the figures below, determine which Access features Janise used to ensure consistent and accurate data entry.
<strong>Case Based Critical Thinking Questions Case 5-1 Janise is creating a database to keep track of her customers for her pet sitting business. She is in the process of creating the Customer table. She would like to design the table so that data entry is as consistent and accurate as possible. Using the figures below, determine which Access features Janise used to ensure consistent and accurate data entry.   Figure Case 5-1-1   Figure Case 5-1-2 To ensure that all telephone numbers are entered in a consistent manner, Janise assigned a(n) ____ to the PrimaryPhone field as illustrated in Figure Case 5-1-2.</strong> A) lookup field B) input mask C) data type D) propagation property
Figure Case 5-1-1
<strong>Case Based Critical Thinking Questions Case 5-1 Janise is creating a database to keep track of her customers for her pet sitting business. She is in the process of creating the Customer table. She would like to design the table so that data entry is as consistent and accurate as possible. Using the figures below, determine which Access features Janise used to ensure consistent and accurate data entry.   Figure Case 5-1-1   Figure Case 5-1-2 To ensure that all telephone numbers are entered in a consistent manner, Janise assigned a(n) ____ to the PrimaryPhone field as illustrated in Figure Case 5-1-2.</strong> A) lookup field B) input mask C) data type D) propagation property
Figure Case 5-1-2
To ensure that all telephone numbers are entered in a consistent manner, Janise assigned a(n) ____ to the PrimaryPhone field as illustrated in Figure Case 5-1-2.

A) lookup field
B) input mask
C) data type
D) propagation property
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
80
Case Based Critical Thinking Questions Case 5-3
Marie works for a busy pediatrician's office. The practice has a sophisticated database for all records and information that pertain to the practice. The doctor for whom she works is participating in an academic study, and she needs a report that lists the patient's name, date of birth, and the names of parents or guardians. The doctor would like to see the patient's full name in the format Lastname, Firstname even though they are separate fields in the database. She would also like to see the data for the fields Mother, Father, and Guardian, regardless of whether or not data is actually entered in those fields. Based on the doctor's requirements for the report, Marie must create a query on which to base the report.
Marie creates the following expression as a new field in the query that she will use to create the report requested by the doctor PatientName: [LastName] & ", " [FirstName] . This expression is an example of ____.

A) IsNull
B) concatenation
C) nonnull
D) an expression using a logical operator
Unlock Deck
Unlock for access to all 91 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 91 flashcards in this deck.