LabTask_2
LabTask_2
Note: Submission guidelines are provided at the end. Failing to follow the guidelines will result in
marks deduction.
A local businesswoman has decided to start her own Internet business, called Masterpieces Ltd,
hiring paintings to private individuals and commercial companies. Because of your reputation as
a database designer, she has called upon your services to design and implement a database to
support her new business. At the initial planning meeting, to discuss the design, the following
user requirements were requested.
The system must be able to manage the details of customers, paintings and those paintings
currently on hire to customers. Customers are categorized as bronze, silver, gold or platinum.
These categories entitle a customer to a discount of 0%, 5%, 10% or 15% respectively.
Customers often request paintings by a particular artist or theme (e.g., animal, landscape,
seascape, sunset, still‐life, etc). Over time a customer may hire the same painting more than
once.
Each painting is allocated to a customer on monthly rental price defined by the owner. Any
paintings that are not hired within six months are returned to the owner. Each painting can only
have one artist associated with it.
Enter 10 dummy entries for each table at least to make appropriate queries.
1) Tables
• CustomerID (AutoNumber)
• FirstName (Short Text)
• LastName (Short Text)
• Email (Short Text)
• Phone (Short Text)
• Address (Short Text)
• Category (Short Text, Lookup: bronze, silver, gold, platinum)
• Discount (Number)
b) Paintings:
c) Artists:
d) Owners:
e) HireTransactions:
{Tracks painting hire records, including current and past rentals}
2) Relationships
3) Forms:
Create Forms for tables: Paintings, Customers, Artists, HireTransactions.
4) Queries
4) Reports
Several reports are required from the system. Three main ones are:
1. For each customer, a report showing an overview of all the paintings they have hired or
are currently hiring.
2. For each artist, a report of all paintings submitted for hire.
3. For each artist, a returns report for those paintings not hired over the past six months
(returned to owner).
NOTE: The reports should be visually appealing.
Submission Instructions:
1. First, rename your file as i23xxxx_FullName_Section.accdb.
2. Prepare a PDF file with all the screenshots and proper headings.
3. Submit both the PDF and database file on GCR (Don’t submit ZIP file)
3. Please ensure that your submission is on time; late submissions will not be accepted.