QUIJOTE Practical MSAccess Screenshots
QUIJOTE Practical MSAccess Screenshots
Information Management
PRACTICAL EXERCISE
MS ACCESS
1. Create a Table.
a. Create a table called Publisher.
3. Create a Report:
Use the Report Wizard to create a report having the following requirements:
• Select the LastName field from the Author table.
• Select the Title and Price fields from the Book table.
• Select the PubName field from the Publisher table.
• View the data by Publisher.
Query 2: List all the books where the publish date is greater than today’s date
using the LastName field of the Author table, the Title and PubDate fields of the
Book table, and the PubName field of the Publisher table. Sort the query in
descending order according to the PubDate field. Save this query as Book not
yet published.
Query 3: List all the books where the publish date is greater than today’s date
using the LastName field of the Author table, the Title and PubDate fields of the
Book table, and the PubName field of the Publisher table. Sort the query in
descending order according to the PubDate field. Save this query as Book not
yet published.
Query 4: List all the books whose title contains Excel 2007 and that are published
by Wiley using the LastName field of the Author table, the Title field of the Book
table, and the PubName field of the Publisher table. Sort the query in ascending
order according to the Title field. Save this query as Wiley Excel 2007 Books.
Query 5: List all the books whose Edition field is empty using the LastName field
of the Author table, the Title and Edition fields of the Book table, and the
PubName field of the Publisher table. Sort the query in descending order
according to the PubName field. Save this query as First Edition Books.
EXERCISE TWO
Create a database file CUSTOMER.MDB, which will require you to create one table,
one query, one form, and one report.