Purchase Solution

Build a home inventory database based on the following structure

Not what you're looking for?

Ask Custom Question

Using MS Access 2007, please build a home inventory database based on the following structure.

1. Build the following 3 tables without data.
Rooms Table - with 2 fields, Room Name and Room ID.
Category Table - with 2 fields, Category Name and Category ID.
Inventory Table - with a Serial No. field as your primary key and 8 other applicable fields as you like, using at least 3 different data types.

2. Build the table relationships.

3. Now add data to the Room and Category tables.

4. Build a Form for the Inventory table.

5. Add your inventory data to the Inventory table via the Form you built in step 4. Minimum of 30 records will be required.

6. Build one query, your choice. Remember a query answers a question. As an example, list all household electronics that are greater in value than $200. Please ensure that the query title reflects what the query is about

7. Build one simple one page report, your choice. As an example, Contents of the Family Room. Again title the report accordingly.

Purchase this Solution

Solution Summary

The expert builds a home inventory database based on a structure.

Purchase this Solution


Free BrainMass Quizzes
Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

C# variables and classes

This quiz contains questions about C# classes and variables.

Javscript Basics

Quiz on basics of javascript programming language.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.