Hi,
Try this once it can helps you
string qry="select * from ItemTab where manufacturer='"+Session["compid"].tostring()+"' and itemid in (select itemid from ItemPermissionTab where adminid='"+Session["userid"].tostring()+"')";
you can get items which are placed in item permission table and that admin company id
All the Best