Tutorial Chapter 11: Master/Detail

The form used by the program in this chapter contains fields from both the orders and items tables in the custdemo database, illustrating a master-detail relationship. Since there are multiple items associated with a single order, the rows from the items table are displayed in a table on the form. This chapter focuses on the master/detail form and the unique features of the corresponding program.