Installing Ubuntu as Primary Operating System
Installing Ubuntu as Primary Operating System
Get Familiarize
with the Working
Environment
The Base environment contains four work areas: Tables, Queries, Forms, and Reports. Depending
on the work area selected, various tasks—creating new content or calling up existing elements—
may be carried out.
Base starts with the Form view, because forms are the elements most commonly used
when working with databases.
14 Base Handbook
The table structure for such a form is relatively basic and easy to set up. In the table shown above,
the same data can be directly input in the rows and columns of the table as when using the form.
• The first field shows a primary key (“ID”) which is automatically generated. More on
this topic can be found in the chapter on Tables.
• The second field, Media_ID, stores the primary key of the Media table, a number which
refers to the Media. In the form the media id, title and author are shown in the drop-
down menu.
16 Base Handbook
The query shown above lists all media which are currently out on loan. It calculates for each
item how long it has been on loan and the balance of the loan period.
• All media for which the Return_Date field is empty is listed. As an additional overview,
the medium name is included in the query together with the Media_ID.
• The reference to the Reader is established with the primary key of the Reader table.
• The value of the LoanDays field is calculated as the difference between the Loan_Date
and the current date.
• The number of LoanDays is subtracted from the Loan Time to give the remaining
number of days in the loan period. The Loan Time can vary with different media types.
• In the Settings table a value of '1' for Extension corresponds to an extension of the loan
period of 7 days. In the data set above, the line with Media_ID '2' shows an extension of 7
days.
The recall notice is generated by means of a query from the previously input data. The user of the
database needs only to choose the Recall report and a recall letter can be printed out and sent to
all persons who have a recall entry made in the form on the previous page.
In such a report there may be multiple entries (overdue items) for a particular person. If the table
containing the items for this person exceeds the space on a page, it is extended to cover a
succeeding page.
Such a report is more encompassing than a mail merge letter produced with Writer. It
automatically gathers together the data sets for printing and arranges the necessary
accompanying text accordingly.
18 Base Handbook