I have a problem, that I can't seem to solve.<br>Basically I have two tables, Company and CompanyOwns.<br>What I am trying to do is pass a CompanyID into the database and it returns the Company. What also I want is to search for that CompanyID for companies it owns. <br>For example if the CompanyID was 2 and owns companyID 4,5.<br>Then the records I would like to return would be <br>2,4 and 5.<br><br>I have tried loops, arrays, lists but nothing seems to work it only returns the the last CompanyOwns record, e.g. 5 from the above example.<br><br>Can someone please help.