Create a Master/Detail Page (.asp) by Using Design-time Controls (DTCs)Individuals commonly want to display a list of items/records associated with a particular item/record selected by the user. The sample in this article uses a table with a one-to-many relationship with a second table. A list box displays one field from the "one-sided" table, and shows all the records associated with that item. This may be referred to as a Master/Detail relationship, or a one-to-many form.