Chapter 12. Forms and Reports
Chapter 12. Forms and Reports
Chapter 12. Forms and Reports
1|Page
o A label is a piece of text that specifies the data that should be entered in the field
value text box.
o It is possible to create Labels in the form while designing.
Reports
o A report is another useful feature of a database management system. We have seen
that the records that have been extracted using a query are displayed in a simple row
and column format.
o A report is used to present the retrieved data in an attractive and customized
manner.
o We can create a report based on a table or a query or both.
o By default, the type of report is Dynamic. That means as the field values in the base
table or query change, the report will also change automatically. If you don’t want
automatic updation of the report, choose the Static option.
Questions
1. Explain the concept and significance of the following:
(a) Forms
(b) Reports
2. What is difference between Form and Reports?
3. A ______ is an interface in a user specified layout that lets to view, enter, and change data
directly in database objects such as tables. Ans: Form
Book Exercise
A. Multiple choice questions
1. Which of the following toolbars contains the Label tool?
(a) Standard Toolbar (b) Forms Controls Toolbar
(c) Records toolbar (d) Formatting toolbar
2. The Record toolbar has the buttons to move to the
(a) first record (b) second record (c) last record (d) all records
3. Which of the following is NOT true about forms?
(a) It is the front end for data entry (b) It can contain only text fields
(c) Graphics can be inserted on the form (d) It can contain only fixed number of
records
4. Which of the following keys is pressed to select only textbox on the form?
(a) Alt (b) Shift (c) Ctrl (d) Tab
5. Which of the following properties in the Properties: Label Field text box is used to insert a
tool-tip on the form?
(a) Tool Text (b) Help Text (c) Tool Tip (d) Help Tip
6. Which of the following objects of LibreOffice Base is used to display data retrieved from
one or more tables in a presentable manner?
(a) Query (b) Form (c) Report (d) Panel
2|Page
7. Which of the following values of Date Format property is selected to view a calendar on the
form?
(a) Standard (short) (b) Standard (long)
(c) Default (d) Standard (Medium)
8. Which of the following commands on the Forms Control toolbar is used to toggle between
Design View and Form view?
(a) Design Mode (b) Toggle Mode (c) View Mode (d) Print mode
9. Using which of the following objects in a database, can a report be generated?
(a) Tables (b) Queries (c) Both a and b (d) Neither a nor b
10. Which of the following components open along with the Report Wizard?
(a) Report Builder (b) Add Fields dialog box
(c) Both (a) and (b) (d) Neither (a) nor (b)
3|Page
D. Answer the following questions
1. Give one difference between a form and a report.
Ans:
o A form is an object of the database that has a user-friendly interface where data can
be entered and seen in an attractive and easy-to-read format.
o A report is used to present the retrieved data in an attractive and customized manner.
3. Which tool on the Forms Record toolbar is used to insert text on the form?
Ans: Text box
4|Page