D
dbuchanan
Hello,
I want to open a child form based on the record selected in a
dataGridView of the parent form.
I want the child form to open with a populated child table based on the
selected parent record.
How do I get the ID of the selected record in the parent form's
dataGridView so I can use it in filling the child form's dataGridView?
I plan to use the FillBy of the tableAdapter.
Thank you,
dbuchanan
I want to open a child form based on the record selected in a
dataGridView of the parent form.
I want the child form to open with a populated child table based on the
selected parent record.
How do I get the ID of the selected record in the parent form's
dataGridView so I can use it in filling the child form's dataGridView?
I plan to use the FillBy of the tableAdapter.
Thank you,
dbuchanan