i have this two tables fields:
table1 (BOQSectionsAndParts_ID,BOQSection,BOQPart,ProjectNO) BOQSectionsAndParts_ID is a primary key
table2 (BOQItemEntry_ID,ProjectNO,BOQSectionsAndParts_ID,BOQ_Item) BOQItemEntry_ID is a primary key and BOQSectionsAndParts_ID is a forign key. this is a sql server
in my vb forum :
i view the BOQ sectin as a combobox
what i need is when the user choose the BOQSection the BOQSectionsAndParts_ID value save to table 2
i use DataGridView to save the value of table2.
anyhelp PLzZzz :)