Access Tutorial 6

21 August 2022
4.7 (114 reviews)
61 test answers

Unlock all answers in this set

Unlock answers (57)
question
Tab order allows a user to navigate the label boxes in a form by pressing the Tab key on the keyboard.
answer
false
question
The caption that displays in a label cannot be changed in Design view when creating a form.
answer
False
question
To create a custom form, the user may modify an existing form in Form view or Design view.
answer
False
question
Which property must be set to Yes in the Property Sheet to display a control or a section in the form?
answer
Visible
question
Carlos has created several tables for his Organic Produce farm database including Customers, Vendors, and Products. Now he wants to create forms that will make it easier to enter data in the database. Determine the best methods for Carlos to use when creating forms for his specific needs. To add the control to the form that meets his requirements, Carlos will use the ____ from the DESIGN tab in the Forms Layout Group on the Ribbon.
answer
Controls gallery
question
A form may only be created from scratch in Form view.
answer
False
question
A ____ asks a series of questions and then uses your answers to create a control in a form or report.
answer
Control Wizard
question
The label attached to a bound control displays which of the following?
answer
the field name or Caption property
question
The Tab Order button, which quickly displays the Tab Order dialog box, is located on the ____ tab in Form Design view.
answer
DESIGN
question
Text that appears in a ScreenTip when the mouse pointer is positioned above a control in a form is determined by the ____ property.
answer
ControlTip Text
question
Flat, Raised, Sunken, Etched, Shadowed, and Chiseled are options for the ____ control property.
answer
Special Effect
question
Which key on the keyboard may be used to ensure that a horizontal or vertical line is straight when adding a line to a form or report?
answer
Shift
question
Tab order may only be changed in form Design view.
answer
True
question
The number of occurrences of an expression is determined using the ____ function in a form or report.
answer
COUNT
question
A control that combines the features of a text box and a list box is a ____.
answer
combo box
question
Text box controls arranged in a datasheet format with a label above each column indicates the ____ layout.
answer
tabular
question
Which symbol is used to distinguish an expression from a fieldname in a calculated control?
answer
=
question
A customizable form that displays multiple records from a source table or query in a datasheet format may be created using the ____ form tool.
answer
Multiple Items
question
A combo box control may only be modified in form Design view.
answer
False
question
The ____ refers to the order in which the focus moves from one control to another control when a user presses the Tab key.
answer
tab order
question
To increase an object's window size to view more of the vertical contents of the object, collapse the ____.
answer
Ribbon
question
Which button on the FORMAT tab is used to change the background color of a control, section, or object?
answer
Background Color
question
The Layout view or the Design view may be used to create a ____ form.
answer
custom
question
A tool used to form a group of related controls or to separate the group from other controls is the ____ tool.
answer
Rectangle
question
Carlos has created several tables for his Organic Produce farm database including Customers, Vendors, and Products. Now he wants to create forms that will make it easier to enter data in the database. Determine the best methods for Carlos to use when creating forms for his specific needs. After reviewing the simple form, Carlos decides that he needs a form which is customized to make data entry more accurate and less cumbersome. Because most of his products are already in the database, he would like to use a list to choose the product during data entry. However, there are times that a product might not be available in the database, and it needs to be added. What is the best type of control for Carlos to use in his custom form to meet this requirement?
answer
Combo box
question
Which form tool displays data in both Form view and Datasheet view at the same time?
answer
Split Form
question
Carlos has created several tables for his Organic Produce farm database including Customers, Vendors, and Products. Now he wants to create forms that will make it easier to enter data in the database. Determine the best methods for Carlos to use when creating forms for his specific needs. Carlos is creating a simple form using the Products table and would like to include all fields from the table. He would like for the form to display all of the fields using a datasheet layout. Which tool would be best for Carlos to use?
answer
Datasheet tool
question
To select and set properties for an entire section, click on the ____..
answer
section selector
question
To avoid typing errors when creating a more advanced expression for a calculated control, it is a good idea to use this Access feature.
answer
Expression Builder
question
The ____ option in the Tab Order dialog box allows a tab order of left-to-right or top-to-bottom.
answer
Auto Order
question
Which view or tool allows the form designer the most control and precision when designing a form?
answer
Design view
question
To select and set properties for an entire section, click on the ____.
answer
section selector
question
Akash created a custom form for his supervisor that includes a subform based on a query for unpaid invoices. After creating the form and viewing it in Form view, Akash needs to make some changes. Decide which options are best for Akash to use to make the necessary changes to the custom form design. Akash has included a calculated field in the subform which was created using a query for unpaid invoices. The calculated field should show the total amount of unpaid invoices from the InvoiceAmt field; however, the form does not show the calculation in Form view. Which expression will solve this problem?
answer
=Sum([InvoiceAmt])
question
A form created from related tables usually consists of a ____ table which is the "one" side of the one-to-many relationship with a subform.
answer
primary
question
A selected control will display how many sizing handles?
answer
7
question
To find records in a form using a Combo box, it is necessary to change the ____ form property of the form to the table or query that is the source for all the bound controls in the Detail section.
answer
Record Source
question
The default Form Footer section Height property is set to ____ when the Form Footer is added in Design view.
answer
one-quarter inch
question
When a control is active and waiting for user action, the control has focus.
answer
True
question
All of the fields added to the form are from the Customer table. These controls are called ____ controls because they are connected to a field in the database.
answer
bound
question
Options on the ARRANGE tab apply only to the datasheet when the Split Form tool has been used to create the form.
answer
False
question
A selected column of controls may be aligned to the left or right edges of the controls using the ARRANGE tab on the ribbon.
answer
True
question
When there is a finite number of choices for a form entry, a combo box control should be used.
answer
True
question
Janise's College Pet Sitting business is growing rapidly. She has expanded to include more pet sitters and is creating forms for the sitters to enter information in the business database. She is creating only custom forms. Determine the best methods, features, and tools for Janise to use when creating her custom forms. Before typing the title, which tool should Janise choose from the DESIGN tab on the Ribbon?
answer
Title
question
Access assigns names to control boxes if the Name property for the control is not set when the form is created.
answer
True
question
Number signs indicate that a text box has been resized too small to display the contents properly.
answer
True
question
The expression =Sum([InvoiceAmt]) might be found in which type of control added to a form?
answer
calculated control
question
Titles, instructions, command buttons, and other controls added to the bottom of a form and that remain on the screen when the form is displayed in Form view or Layout view are added to the ____ section of the form.
answer
Form Footer
question
Janise's College Pet Sitting business is growing rapidly. She has expanded to include more pet sitters and is creating forms for the sitters to enter information in the business database. She is creating only custom forms. Determine the best methods, features, and tools for Janise to use when creating her custom forms. Janise will now add selected fields from the Customer table to her form. Which section of the form will contain the fields from the selected table?
answer
Detail
question
Text box controls arranged vertically in Form Design view with a label control to the left of each text box control is the tabular layout.
answer
False
question
The record source for a subform must be a table.
answer
False
question
The Record Source property specifies the table or query on which a form is based..
answer
True
question
A control that allows users to type an entry is a(n) text box.
answer
True
question
Carlos has created several tables for his Organic Produce farm database including Customers, Vendors, and Products. Now he wants to create forms that will make it easier to enter data in the database. Determine the best methods for Carlos to use when creating forms for his specific needs. The new custom form meets Carlos' requirements; however, some of the labels do not clearly describe the data that needs to be entered in the form. Which label property should Carlos change to make the label more descriptive and clear to the user?
answer
Caption property
question
Akash created a custom form for his supervisor that includes a subform based on a query for unpaid invoices. After creating the form and viewing it in Form view, Akash needs to make some changes. Decide which options are best for Akash to use to make the necessary changes to the custom form design. Akash used the Header section in his main form design, but he does not plan to use the Footer section. To remove the footer section, which section property should be set to zero?
answer
height
question
The Bound Column property specifies the default control used to display a field.
answer
False
question
A value that is the result of an expression is displayed in which type of control in a form?
answer
calculated
question
The Access tool that allows the user (or designer) to create detailed documentation of all, or selected, objects in a database is the ____.
answer
Documenter
question
Janise's College Pet Sitting business is growing rapidly. She has expanded to include more pet sitters and is creating forms for the sitters to enter information in the business database. She is creating only custom forms. Determine the best methods, features, and tools for Janise to use when creating her custom forms. Janise is planning her first custom form carefully. She knows that she wants a title for her form and several fields included in the form controls. Which feature will Janise use to add the appropriate section for a title to her form?
answer
Form Header/Footer
question
Set the ____ property to No to prevent users from using the Tab key to navigate to a control.
answer
Tab Stop
question
The ____ property specifies the data source for a control in a form or report or for a field in a table or query.
answer
Row Source
question
If a form does not need both a Form Header and a Form Footer section, the section which is not needed may be removed by setting the height of the section to zero.
answer
...