king_jeremy
Member
- Joined
- Oct 20, 2009
- Messages
- 13
- Programming Experience
- Beginner
Hi,
I'm trying to design a detailsView form which contains [classes] --< [studentClasses] >-- [students] tables. There is a many to many relationship between [classes] and [students] through the third table [studentClasses]. I want to design the detailsView of [classes] such as that all [students] will be listed in a listbox but related students that take the class will be highlighted. And when I select/deselect students from the listbox and save I want the changes to be saved to respective tables. So far I couldn't manage to accomplish this. I added a screen capture for the detailsView.
I put a sample project here (www.maestrowebserver.com/sampleProject.zip)
Any suggestions would be really helpfull, thanks.
I'm trying to design a detailsView form which contains [classes] --< [studentClasses] >-- [students] tables. There is a many to many relationship between [classes] and [students] through the third table [studentClasses]. I want to design the detailsView of [classes] such as that all [students] will be listed in a listbox but related students that take the class will be highlighted. And when I select/deselect students from the listbox and save I want the changes to be saved to respective tables. So far I couldn't manage to accomplish this. I added a screen capture for the detailsView.
I put a sample project here (www.maestrowebserver.com/sampleProject.zip)
Any suggestions would be really helpfull, thanks.