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 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