aerin
SELECT i.item, i.custitem_producttype, p.name FROM item as i, custlist_item_producttype as p WHERE i.custitem_producttype = p.id
jen