how can ideal with the submit button

met0555

New member
Joined
Aug 29, 2006
Messages
4
Programming Experience
1-3
Hi,

I need some idea how to do it. well here it is my situation.

I have a SQL 2005 Database, VB.net 2008 , and i have a user table with a Unique UserID for each User. And all the fields are filled, but only one will remain (carID) that will be filled later.
Now I would like to fill the CarID row alone.It means the user will only see the UserID and CarID (carID info is stored on another table) . i would like the user to select User ID from combobox populated from database and the CarID populated from the other table. And when he select submit button, i would like to update the CarID for the choosen UserID.

I would like to know how i have to deal with the submit button.. Database?

Thanks so much
 
I'm a bit lost, but you seem to be describing the situation you will find in the tutorial inside the DW2 link in my signature. Read the sections on Displaying Related Data and Saving Related Data
 
Back
Top