P
planetthoughtful
Hi All,
I'm very new to VB.Net, and I've recently downloaded VB 2005 Express.
I've managed to connect a dataset to my installation of SQLExpress2005
and I have a form on which I have fields that display data from my
table as I scroll through the recordset.
I want to have a dropdown combobox on that form that stores the value
selected in the dataset of the other fields on the form, but which
displays the dropdown values from a different SELECT statement.
So, something like "SELECT DISTINCT projname FROM tblProjects ORDER BY
projname ASC".
I've been scanning through the help for hints but can't find anything
that shows me how to use a second recordset on a form.
Can anyone give me any pointers?
Much warmth,
planetthoughtful
I'm very new to VB.Net, and I've recently downloaded VB 2005 Express.
I've managed to connect a dataset to my installation of SQLExpress2005
and I have a form on which I have fields that display data from my
table as I scroll through the recordset.
I want to have a dropdown combobox on that form that stores the value
selected in the dataset of the other fields on the form, but which
displays the dropdown values from a different SELECT statement.
So, something like "SELECT DISTINCT projname FROM tblProjects ORDER BY
projname ASC".
I've been scanning through the help for hints but can't find anything
that shows me how to use a second recordset on a form.
Can anyone give me any pointers?
Much warmth,
planetthoughtful