- Mar 1, 2000
- 30,890
- 5,001
- 126
I'm trying to write a small VB.net application.
In the application the user will have a series of check boxes to choose from
(Checkbox1, checkbox2...checkbox10)
What I'd like to have is the SQL query sting be dynamically adjusted depending on the checkboxes they choose. The checkboxes are the fields being returned, not the parameters of the query (that portion comes later)
can anyone help me get started here?
I'm failry new to the world of VB.net. I've created a few simpler apps, but this one is stumping me.
Thanks in advance.
In the application the user will have a series of check boxes to choose from
(Checkbox1, checkbox2...checkbox10)
What I'd like to have is the SQL query sting be dynamically adjusted depending on the checkboxes they choose. The checkboxes are the fields being returned, not the parameters of the query (that portion comes later)
can anyone help me get started here?
I'm failry new to the world of VB.net. I've created a few simpler apps, but this one is stumping me.
Thanks in advance.