Hopefully you will find this week’s lab activity fun and useful. If you have never created a database, you will be able to tell all of your friends and family that you are now a database designer! You will walk through the steps of creating and populating an Access database to keep a record of items in your home. The database will have a table, a form, a query, and a report. You will need to use Microsoft Access 2010. In the event you do not have Access, you can use the iLab environment. Make sure to copy your files down to your pc and upload to the Dropbox. The following videos will refresh you with the use of the iLab environment and transfer of files.
Turn in one database named Lab7_yourlastname.accdb to the Dropbox. When submitting the database, provide a comment in the Dropbox comments area explaining what you learned from completing this lab activity.
.NOTE:For this lab, you will not have a starter file. You will create a database from scratch.
In this step, you will create a blank database and add one table to the database. The table should contain at least the following fields:
You may add other fields if you wish.
If you have any questions, please post in the Q & A Forum or contact your instructor.
** Please be patient when loading these videos as they can be large.
Entering data in Datasheet View requires a large amount of scrolling. It also exposes the table design to users, which means that users can make changes to the database design that you don’t wish them to make. Create a form to enable easy entry of data. Use the form to enter at least 10 records.
Back to TopDownload theLab 7, Step 3 Instructions.
Once data have been entered into a database, you will want to be able to select and retrieve data. The Query object allows you to select data from your database tables that will answer questions you might have. For example, suppose you had a small fire in your office and you wish to make an insurance claim. Using a query, you will be able to select only those records in the database that have the Location equal to “Office.” Write a query that will allow you to select records based on a room you select.
Reports allow us to create “printable” documents based on the data in our database. Create a report of your entire Inventory, grouped by room. Show only the Item, Manufacturer, Model, and Purchase Price.