Multi linked sections

This is a complex linking. The same section is a parent of more child sections.

example_tabletui:
page_id section_id type child parent parent_table child_table
Employees section1 form section4,
section2,
section5
_ EMPLOYEES _ EMPLOYEES _
Employees catalogview catalogview _ _ _ _ _ _
Employees section2 webview _ section1 EMPLOYEES _ EMPLOYEES _
Employees section4 attachment _ section1 EMPLOYEES lastname ATTACHMENTS lastname
Employees section5 calendar _ section1 ATTACHMENTS lastname employees_calendar lastname

form -> webview (controlsource=employees.notes to relate)
|      |
V     calendar
attachments (via navig.menu)


example_webapp1:
page_id section_id type child parent parent_table child_table
Employees section1 form section4,
section2
_ EMPLOYEES _ EMPLOYEES _
Employees catalogview catalogview _ _ _ _ _ _
Employees section2 webview _ section1 EMPLOYEES _ EMPLOYEES _
Employees section4 attachment _ section1 EMPLOYEES lastname ATTACHMENTS lastname

form -> webview
|
V
attachments (via navig.menu)