Question
You are the owner of Veronica's Teddy Bear store. make a new database called Teddy Bear make a Products table and add at least 6
You are the owner of Veronica's Teddy Bear store. make a new database called "Teddy Bear" make a Products table and add at least 6 products into the table. Include such fields as Item description, cost, and Product ID. Set a validation rule on the cost field so that any value entered must be at least $15.00. The cost field should be formatted as Currency. make a Customers database and add at least 10 customers into the table. Include such fields as Customer ID, Name, Address, Phone. Make First Name and Last Name required fields. make an orders table. Include such fields as Order date, Date Shipped, Quantity, Customer ID, and ProductID. Set the data type of both the Customer and Product fields to number. Establish the appropriate relationships between your tables. (Customer ID > Customer, Product ID > Product, etc.) make a lookup-field in your Orders table that looks up the Customer ID number from the Customer Table. Set the field to display the customer first and last name and to store the Customer ID field in the Customer field in the Orders table. make another lookup field that looks up the Product ID field from the Products table. Set the field to display the Product name and store the Product ID field in the Product field in the Orders table. Enter at least 5 orders into your Orders table using a different customer for each order. m akea multi-table query that displays a list of Customers and the Products they have ordered. Save the query with the name "qryOrders". Include the following fields: Last Name, First Name, Product description, Quantity and Price. Make sure that even if a customer has not placed an order that they will display when you run the query. make a Form and a Report based upon the qryOrders query. Include a calculated field both on the form and report that adds together the cost and the quantity. Name the new field "Total". Format the form and report so that they are as eye appealing as possible. Save the form as "frmProducts" and the report as "rptProducts". LESSON 5 - WORKING WITH REPORTS 2010 PCM Courseware, LLC 243 make a Main Form using your customers table that includes a subform based upon your Orders table. Rearrange and format the controls on your form to make it as appealing to the eye as possible. Save the form as "frmOrderEntry". make a query that includes all fields from your products table. Save the query with the name "qryProducts". Add a calculated field to add a $3.00 shipping charge to the cost of each product. Name the new field "ShipTotal" Close the database.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started