Access: Screen Play Page 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 More

Create -> Table Design

New Subform Record Source

The subform will be a list of all the videos your customers rented.  It will be similar to the receipt table. 

 

Try it: Create a Table for Movies Rented

Go to Create -> Table Design.

 

Add the following fields and data types:

 

MovieRentedID

Autonumber

ReceiptID

Number

CustomerID

Number

MovieID

Number

DateRented

Date/Time

 

Make MovieRentedID the Primary Key.

 

Save the table and name it tblMovieRented.

 

  Microsoft Access 2007 Exam 77-605 Topic: 1. Structuring a Database

  1.2. Define and print table relationships: One to many