Hi James, thank you for your reply.
The Family is actually something that not mentioned in the tables, please see example of part of my items table, it may help to understand what I need to do:
ITEM_NUMBER | DESCRIPTION | PRICE | NEXT_ITEM |
-----------------------------------------------
0001 Item 0001 1.5
-----------------------------------------------
0002 Item 0002 2
-----------------------------------------------
0003 Item 0003 1
-----------------------------------------------
0004 Item 0004 3
-----------------------------------------------
0005 Item 0005 7 0030
-----------------------------------------------
.
.
.
.
-----------------------------------------------
0030 Item 0030 3
As you can see I don't have a value that indicate families as it's too much work to do now for all the items.
Do you have any idea that can help me ho to jump to item "0030" after showing item "0005" and then to return back to item "0006" and etc,.?
Thanks alot!
Ofir.