Do you have a valid itemtype set on all of the bibs in your database?<br><br>You can find this out by running SELECT biblio.biblionumber, biblio.title, biblio.author, biblioitems.itemtype from biblio LEFT JOIN biblioitems USING(biblionumber) WHERE itemtype IS NULL OR itemtype = &#39;&#39;<br clear="all">
<br>-- <br>Jesse