Search results for query: *

  1. S

    Getting Items Collection into Database

    Help I'm lost. This seems like such an easy thing. In the Visual Studio Software, I entered items into the collections for a drop down combo box(very simple, 1 per each line) and the code I listed above is the auto-generated code that Visual Studio made. I havent created any code. I simply need...
  2. S

    Getting Items Collection into Database

    I need more help on this...I assume theres no way of using the GUI and the properties box to bind the combo box items to the database field? Heres the auto generated/behind the scenes code for the combo box. I'm using "SelectedValue" here, but had "Text" in the 2nd line code but neither are...
  3. S

    Getting Items Collection into Database

    I have a form in vb.net with fields that are binded directly to the Access Database fields. User inputs and it goes into the database. Thats OK, but I have a Drop Down Combo Box with items listed from the Items Collection that is not getting into the database. How do I connect to get items from...
Back
Top