Hi,
I have a query that looks up some data on stock levels.
It returns about 15-20 rows to the myReader.
I have 15 text boxes (emtpy) that need populating with column B, based upon Column A of the query.
So if row 5 has Column A '1' then textbox2.text needs to equal column B of row 5.
I am not sure of the function I need to lookup to find out how to acheive this.
Any help will be greatly appreciated
I have a query that looks up some data on stock levels.
It returns about 15-20 rows to the myReader.
I have 15 text boxes (emtpy) that need populating with column B, based upon Column A of the query.
So if row 5 has Column A '1' then textbox2.text needs to equal column B of row 5.
I am not sure of the function I need to lookup to find out how to acheive this.
Any help will be greatly appreciated