zendog1960
Member
- Joined
- Jan 9, 2008
- Messages
- 19
- Programming Experience
- Beginner
I know this sounds simple to the majority of the database gurus out there but I am finding it difficult to find anything related.
I have a form which contains a datagridview. what I want to do by push of a button is set the field "OnHand" either to default or 0. The 'either or' is really for you guys. Which ever one works the best in terms of reducing code or functionality is obviouls prefered.
Once the 'OnHand' Fields in every record has changed then I would like to same all the data back to the database'
I am connecting to the database as follows:
Form Load Event
The button is named btnClear
This is more than likely very simple I just cannot find anything that discusses this kind of thing. Any and all help are greatly appreciated...
I have a form which contains a datagridview. what I want to do by push of a button is set the field "OnHand" either to default or 0. The 'either or' is really for you guys. Which ever one works the best in terms of reducing code or functionality is obviouls prefered.
Once the 'OnHand' Fields in every record has changed then I would like to same all the data back to the database'
I am connecting to the database as follows:
Form Load Event
VB.NET:
Me.StuffTableAdapter.Fill(Me.StuffDataSet.Stuff)
The button is named btnClear
This is more than likely very simple I just cannot find anything that discusses this kind of thing. Any and all help are greatly appreciated...