Hi,
I have two tables, one that contains an overall list of parts and assemblies, and a second that contains a list of all parts that make up an assembly, what I am trying to do is display one overall list and when you double click an assembly on that list all the parts that make up that assembly appear just below the assembly that was clicked on but indented so you know they make up that assembly.
i.e.
(Before double click)
Part 1
Part 2
Assy 1
Part 3
(After double click on assy)
Part 1
Part 2
Assy 1
__Sub Part 1
__Sub Part 2
Part 3
How should I go about doing this, I was trying to figure it out with a listbox but I am not sure if it can be done. Please help. Thanks
I have two tables, one that contains an overall list of parts and assemblies, and a second that contains a list of all parts that make up an assembly, what I am trying to do is display one overall list and when you double click an assembly on that list all the parts that make up that assembly appear just below the assembly that was clicked on but indented so you know they make up that assembly.
i.e.
(Before double click)
Part 1
Part 2
Assy 1
Part 3
(After double click on assy)
Part 1
Part 2
Assy 1
__Sub Part 1
__Sub Part 2
Part 3
How should I go about doing this, I was trying to figure it out with a listbox but I am not sure if it can be done. Please help. Thanks