View Single Post
  #1 (permalink)  
Old 06-18-2009, 7:32 PM
motti100 motti100 is offline
VB.NET Forum Newbie
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Mar 2005
Age: 39
Posts: 19
Reputation: 64
motti100 is on a distinguished programming path ahead
Default Cannot get ID from Combobox Value to Insert into Db

I am using VB.NET express and MS Access.

1. I have a Table named EVENTthat contains:

1. RaceID (1..14)
2. RaceName (50 yard, 100 yard, etc)

I populate my cboRace with the Raceame information.
User can select the RaceName from the list and then submit it.

OnSubmit, I am trying to update RaceID in another table named RESULT
containing RaceID, EventID, etc

I have tried setting Databinding on the cboRace and it still does not work.

How can this be done?
Reply With Quote