hierarchical table

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
andreja
User
Posts: 3

hierarchical table

Post by andreja »

Hi,
I should present an hierarchical data with more than three levels. Apart to the master /details feature, is there a way to do it?
Thank you in advance for your help and assistance,
Andreja


MichaelG
User
Posts: 1111

Post by MichaelG »

You can set them up with master/detail relationship, i.e., Table 1 is a master table of Table 2, and Table 2 is a master table of Table 3.


Post Reply