This may be a simple question but after searching for days I can't find any code to guide me. Here's the situation.
My project will have three Windows form each containing a Data Grid populated from an Access data base The DataGridView contains limited information from the table and is only used as an index to populate the Text Box control from which the tables will be populated, deleted or changed.
The user can click a row on the Grid View and this populates the individual controls. The DataGridView and each of the controls was dragged from the Data Source. This part of the operation works perfectly.
I understand that I can populate the database form this source as well. Unfortunately I can't find a good tutorial that I can get to work properly. Has anyone got a suggestion that will help?
Thanks,
Milt
sirmilt