Hi,
I am creating a simple movie database that will allow me to search for movies. I'm using VB.Net and SQL Server 2005. On my form I have a ComboBox and a TextBox. The ComboBox is being populated with the Movie Titles and the TextBox "should be" populated with the corresponding MovieID number. I can't figure how to populate the TexBox with the MovieID number. All this information is coming from my Movie Database.
Also, even though the Movie are listed, that's all it does is list them. When clicking on the movie title nothing happens. Of course, when I click or highlight the title, the TextBox should be populated with the Movie ID number. Any help would be greatly appreciated.
Thanks in advance.
I am creating a simple movie database that will allow me to search for movies. I'm using VB.Net and SQL Server 2005. On my form I have a ComboBox and a TextBox. The ComboBox is being populated with the Movie Titles and the TextBox "should be" populated with the corresponding MovieID number. I can't figure how to populate the TexBox with the MovieID number. All this information is coming from my Movie Database.
Also, even though the Movie are listed, that's all it does is list them. When clicking on the movie title nothing happens. Of course, when I click or highlight the title, the TextBox should be populated with the Movie ID number. Any help would be greatly appreciated.
Thanks in advance.
Last edited by a moderator: