D
Dave
I have a load event that fills a TableAdapter with data, for all branches of
a company.
this.branchTableAdapter.FillByCompanyNo(this.ProjectDataSet.Branch, Co_No);
This works fine. I would then like to position the TableAdapter at a given
branch given its address. How to do that?
a company.
this.branchTableAdapter.FillByCompanyNo(this.ProjectDataSet.Branch, Co_No);
This works fine. I would then like to position the TableAdapter at a given
branch given its address. How to do that?