You will usually not provide tables to the users for
data entry. Instead, you will use objects called forms. A form appears in a
view friendlier than that of a table. Here is an example of a form presented
to a user:
For you as the database developer, a form only serves as
a relay between the source of data, which can be a table, and the user who
looks at it. Of course, in order to have a form in your application, you
must first create it.
When it comes to data of a database, there are two broad
types of form: data-unrelated and data-related.
Although most of the forms you will use in a database
are meant to display data from a table, you can create an independent form
whose functionality and behavior do not depend on the data from a database.
Such a form can be used to display other types of information to the user.
The form can be referred to as unrelated.
To create a blank form, on the Ribbon, click Create and,
in the forms section, click Blank Form. You would be presented with an empty
rectangular object.
The other category of form involves those used to
display data to the user. Such forms are primarily made for data entry.
Before creating such a form, you must decide where data would come from. The
source object can be a table or other means we will study in future lessons.
If the data of a form will be based on a table, you can specify it, before
or while creating the form.
To easily create a form that would display data, in the
Navigation Pane, select the table. In the Ribbon, click Create. In the Forms
section, click Form.
Like a table, you can create a temporary form to test
something and get rid of the form after use (you do this by not saving the
form). As done for a table, if you intend to preserve a form, you must save
it. To save a form:
If the form was not saved previously, you would be
prompted to give it a name. Like every object of a database, a form must
have a name. Microsoft Access is very flexible when it comes to names of
objects. For example, a form can be named D#%bb or 5&#GM* or anything like
that. As you can imagine, such names are not realistic. For this reason, you
should give easily recognizable names to your form so you would be able to
predict what the form is used for. If a form is based on a table, it may be
a good idea to give the same name as the table. If a form is independent,
that is, if it doesn't display data from a table, you can give it a name
that reflects its role in the database.
For a typical database, a form is used to view, enter,
manipulate, and search data. Because users spend a great deal of their time
looking at forms, you should create and make them as attractive and friendly
as possible. Form design can take a long time in database development but
Microsoft Access provides quick means to get around. The Form Wizard
provides an easy and fast means of creating a form.
To launch the Form Wizard, on the Ribbon, click Create.
In the Forms section, click Form Wizard. This would start the wizard. The
first page of the Form Wizard allows you to choose the originating table
that will supply the necessary fields in the form. Once you have selected
the object, its corresponding fields display in the Available Fields list
box, you can select all fields or decide which ones you want to include in
the form. The 2nd page of the wizard allows you to select the desired layout
of the form. The 3rd page of the Form Wizard allows you to name the form.
Data entry of a database is mainly performed on forms as
they provide a friendlier display of information than tables. Data entry on
a form is performed using various types of Windows controls. On text boxes,
the user enters data by typing it. On a combo box, depending on how the
object was configured by the database developer, the user may have to only
select an item from the list. In some other cases, the user may be allowed
to enter new data.
After entering or changing data on a control, to move
from one field to the next, the surest way is to press Tab. On most
occasions, the user can also press Enter. The Enter key may not move the
focus from a text box that allows multiple lines of text. If the user is
simply reviewing data without performing data entry, the keyboard's arrow
keys can also be used to move among fields.
Editing a value consists of changing it. This can be
done on the table or the form (or on a query as we will learn). To do this,
first locate the value in the field. If you are working on a table, you can
click the value and use the keys (left, right, Home, End, Backspace, or the
Space Bar) to edit the value. If you are working on a form, you can click
the label next to a field. This would completely select the corresponding
value in the control. You can then press F2 to position the caret in the
control and edit its value. Alternatively, you can click the control's field
and edit the value.
Sometimes there will be some regular problems in
your database. For example during data entry, some information could
be missing, mistyped, or entered in the wrong field. These problems
would be easy to locate on a small table or form. If the database
grows, values could become difficult to locate. Fortunately,
Microsoft Access provides many tools you can use to find values and
take actions.
To assist you with finding a value in a table or
a form, the Home tab of the Ribbon is equipped with a section named
Find:
To start looking for a value, you can click the Find
button
The Find and Replace dialog box is modeless, meaning you
can access the table or form in the background while the dialog box is
present.
To specify the value to look for, type it in the Find
What combo box. If you had previously used the dialog box, the Find What
combo box keeps track of the previous searches and stores them in the
control. This would allow you to perform a search on a value previously
used.
The Look In combo box allows you to select the column
where the value should be located. By default, when the Find and Replace
dialog box displays, it selects the column or field that had focus and puts
its name in the Look In combo box. You can look into that column but, if you
want to search the whole table, select its name in the Look In combo box.
The Match combo box allows you to specify how close the
match should be. The options are Any Part of Field, Whole Field (the
default), and Start of Field.
The Search combo box allows you to specify the direction
to follow. The options are Up, Down, and All (the default).
After specifying the options, you can click Find Next.
After using the Find and Replace dialog box, to dismiss it, you can click
Cancel or press Esc.
We have seen that you can use the Find and Replace
dialog box to simply locate a value. Instead of just finding it, you may
want to replace the found value with an alternate. To assist you with this,
you can use the Replace section of the dialog box. To get it, in the Find
section of the Ribbon, you can click the Replace button
You can also open the Find and Replace dialog box as we
did for finding, then click the Replace tab.
The Replace section of the dialog box provides the same
options at the Find counterpart with the addition of the Replace With combo
box, the Replace and the Replace All buttons. After specifying what to look
for in the Find What combo box, the Replace With combo box allows you to
specify the value to replace the Find What with.
The primary function of the table is to provide a means
of storing and arranging information of a database. Nevertheless, you can
print data of a table, especially if for example you are in a hurry and do
not have access to another object. You can print data on a table whether the
table is opened or not.
To print a closed table, locate it in the Navigation
Pane and click it to select it, then click File, position the mouse on Print
and select one of the three options. In the same way, if the table is opened
in Datasheet View, click its tab to give it focus, then click File -> Print
and select to print or to preview.
The Print menu of the Office Button presents three
options:
Although not part of their primary role, forms provide a
quick means of printing data, especially in the absence of desired reports.
There are various issues related to printing forms, including printing all
records or just some of them.
You can print a form without opening it. Once you know
the form you would like to print, locate its name in the Navigation Pane and
use the same steps reviewed for a table.
When a form is opened, you have the option of printing
all of its records or the selected one. In the Form View, to print just one
record, navigate to the record you would like to print, click the Form
Selection bar to select the record and proceed to print.
A report provides an object used to print a database's
records. Although you can print tables or forms, reports are customized to
be printer friendly. They can perform and display calculations. Once again,
Microsoft Access provides wizards to quickly create reports.
Microsoft Access can help you quickly create a report
using one of the pre-designed layouts. This is done using the Report Wizard.
The Report Wizard is available from the Reports section of the Create
category of the Ribbon.
The report is the favorite object used to print data. As
done with the other objects, you can print a report whether it is opened or
not. Before printing a report, you must first select or open it. If you want
to print a report without opening it, in the Navigation Pane, locate the
desired report and click it to select it. Then, proceed from the Office
Button as we reviewed for the table and the form. In the same way, you can
first open the report from the Navigation Pane and use the Print menu from
the Office Button the same way we described for the other objects.
|
Introduction to Records
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment