The Nested Repeat Region Wizard can display records from two related tables (master and detail tables) in an organized manner. The wizard uses the foreign key to determine which detail record belongs to which master record, and lists them accordingly.
It will add all the required elements into the page, like tables, recordsets and server behaviors. You can also create these elements by hand, and then use the Nested Repeat Region server behavior to achieve the same result.
The Nested Repeat Region Wizard is accessible from two locations:
This wizard has two steps. Instructions
about the correct configuration are given below.

To set the dialog box options for the first step of the wizard, read the instructions below:

To set the dialog box options for the second step of the wizard, read the instructions below:
In the Repeat style radio group select the method by which the detail records will be displayed: List (comma-separated list) or Sub-table (tree-like structure).
The image below this radio group gives a preview
of how the list will look like. In the image above, you can see the sub-title
style, and in the next image, the list style:

Click Finish when you are done configuring the wizard.
In the Dreamweaver page, the result should
look something like this:

Note: If two nested repeat regions
are used on the same page, you must create a separate recordset for each
one. If you try to use the same recordset for both you will be prompted
with an error message.