<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:p="urn:schemas-microsoft-com:office:powerpoint" xmlns:a="urn:schemas-microsoft-com:office:access" xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" xmlns:s="uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882" xmlns:rs="urn:schemas-microsoft-com:rowset" xmlns:z="#RowsetSchema" xmlns:b="urn:schemas-microsoft-com:office:publisher" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" xmlns:c="urn:schemas-microsoft-com:office:component:spreadsheet" xmlns:odc="urn:schemas-microsoft-com:office:odc" xmlns:oa="urn:schemas-microsoft-com:office:activation" xmlns:html="http://www.w3.org/TR/REC-html40" xmlns:q="http://schemas.xmlsoap.org/soap/envelope/" xmlns:rtc="http://microsoft.com/officenet/conferencing" xmlns:D="DAV:" xmlns:Repl="http://schemas.microsoft.com/repl/" xmlns:mt="http://schemas.microsoft.com/sharepoint/soap/meetings/" xmlns:x2="http://schemas.microsoft.com/office/excel/2003/xml" xmlns:ppda="http://www.passport.com/NameSpace.xsd" xmlns:ois="http://schemas.microsoft.com/sharepoint/soap/ois/" xmlns:dir="http://schemas.microsoft.com/sharepoint/soap/directory/" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:dsp="http://schemas.microsoft.com/sharepoint/dsp" xmlns:udc="http://schemas.microsoft.com/data/udc" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:sub="http://schemas.microsoft.com/sharepoint/soap/2002/1/alerts/" xmlns:ec="http://www.w3.org/2001/04/xmlenc#" xmlns:sp="http://schemas.microsoft.com/sharepoint/" xmlns:sps="http://schemas.microsoft.com/sharepoint/soap/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:udcs="http://schemas.microsoft.com/data/udc/soap" xmlns:udcxf="http://schemas.microsoft.com/data/udc/xmlfile" xmlns:udcp2p="http://schemas.microsoft.com/data/udc/parttopart" xmlns:wf="http://schemas.microsoft.com/sharepoint/soap/workflow/" xmlns:dsss="http://schemas.microsoft.com/office/2006/digsig-setup" xmlns:dssi="http://schemas.microsoft.com/office/2006/digsig" xmlns:mdssi="http://schemas.openxmlformats.org/package/2006/digital-signature" xmlns:mver="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns:mrels="http://schemas.openxmlformats.org/package/2006/relationships" xmlns:spwp="http://microsoft.com/sharepoint/webpartpages" xmlns:ex12t="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:ex12m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:pptsl="http://schemas.microsoft.com/sharepoint/soap/SlideLibrary/" xmlns:spsl="http://microsoft.com/webservices/SharePointPortalServer/PublishedLinksService" xmlns:Z="urn:schemas-microsoft-com:" xmlns:st="&#1;" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"Script MT Bold";
        panose-1:3 4 6 2 4 6 7 8 9 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal>I am trying to come up with a report that will list how many
