seminewbee2005
Instructor
I have a form and users will add data to it which will be saved to sql db. But there are some field I do not want user input to screw up so I want their selection to be based on the select derived from the unique key field in the db table.
to put it more clear i hope I am rewriting a vb6 form in vb.net that is a arcade machine count worksheet. The fisrt thing I want the user to do when upon opening this form is to select from a list of possible locations (already entered by owner) from a feild in the Loaction table called LocationName. Which vb.net windows form control is good for this?
to put it more clear i hope I am rewriting a vb6 form in vb.net that is a arcade machine count worksheet. The fisrt thing I want the user to do when upon opening this form is to select from a list of possible locations (already entered by owner) from a feild in the Loaction table called LocationName. Which vb.net windows form control is good for this?