View Parent Child Rows like MS Access Table View

cpopham

Well-known member
Joined
Feb 18, 2004
Messages
273
I am creating a music database application for personal use. In the database I have a table for the songs and then another table that has who the song maybe a favorit of in my family and the rank they give it from 1 to 3. Now the songs to favorites is many to many. And a song may not be a favorite of anyone or it may be a favorite of everyone.

Right now, I am using a listview to display the songs, but I want to implement a table view similar to what Access uses with a row and then a plus(+) sign beside of it to see the child rows. I am wondering how to do this with a listview, or will I need to use a datagrid? Or is there a custom control already out there somewhere?

Thank you for the help.

Chester
 
Back
Top