A bit vague I will try to be as descriptive as possible. Im making a program in Visual Basic my first one. And I want there to be 2 combo boxes and a Windows Media player Addon, Combo Box 1, I will select which TV Show I want to load and Combo Box 1 will get information from a Database. Depending on which show is selected in Combo Box 1 will affect what is Available in Combo Box 2, and this will also get information from a database but this is where im lost and dont know how to tell it to get information from X Database when Show X is selected without a Case statement I want it to be easier to update... As in able to update with JUST Modifying the Database,
Database 1 so far looks like
Column 1 Show Name Column 2 ShowID
I put a showID to try to use it to give a reference to which Database to load... It matches the name of the table the Shows epidode list is associated with
Database 2
Column 1 Is the name of the episode Column 2 is the Location of the movie to load into windows media player
I hope i was descriptive enough in my problem but... too be honost being my first program I wouldnt be surprised if I am completely wrong on what would make this program effective and not ANY HELP WHATSOEVER is appreciated. Even if it is to tell me im stupid and (Blank) would be a much better way to go about this type of program.