Prev: PDF Viewer/Reader
Next: ADO Recordset Find Record
From: Steve Gr on 12 Jul 2010 12:27 Hi, In a VS2008 VB project, I have a combobox that gets its value from a table with three columns. I want to display one column in the combobox, write the value of the second column back to a different table, and I want to change the value of a radio button (on the same form as the combobox) based on the value of the third column of the selected record. I'm setting the ComboBox.Text value to be the first column, the ComboBox.SelectedValue to be the second column, but how would I change the radio buttons in the most efficient way? Thanks in advance, Steve
From: jpBless on 12 Jul 2010 12:30 Wrong group! "Steve Gr" <MSDNNospam235(a)nospam.nospam> wrote in message news:ezsTP8dILHA.5432(a)TK2MSFTNGP04.phx.gbl... > Hi, > > In a VS2008 VB project, I have a combobox that gets its value from a table > with three columns. I want to display one column in the combobox, write > the value of the second column back to a different table, and I want to > change the value of a radio button (on the same form as the combobox) > based on the value of the third column of the selected record. > > I'm setting the ComboBox.Text value to be the first column, > the ComboBox.SelectedValue to be the second column, but how would I change > the radio buttons in the most efficient way? > > Thanks in advance, > Steve >
From: Leo on 12 Jul 2010 12:33 Steve Gr wrote : > Hi, > > In a VS2008 VB project, I have a combobox that gets its value from a table > with three columns. I want to display one column in the combobox, write the > value of the second column back to a different table, and I want to change > the value of a radio button (on the same form as the combobox) based on the > value of the third column of the selected record. > > I'm setting the ComboBox.Text value to be the first column, > the ComboBox.SelectedValue to be the second column, but how would I change > the radio buttons in the most efficient way? > > Thanks in advance, > Steve This is a VB6 only newsgroup not a .not newsgroup. Please try the MS forums. -- ClassicVB Users Regroup! comp.lang.basic.visual.misc Free usenet access at http://www.eternal-september.org
From: Steve Gr on 13 Jul 2010 04:54 "Leo" <ttdhead(a)gmail.com> wrote in message news:i1fg2u$sro$1(a)news.eternal-september.org... > Steve Gr wrote : >> Hi, >> >> In a VS2008 VB project, I have a combobox that gets its value from a >> table with three columns. I want to display one column in the combobox, >> write the value of the second column back to a different table, and I >> want to change the value of a radio button (on the same form as the >> combobox) based on the value of the third column of the selected record. >> >> I'm setting the ComboBox.Text value to be the first column, >> the ComboBox.SelectedValue to be the second column, but how would I >> change the radio buttons in the most efficient way? >> >> Thanks in advance, >> Steve > > This is a VB6 only newsgroup not a .not newsgroup. Please try the MS > forums. > > -- > ClassicVB Users Regroup! comp.lang.basic.visual.misc > Free usenet access at http://www.eternal-september.org > > Forums yuk!
From: Leo on 13 Jul 2010 05:08
Steve Gr pretended : > "Leo" <ttdhead(a)gmail.com> wrote in message > news:i1fg2u$sro$1(a)news.eternal-september.org... >> Steve Gr wrote : >>> Hi, >>> >>> In a VS2008 VB project, I have a combobox that gets its value from a table >>> with three columns. I want to display one column in the combobox, write >>> the value of the second column back to a different table, and I want to >>> change the value of a radio button (on the same form as the combobox) >>> based on the value of the third column of the selected record. >>> >>> I'm setting the ComboBox.Text value to be the first column, >>> the ComboBox.SelectedValue to be the second column, but how would I change >>> the radio buttons in the most efficient way? >>> >>> Thanks in advance, >>> Steve >> >> This is a VB6 only newsgroup not a .not newsgroup. Please try the MS >> forums. >> >> -- ClassicVB Users Regroup! comp.lang.basic.visual.misc >> Free usenet access at http://www.eternal-september.org >> >> > > Forums yuk! Then try your luck with the now closed (on the MS server) .not newsgroup. -- ClassicVB Users Regroup! comp.lang.basic.visual.misc Free usenet access at http://www.eternal-september.org |