0% found this document useful (0 votes)
110 views1 page

Access Exam4 PDF

The document provides instructions for an MS Access exercise to create a new ORDERS-PRODUCTS table with fields to store order data in a many-to-many relationship between existing ORDERS and PRODUCTS tables, including fields for order ID, product ID, and quantity, and then relate the tables.

Uploaded by

siyadd
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
110 views1 page

Access Exam4 PDF

The document provides instructions for an MS Access exercise to create a new ORDERS-PRODUCTS table with fields to store order data in a many-to-many relationship between existing ORDERS and PRODUCTS tables, including fields for order ID, product ID, and quantity, and then relate the tables.

Uploaded by

siyadd
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

BUS215 Business Decision Support Systems

MS Access Exercise 4

Start with the database file from Exercise 1, 2 and 3, which contains four tables (CUSTOMERS,
PRODUCTS, ORDERS, SHIPMENTS), two queries (NY Customers, Out Of Stock), three forms
(New Customers, New Products, New Orders), and one report (NY Customers Report).

Create table: ORDERS-PRODUCTS


Create the field names and their properties as you need them to store your specific data for
orders.

Orders -Products Table Field Name(s)


OID (Order ID) (FK)
PID (Product ID) (FK)
Quantity

Then relate the existing tables into a many-to-many relationship between ORDERS and
PRODUCTS.

You might also like