items were checked out in each Dewey area, their barcode and date. If I could get
the author and title, that would be icing on the cake. I haven&#8217;t figured
out the last part. However, I figured out this for the first part:<o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal>SELECT&nbsp;
items.datelastborrowed,items.barcode,items.itemcallnumber,
(TO_DAYS(06/01/2009))-TO_DAYS(06/30/2009)) FROM borrowers LEFT JOIN statistics
on (statistics.borrowernumber=borrowers.borrowernumber) LEFT JOIN items on
(items.itemnumber = statistics.itemnumber) LEFT JOIN biblioitems on
(biblioitems.biblioitemnumber = items.biblioitemnumber) WHERE DATE
(items.datelastborrowed) BETWEEN '2009-06-01' AND '2009-06-30'<o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal>It shows that there are 3 pages of a report but when I run
the report, I receive the following message:<o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0 width=1124
 style='width:843.2pt;margin-left:-.75pt;border-collapse:collapse'>
 <tr style='height:15.0pt'>
  <td width=355 nowrap colspan=3 valign=bottom style='width:266.0pt;padding:
  0in 5.4pt 0in 5.4pt;height:15.0pt'>
  <p class=MsoNormal><span style='color:black'>Content-type: text/html<o:p></o:p></span></p>
  </td>
  <td width=86 nowrap valign=bottom style='width:64.4pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=86 nowrap valign=bottom style='width:64.4pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=86 nowrap valign=bottom style='width:64.4pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
 </tr>
 <tr style='height:15.0pt'>
  <td width=348 nowrap valign=bottom style='width:261.15pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=3 nowrap valign=bottom style='width:2.45pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=3 nowrap valign=bottom style='width:2.4pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=86 nowrap valign=bottom style='width:64.4pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=86 nowrap valign=bottom style='width:64.4pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=86 nowrap valign=bottom style='width:64.4pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
 </tr>
 <tr style='height:15.0pt'>
  <td width=676 nowrap colspan=7 valign=bottom style='width:507.2pt;padding:
  0in 5.4pt 0in 5.4pt;height:15.0pt'>
  <p class=MsoNormal><span style='color:black'>&lt;!DOCTYPE html PUBLIC
  &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot;<o:p></o:p></span></p>
  </td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
 </tr>
 <tr style='height:15.0pt'>
  <td width=740 nowrap colspan=8 valign=bottom style='width:555.2pt;padding:
  0in 5.4pt 0in 5.4pt;height:15.0pt'>
  <p class=MsoNormal><span style='color:black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;<o:p></o:p></span></p>
  </td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
 </tr>
 <tr style='height:15.0pt'>
  <td width=804 nowrap colspan=9 valign=bottom style='width:603.2pt;padding:
  0in 5.4pt 0in 5.4pt;height:15.0pt'>
  <p class=MsoNormal><span style='color:black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  &lt;html lang=&quot;en&quot; xml:lang=&quot;en&quot;&nbsp;
  xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<o:p></o:p></span></p>
  </td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
 </tr>
 <tr style='height:15.0pt'>
  <td width=526 nowrap colspan=5 valign=bottom style='width:394.8pt;padding:
  0in 5.4pt 0in 5.4pt;height:15.0pt'>
  <p class=MsoNormal><span style='color:black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  &lt;head&gt;&lt;title&gt;Koha Error&lt;/title&gt;&lt;/head&gt;<o:p></o:p></span></p>
  </td>
  <td width=86 nowrap valign=bottom style='width:64.4pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
 </tr>
 <tr style='height:15.0pt'>
  <td width=351 nowrap colspan=2 valign=bottom style='width:263.6pt;padding:
  0in 5.4pt 0in 5.4pt;height:15.0pt'>
  <p class=MsoNormal><span style='color:black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  &lt;body&gt;<o:p></o:p></span></p>
  </td>
  <td width=3 nowrap valign=bottom style='width:2.4pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=86 nowrap valign=bottom style='width:64.4pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=86 nowrap valign=bottom style='width:64.4pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=86 nowrap valign=bottom style='width:64.4pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
 </tr>
 <tr style='height:15.0pt'>
  <td width=348 nowrap valign=bottom style='width:261.15pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'>
  <p class=MsoNormal><span style='color:black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  <o:p></o:p></span></p>
  </td>
  <td width=3 nowrap valign=bottom style='width:2.45pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=3 nowrap valign=bottom style='width:2.4pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=86 nowrap valign=bottom style='width:64.4pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=86 nowrap valign=bottom style='width:64.4pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=86 nowrap valign=bottom style='width:64.4pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
 </tr>
 <tr style='height:15.0pt'>
  <td width=355 nowrap colspan=3 valign=bottom style='width:266.0pt;padding:
  0in 5.4pt 0in 5.4pt;height:15.0pt'>
  <p class=MsoNormal><span style='color:black'>&lt;h1&gt;Koha error&lt;/h1&gt;<o:p></o:p></span></p>
  </td>
  <td width=86 nowrap valign=bottom style='width:64.4pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=86 nowrap valign=bottom style='width:64.4pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=86 nowrap valign=bottom style='width:64.4pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
 </tr>
 <tr style='height:15.0pt'>
  <td width=612 nowrap colspan=6 valign=bottom style='width:459.2pt;padding:
  0in 5.4pt 0in 5.4pt;height:15.0pt'>
  <p class=MsoNormal><span style='color:black'>&lt;p&gt;The following fatal
  error has occurred:&lt;/p&gt; <o:p></o:p></span></p>
  </td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
 </tr>
 <tr style='height:15.0pt'>
  <td width=1124 nowrap colspan=14 valign=bottom style='width:843.2pt;
  padding:0in 5.4pt 0in 5.4pt;height:15.0pt'>
  <p class=MsoNormal><span style='color:black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;pre&gt;&lt;code&gt;Can't
  use an undefined value as an ARRAY reference at
  /home/slb/_kohaclone/reports/guided_reports.pl line 461.<o:p></o:p></span></p>
  </td>
 </tr>
 <tr style='height:15.0pt'>
  <td width=351 nowrap colspan=2 valign=bottom style='width:263.6pt;padding:
  0in 5.4pt 0in 5.4pt;height:15.0pt'>
  <p class=MsoNormal><span style='color:black'>&lt;/code&gt;&lt;/pre&gt;<o:p></o:p></span></p>
  </td>
  <td width=3 nowrap valign=bottom style='width:2.4pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=86 nowrap valign=bottom style='width:64.4pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=86 nowrap valign=bottom style='width:64.4pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=86 nowrap valign=bottom style='width:64.4pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
 </tr>
 <tr style='height:15.0pt'>
  <td width=351 nowrap colspan=2 valign=bottom style='width:263.6pt;padding:
  0in 5.4pt 0in 5.4pt;height:15.0pt'>
  <p class=MsoNormal><span style='color:black'>&lt;table&gt;<o:p></o:p></span></p>
  </td>
  <td width=3 nowrap valign=bottom style='width:2.4pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=86 nowrap valign=bottom style='width:64.4pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=86 nowrap valign=bottom style='width:64.4pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=86 nowrap valign=bottom style='width:64.4pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
 </tr>
 <tr style='height:15.0pt'>
  <td width=676 nowrap colspan=7 valign=bottom style='width:507.2pt;padding:
  0in 5.4pt 0in 5.4pt;height:15.0pt'>
  <p class=MsoNormal><span style='color:black'>&lt;tr&gt;&lt;th&gt;Apache&lt;/th&gt;&lt;td&gt;&nbsp;
  Server version: Apache/2.2.3<o:p></o:p></span></p>
  </td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
 </tr>
 <tr style='height:15.0pt'>
  <td width=441 nowrap colspan=4 valign=bottom style='width:330.4pt;padding:
  0in 5.4pt 0in 5.4pt;height:15.0pt'>
  <p class=MsoNormal><span style='color:black'>Server built:&nbsp;&nbsp;
  Sep&nbsp; 8 2008 08:59:32<o:p></o:p></span></p>
  </td>
  <td width=86 nowrap valign=bottom style='width:64.4pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=86 nowrap valign=bottom style='width:64.4pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
 </tr>
 <tr style='height:15.0pt'>
  <td width=351 nowrap colspan=2 valign=bottom style='width:263.6pt;padding:
  0in 5.4pt 0in 5.4pt;height:15.0pt'>
  <p class=MsoNormal><span style='color:black'>&lt;/td&gt;&lt;/tr&gt;<o:p></o:p></span></p>
  </td>
  <td width=3 nowrap valign=bottom style='width:2.4pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=86 nowrap valign=bottom style='width:64.4pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=86 nowrap valign=bottom style='width:64.4pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=86 nowrap valign=bottom style='width:64.4pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
 </tr>
 <tr style='height:15.0pt'>
  <td width=612 nowrap colspan=6 valign=bottom style='width:459.2pt;padding:
  0in 5.4pt 0in 5.4pt;height:15.0pt'>
  <p class=MsoNormal><span style='color:black'>&lt;tr&gt;&lt;th&gt;Koha&lt;/th&gt;&lt;td&gt;&nbsp;&nbsp;&nbsp;
  3.01.00.032&lt;/td&gt;&lt;/tr&gt;<o:p></o:p></span></p>
  </td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
 </tr>
 <tr style='height:15.0pt'>
  <td width=612 nowrap colspan=6 valign=bottom style='width:459.2pt;padding:
  0in 5.4pt 0in 5.4pt;height:15.0pt'>
  <p class=MsoNormal><span style='color:black'>&lt;tr&gt;&lt;th&gt;Koha
  DB&lt;/th&gt;&lt;td&gt; 3.0100032&lt;/td&gt;&lt;/tr&gt;<o:p></o:p></span></p>
  </td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
 </tr>
 <tr style='height:15.0pt'>
  <td width=348 nowrap valign=bottom style='width:261.15pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'>
  <p class=MsoNormal><span style='color:black'>&lt;tr&gt;&lt;th&gt;MySQL&lt;/th&gt;&lt;td&gt;&nbsp;&nbsp;
  mysql&nbsp; Ver 14.12 Distrib 5.0.32<o:p></o:p></span></p>
  </td>
  <td width=264 nowrap colspan=5 valign=bottom style='width:198.05pt;
  padding:0in 5.4pt 0in 5.4pt;height:15.0pt'>
  <p class=MsoNormal><span style='color:black'>&nbsp;for pc-linux-gnu (x86_64)
  using readline 5.2<o:p></o:p></span></p>
  </td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
 </tr>
 <tr style='height:15.0pt'>
  <td width=351 nowrap colspan=2 valign=bottom style='width:263.6pt;padding:
  0in 5.4pt 0in 5.4pt;height:15.0pt'>
  <p class=MsoNormal><span style='color:black'>&lt;/td&gt;&lt;/tr&gt;<o:p></o:p></span></p>
  </td>
  <td width=3 nowrap valign=bottom style='width:2.4pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=86 nowrap valign=bottom style='width:64.4pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=86 nowrap valign=bottom style='width:64.4pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=86 nowrap valign=bottom style='width:64.4pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
 </tr>
 <tr style='height:15.0pt'>
  <td width=1060 nowrap colspan=13 valign=bottom style='width:795.2pt;
  padding:0in 5.4pt 0in 5.4pt;height:15.0pt'>
  <p class=MsoNormal><span style='color:black'>&lt;tr&gt;&lt;th&gt;OS&lt;/th&gt;&lt;td&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  Linux shin.ec2.liblime.com 2.6.21.7-2.fc8xen #1 SMP Fri Feb 15 12:34:28 EST
  2008 x86_64&lt;/td&gt;&lt;/tr&gt;<o:p></o:p></span></p>
  </td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
 </tr>
 <tr style='height:15.0pt'>
  <td width=526 nowrap colspan=5 valign=bottom style='width:394.8pt;padding:
  0in 5.4pt 0in 5.4pt;height:15.0pt'>
  <p class=MsoNormal><span style='color:black'>&lt;tr&gt;&lt;th&gt;Perl&lt;/th&gt;&lt;td&gt;&nbsp;&nbsp;&nbsp;
  5.008008&lt;/td&gt;&lt;/tr&gt;<o:p></o:p></span></p>
  </td>
  <td width=86 nowrap valign=bottom style='width:64.4pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
 </tr>
 <tr style='height:15.0pt'>
  <td width=441 nowrap colspan=4 valign=bottom style='width:330.4pt;padding:
  0in 5.4pt 0in 5.4pt;height:15.0pt'>
  <p class=MsoNormal><span style='color:black'>&lt;/table&gt;&lt;/body&gt;&lt;/html&gt;<o:p></o:p></span></p>
  <p class=MsoNormal><span style='color:black'><o:p>&nbsp;</o:p></span></p>
  </td>
  <td width=86 nowrap valign=bottom style='width:64.4pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=86 nowrap valign=bottom style='width:64.4pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
  <td width=64 nowrap valign=bottom style='width:48.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt'></td>
 </tr>
</table>

<p class=MsoNormal>I have constructed another report that gives me basically
what I want but shows everything that is checked out since we went live with
the system.&nbsp; That SQL is:<o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal>SELECT&nbsp;
items.datelastborrowed,items.itemcallnumber,items.barcode, FROM borrowers LEFT
JOIN statistics on (statistics.borrowernumber=borrowers.borrowernumber) LEFT
JOIN items on (items.itemnumber = statistics.itemnumber) LEFT JOIN biblioitems
on (biblioitems.biblioitemnumber = items.biblioitemnumber)&nbsp; ORDER BY
items.datelastborrowed desc,items.itemcallnumber desc,items.barcode desc&nbsp; <o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal>So how do I get the date in example one to work with example
2?<o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal><span style='font-family:"Script MT Bold"'>Scotty</span><span
style='font-size:12.0pt;font-family:"Script MT Bold"'><o:p></o:p></span></p>

<p class=MsoNormal><span style='font-family:"Script MT Bold"'>&quot;You must try
to generate happiness. If you aren't happy in one place, chances are you&nbsp;
won't be happy anyplace&quot; Ernie Banks, former Chicago Cub<o:p></o:p></span></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

</div>

</body>

</html>