Question: Create a new table to capture the details for each sale. The first field should be an AutoNumber field named: SaleDetailID The second field should

Create a new table to capture the details for each sale.
The first field should be an AutoNumber field named: SaleDetailID
The second field should be a lookup field named: SaleID The lookup field should be limited to values in the SaleID field of the Sales table. Include only the SaleID in the lookup field. Enable data integrity by restricting deletions.
Save the table as: SaleDetails
Add a third field to the far right of the table. Name this field: Item This is another lookup field. Include all the fields from the Items table. Sort the lookup items by values in the ItemName field. Hide the primary key field. Enable data integrity by restricting deletions.
Add a Number field to the right of the Item field. Name the field: Quantity
Set the default value for the Quantity field to: 1
Add three records to the table with the following data. (Hint: Remember, the first field in the table, SaleDetailID, is an AutoNumber field, so there is nothing to enter for each record.)
SaleID
Item
Quantity
1
Chocolate
4
1
Old Bay
2
2
Truffle
1
Close the table.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!