CHAPTER 4 ACCESS: FROM QUERIES TO REPORTS
- Query, form and report are available under __________ tab. Answer: c. Create
__________ view allows the users to change the look of the form. Answer: a. Design
Which of the following is not accessible within the query box? Answer: c. Custom
Which of the following is not a database object? Answer: c. Story
Which tab holds all the format settings of the report? Answer: c. Design
Report option is used to display the data in the desired printed format.
Form allows you to edit and manipulate data in the table.
Criteria in query use two operators: AND and OR.
A Query can only be based on the table.
When a form is created, the Format tab gets activated automatically.
- You cannot edit a query. False
A form can be based on a query. True
The Create tab holds all the format settings of a form. False
You are not required to include fields in the query window. False
You can create a query solely based on a table. True
- Form - c. It allows you to edit, format and check the data of a table.
Query - e. The data that is retrieved from a table.
AND - d. This operator allows you to check for all the conditions given in the query.
Sort - b. It arranges the output of the query in ascending or descending order.
Report - a. It displays the data in the printable format.
Define a query. ANS- A query is a database element used to retrieve data from one or more tables based on specific criteria.
What are the components of a query? ANS- The main components of a query include tables (data sources), selected fields, criteria for filtering, and sorting orders.
What is the usage of the Format tab in Access? ANS- The Format tab allows user the modification of the visual appearance of elements within a form or report, including changes to font styles, colors, text alignment, and background colors.
Write two ways to format a form in Access.
The Format tab provides tools to change fonts, colors, and styles.
Design View or Layout View enables the resizing of controls, the movement of fields and the adjustment of the overall layout.
5. Name the layouts available in Access for forms and queries.
ANS- Columnar, Tabular, datasheet, justified.
6. Describe a query and provide the steps to create one.
ANS- A query is a method for
extracting specific data from a database.
·
Select the Create tab.
·
Click Query Design.
·
Add the desired table and drag fields into the
grid.
·
Enter conditions in the Criteria row and select
Run.
7.
What
is the difference between AND and OR operators in Access?
· The AND operator requires all specified criteria
to be true for a record to be displayed.
·
The OR operator requires only one of the
specified criteria to be true for a record to be displayed.
8.
Write
the steps to create a query in Access with multiple criteria.
- Open Query Design and add the target table.
- Add the required fields to the grid.
- For AND logic, enter all conditions in the same Criteria row.
- For OR logic, enter conditions in the "or" row situated below the first Criteria row.
- Click Run.
9. What is a form? Write the steps to create a form using the Form command.
ANS- A form
is a database element that allow user to edit, delete, view and input data in a table.
steps to create a form using the Form command.
i. Select the table in the Navigation Pane and it will open in Datasheet view.
ii. Click on the form option located in the forms group under the create tab.
iii. A form will appear in the layout view displaying all the fields in the table.
10. Write the usage of report and steps to create one.
ANS- A report is used to present data in an organized,
professional and printable format.
i) In the navigation pane, select the table or query for the report.
ii) Click the Create tab.
iii) Click on the report button in the report group.
Comments
Post a Comment