Headers and stuff

  • Thread starter Thread starter Jean-Paul
  • Start date Start date
J

Jean-Paul

Hi

Need some advice
My final output should look something like this:

1 HeaderA
1.1 HeaderAA
1.1.1 item_A
1.1.2 item_B
2 HeaderB
2.1 item_BA
2.2 item_BB
2.3 item_BC

I put all items in a table togheter with the headers they are part of

item_A HeaderAA HeaderA
item_B HeaderAA HeaderA
item_BA HeaderB
item_BB HeaderB
item_BC HeaderB

IS this a good approach ?
What would be better?

Thanks for your kind advice

JP
 
It's not easy to know, from what you have posted, what you are trying to do.
However, if the items are in some sense a child of the headers, then you
will need to set up multiple related tables

Lynn Trapp
 
Back
Top