<?xml version="1.0" encoding="windows-1252" ?>
<Reports>
<!--
///////////////////////////////////////////////////////
//
// VSReport Report Definition File
//
// This file contains the following reports:
//
//   1) rptCommissionsDetailA
//   2) rptCommissionsDetailB
//   3) rptCommissionsMaster
//   4) rptCommissionsMgt
//   5) rptCommissionsPriorPdCollectionsDuringPd
//   6) rptCompByInspector
//   7) rptCompByRealtor
//   8) rptEnvelopes
//   9) rptEnvelopes OLD
//   10) rptFirstTimeBuyerAgent_ByDate
//   11) rptInspectionList_ByAgent
//   12) rptInspectionList_ByCityAddress
//   13) rptInspectionList_ByClient
//   14) rptInspectionList_ByInspector
//   15) rptInspectionList_ByReferralType
//   16) rptInspectionsByMonth
//   17) rptInspectionsMonthlyFees
//   18) rptInspectionSummary_ByOtherReferral
//   19) rptInspectionSummary_ByReferralType
//   20) rptInspectorSchedule
//   21) rptInvoice
//   22) rptInvoiceDetail
//   23) rptInvoiceWithCoInfo
//   24) rptLabelsAvery5160
//   25) rptLabelsAvery5161
//   26) rptLabelsAvery5162
//   27) rptLastOrderByBA
//   28) rptLastOrderPhonesBA
//   29) rptLetter
//   30) rptLetterDetail
//   31) rptMonthlyFees
//   32) rptOrderNotesI
//   33) rptOrderNotesWO
//   34) rptPIA
//   35) rptRateSheet
//   36) rptREAgentListWithPhones
//   37) rptReceipt
//   38) rptReceiptDetails
//   39) rptREFirmsAndAgentsMasterList
//   40) rptSAsWhoHaveNeverBeenBAs
//   41) rptScheduleGS
//   42) rptScheduleLong
//   43) rptScheduleShort
//   44) rptTotInspByMonth
//   45) rptTotInspByMonthInspector
//   46) rptTotInspByMonthZip
//   47) rptUnpaidOrders
//   48) rptVolDollarsByREFirmSortedByDollars
//   49) rptVolDollarsByREFirmSortedByREFirm
//   50) rptVolTransByREFirm
//   51) rptVolTransRefBy
//   52) rptWorkOrder
//   53) rptWorkOrderAgentFirm
//   54) rptWorkOrderFees
//   55) rptWorkOrderInspectors
//   56) rptWorkOrderNotes
//   57) rptWorkOrderPhones
//   58) rptWorkOrderPhonesBA
//   59) rptWorkOrderPhonesSA
//   60) rptWorkOrderSA
//
///////////////////////////////////////////////////////
-->

  <!-- Report *** rptCommissionsDetailA *** -->
  <Report>
    <Name>rptCommissionsDetailA</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
      <RecordSource>SELECT tblOrderInspectors.InspectorID, [InspFN] &amp; " " &amp; [InspLN] AS InspName, tblOrder.InspDate, tblOrder.SubAddress, tblOrder.SubCity, tblOrderInspectors.OrderID, rqryComm_FeesBilled.SumOfFee AS FB, rqryComm_FeesCollectedDuringPeriod.SumOfPayAmount AS AC, ([AC]*[JobFeePercent])*[CommissionRate] AS Comm, tblOrder.OrderStatus
FROM (((tblOrder INNER JOIN tblOrderInspectors ON tblOrder.OrderID = tblOrderInspectors.OrderID) INNER JOIN tblInspectors ON tblOrderInspectors.InspectorID = tblInspectors.InspectorID) LEFT JOIN rqryComm_FeesCollectedDuringPeriod ON tblOrderInspectors.OrderID = rqryComm_FeesCollectedDuringPeriod.OrderID) INNER JOIN rqryComm_FeesBilled ON tblOrder.OrderID = rqryComm_FeesBilled.OrderID
ORDER BY [InspFN] &amp; " " &amp; [InspLN];</RecordSource>
    </DataSource>
    <Layout>
      <Width>10320</Width>
      <MarginLeft>1080</MarginLeft>
      <MarginTop>720</MarginTop>
      <MarginRight>720</MarginRight>
      <MarginBottom>720</MarginBottom>
    </Layout>
    <Groups>
      <Group>
        <Name>Group 1</Name>
        <GroupBy>InspDate</GroupBy>
        <Sort>1</Sort>
      </Group>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>240</Height>
        <KeepTogether>0</KeepTogether>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportHeader</Name>
        <Type>1</Type>
        <Height>300</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportFooter</Name>
        <Type>2</Type>
        <Height>420</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>Page Header</Name>
        <Type>3</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Page Footer</Name>
        <Type>4</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Group 0 Header</Name>
        <Type>5</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Group 0 Footer</Name>
        <Type>6</Type>
        <Visible>0</Visible>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>InspDate Label</Name>
        <Section>1</Section>
        <Text>Date</Text>
        <Left>120</Left>
        <Width>960</Width>
        <Height>300</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>12</Size>
        </Font>
      </Field>
      <Field>
        <Name>SubAddress Label</Name>
        <Section>1</Section>
        <Text>Address</Text>
        <Left>1140</Left>
        <Width>3360</Width>
        <Height>300</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>12</Size>
        </Font>
      </Field>
      <Field>
        <Name>SubCity Label</Name>
        <Section>1</Section>
        <Text>City</Text>
        <Left>4560</Left>
        <Width>1800</Width>
        <Height>300</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>12</Size>
        </Font>
      </Field>
      <Field>
        <Name>AC Label</Name>
        <Section>1</Section>
        <Text>Fees Collctd</Text>
        <Left>7620</Left>
        <Width>1140</Width>
        <Height>300</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>12</Size>
        </Font>
      </Field>
      <Field>
        <Name>Label23</Name>
        <Section>1</Section>
        <Text>Commission</Text>
        <Left>8820</Left>
        <Width>1140</Width>
        <Height>300</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>12</Size>
        </Font>
      </Field>
      <Field>
        <Name>Label31</Name>
        <Section>1</Section>
        <Text>Fees Billed</Text>
        <Left>6420</Left>
        <Width>1140</Width>
        <Height>300</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>12</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtInspDate</Name>
        <Section>0</Section>
        <Text>InspDate</Text>
        <Calculated>-1</Calculated>
        <Format>Short Date</Format>
        <Left>120</Left>
        <Width>960</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>txtSubAddress</Name>
        <Section>0</Section>
        <Text>SubAddress</Text>
        <Calculated>-1</Calculated>
        <Left>1140</Left>
        <Width>3360</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>txtSubCity</Name>
        <Section>0</Section>
        <Text>SubCity</Text>
        <Calculated>-1</Calculated>
        <Left>4560</Left>
        <Width>1800</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>txtAC</Name>
        <Section>0</Section>
        <Text>AC</Text>
        <Calculated>-1</Calculated>
        <Left>7620</Left>
        <Width>1140</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>Line19</Name>
        <Section>0</Section>
        <Left>120</Left>
        <Width>9840</Width>
        <BorderStyle>1</BorderStyle>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>txtComm</Name>
        <Section>0</Section>
        <Text>Comm</Text>
        <Calculated>-1</Calculated>
        <Format>#,###.00</Format>
        <Left>8820</Left>
        <Width>1140</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>txtFB</Name>
        <Section>0</Section>
        <Text>FB</Text>
        <Calculated>-1</Calculated>
        <Left>6420</Left>
        <Width>1140</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>txtTotalCollected</Name>
        <Section>2</Section>
        <Text>=Sum([AC])</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>7620</Left>
        <Top>180</Top>
        <Width>1140</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>txtTotalComm</Name>
        <Section>2</Section>
        <Text>=Sum([Comm])</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>8820</Left>
        <Top>180</Top>
        <Width>1140</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>Line29</Name>
        <Section>2</Section>
        <Left>60</Left>
        <Top>60</Top>
        <Width>9900</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>Line30</Name>
        <Section>2</Section>
        <Left>60</Left>
        <Top>120</Top>
        <Width>9900</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>txtTotalBilled</Name>
        <Section>2</Section>
        <Text>=Sum([FB])</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>6420</Left>
        <Top>180</Top>
        <Width>1140</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptCommissionsDetailB *** -->
  <Report>
    <Name>rptCommissionsDetailB</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
      <RecordSource>SELECT tblOrderInspectors.InspectorID, [InspFN] &amp; " " &amp; [InspLN] AS InspName, tblOrder.InspDate, rqryComm_PriorPdsFeesCollectedDuringPeriod.PayDate, tblOrder.SubAddress, tblOrder.SubCity, tblOrderInspectors.OrderID, rqryComm_PriorPdsFeesBilled.SumOfFee AS FB, rqryComm_PriorPdsFeesCollectedDuringPeriod.SumOfPayAmount AS AC, ([AC]*[JobFeePercent])*[CommissionRate] AS Comm, tblOrder.OrderStatus
FROM (tblOrder INNER JOIN rqryComm_PriorPdsFeesBilled ON tblOrder.OrderID = rqryComm_PriorPdsFeesBilled.OrderID) INNER JOIN ((tlkpInspectors INNER JOIN tblOrderInspectors ON tlkpInspectors.InspectorID = tblOrderInspectors.InspectorID) INNER JOIN rqryComm_PriorPdsFeesCollectedDuringPeriod ON tblOrderInspectors.OrderID = rqryComm_PriorPdsFeesCollectedDuringPeriod.OrderID) ON tblOrder.OrderID = tblOrderInspectors.OrderID
WHERE (((tblOrder.OrderStatus)=1 Or (tblOrder.OrderStatus)=4))
ORDER BY [InspFN] &amp; " " &amp; [InspLN];</RecordSource>
    </DataSource>
    <Layout>
      <Width>10380</Width>
      <MarginRight>720</MarginRight>
    </Layout>
    <Groups>
      <Group>
        <Name>Group 1</Name>
        <GroupBy>InspDate</GroupBy>
        <Sort>1</Sort>
      </Group>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>240</Height>
        <KeepTogether>0</KeepTogether>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportHeader</Name>
        <Type>1</Type>
        <Height>300</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportFooter</Name>
        <Type>2</Type>
        <Height>420</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>Page Header</Name>
        <Type>3</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Page Footer</Name>
        <Type>4</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Group 0 Header</Name>
        <Type>5</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Group 0 Footer</Name>
        <Type>6</Type>
        <Visible>0</Visible>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>Label40</Name>
        <Section>1</Section>
        <Text>InspDate</Text>
        <Left>120</Left>
        <Width>960</Width>
        <Height>300</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>12</Size>
        </Font>
      </Field>
      <Field>
        <Name>Label41</Name>
        <Section>1</Section>
        <Text>Address</Text>
        <Left>2040</Left>
        <Width>2760</Width>
        <Height>300</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>12</Size>
        </Font>
      </Field>
      <Field>
        <Name>Label42</Name>
        <Section>1</Section>
        <Text>City</Text>
        <Left>4860</Left>
        <Width>1500</Width>
        <Height>300</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>12</Size>
        </Font>
      </Field>
      <Field>
        <Name>Label43</Name>
        <Section>1</Section>
        <Text>Fees Collctd</Text>
        <Left>7620</Left>
        <Width>1140</Width>
        <Height>300</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>12</Size>
        </Font>
      </Field>
      <Field>
        <Name>Label44</Name>
        <Section>1</Section>
        <Text>Commission</Text>
        <Left>8820</Left>
        <Width>1140</Width>
        <Height>300</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>12</Size>
        </Font>
      </Field>
      <Field>
        <Name>Label48</Name>
        <Section>1</Section>
        <Text>Fees Billed</Text>
        <Left>6420</Left>
        <Width>1140</Width>
        <Height>300</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>12</Size>
        </Font>
      </Field>
      <Field>
        <Name>Label34</Name>
        <Section>1</Section>
        <Text>DatePaid</Text>
        <Left>1140</Left>
        <Width>840</Width>
        <Height>300</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>12</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtInspDate</Name>
        <Section>0</Section>
        <Text>InspDate</Text>
        <Calculated>-1</Calculated>
        <Format>Short Date</Format>
        <Left>120</Left>
        <Width>960</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>txtSubAddress</Name>
        <Section>0</Section>
        <Text>SubAddress</Text>
        <Calculated>-1</Calculated>
        <Left>2040</Left>
        <Width>2760</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>txtSubCity</Name>
        <Section>0</Section>
        <Text>SubCity</Text>
        <Calculated>-1</Calculated>
        <Left>4860</Left>
        <Width>1500</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>txtAC</Name>
        <Section>0</Section>
        <Text>AC</Text>
        <Calculated>-1</Calculated>
        <Left>7620</Left>
        <Width>1140</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>Line19</Name>
        <Section>0</Section>
        <Left>120</Left>
        <Width>9840</Width>
        <BorderStyle>1</BorderStyle>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>txtComm</Name>
        <Section>0</Section>
        <Text>Comm</Text>
        <Calculated>-1</Calculated>
        <Format>#,###.00</Format>
        <Left>8820</Left>
        <Width>1140</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>txtFB</Name>
        <Section>0</Section>
        <Text>FB</Text>
        <Calculated>-1</Calculated>
        <Left>6420</Left>
        <Width>1140</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>Text35</Name>
        <Section>0</Section>
        <Text>PayDate</Text>
        <Calculated>-1</Calculated>
        <Format>Short Date</Format>
        <Left>1140</Left>
        <Width>840</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>txtTotalCollected</Name>
        <Section>2</Section>
        <Text>=Sum(iif(IsNull([AC]), eval("0"), eval("[AC]")))</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>7620</Left>
        <Top>180</Top>
        <Width>1140</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>txtTotalComm</Name>
        <Section>2</Section>
        <Text>=Sum(iif(IsNull([comm]), eval("0"), eval("[comm]")))</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>8820</Left>
        <Top>180</Top>
        <Width>1140</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>Line52</Name>
        <Section>2</Section>
        <Left>60</Left>
        <Top>60</Top>
        <Width>9900</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>Line53</Name>
        <Section>2</Section>
        <Left>60</Left>
        <Top>120</Top>
        <Width>9900</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>txtTotalBilled</Name>
        <Section>2</Section>
        <Text>=Sum(iif(IsNull([FB]), eval("0"), eval("[FB]")))</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>6420</Left>
        <Top>180</Top>
        <Width>1140</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptCommissionsMaster *** -->
  <Report>
    <Name>rptCommissionsMaster</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
      <RecordSource>SELECT tblInspectors.InspectorID, [InspFN] &amp; " " &amp; [InspLN] AS InspName
FROM tblInspectors
ORDER BY [InspFN] &amp; " " &amp; [InspLN];</RecordSource>
    </DataSource>
    <Layout>
      <Width>10395</Width>
      <MarginLeft>1080</MarginLeft>
      <MarginTop>720</MarginTop>
      <MarginRight>1080</MarginRight>
      <MarginBottom>720</MarginBottom>
    </Layout>
    <Groups>
      <Group>
        <Name>Group 1</Name>
        <GroupBy>InspName</GroupBy>
        <Sort>1</Sort>
      </Group>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>1139</Height>
        <KeepTogether>0</KeepTogether>
      </Section>
      <Section>
        <Name>Header</Name>
        <Type>1</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Footer</Name>
        <Type>2</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>PageHeader</Name>
        <Type>3</Type>
      </Section>
      <Section>
        <Name>PageFooter</Name>
        <Type>4</Type>
        <Height>360</Height>
      </Section>
      <Section>
        <Name>GroupHeader0</Name>
        <Type>5</Type>
        <Height>1080</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>GroupFooter1</Name>
        <Type>6</Type>
        <Height>360</Height>
        <ForcePageBreak>2</ForcePageBreak>
        <CanGrow>0</CanGrow>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>txtInspName</Name>
        <Section>5</Section>
        <Text>InspName</Text>
        <Calculated>-1</Calculated>
        <Left>120</Left>
        <Top>780</Top>
        <Width>3060</Width>
        <Height>300</Height>
        <Align>0</Align>
        <Font>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>InspName Label</Name>
        <Section>5</Section>
        <Text>Inspector</Text>
        <Left>3240</Left>
        <Top>780</Top>
        <Width>900</Width>
        <Height>300</Height>
        <Align>0</Align>
        <Visible>0</Visible>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>12</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line17</Name>
        <Section>5</Section>
        <Left>120</Left>
        <Top>780</Top>
        <Width>3060</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>Label12</Name>
        <Section>5</Section>
        <Text>Inspector Commissions</Text>
        <Left>60</Left>
        <Width>4140</Width>
        <Height>600</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>27.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line15</Name>
        <Section>5</Section>
        <Width>10020</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>Line16</Name>
        <Section>5</Section>
        <Top>660</Top>
        <Width>10020</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>txtDateRange</Name>
        <Section>5</Section>
        <Text>="During the period: " &amp; [Forms]![frmRpts]![sfmReports].[Form]![txtStartDate] &amp; " - " &amp; [Forms]![frmRpts]![sfmReports].[Form]![txtEndDate]</Text>
        <Calculated>-1</Calculated>
        <Left>4200</Left>
        <Top>360</Top>
        <Width>5760</Width>
        <Height>240</Height>
        <Align>0</Align>
        <Font>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>srA</Name>
        <Section>0</Section>
        <Text>"InspectorID = '" &amp; InspectorID &amp; "'"</Text>
        <Calculated>-1</Calculated>
        <Left>60</Left>
        <Top>300</Top>
        <Width>9975</Width>
        <Height>239</Height>
        <CanGrow>-1</CanGrow>
        <Subreport>rptCommissionsDetailA</Subreport>
      </Field>
      <Field>
        <Name>srB</Name>
        <Section>0</Section>
        <Text>"InspectorID = '" &amp; InspectorID &amp; "'"</Text>
        <Calculated>-1</Calculated>
        <Left>60</Left>
        <Top>900</Top>
        <Width>9975</Width>
        <Height>239</Height>
        <CanGrow>-1</CanGrow>
        <Subreport>rptCommissionsDetailB</Subreport>
      </Field>
      <Field>
        <Name>txtFBA</Name>
        <Section>0</Section>
        <Text>=iif(IsNull([srA]![txtTotalBilled]), eval("0"), eval("[srA]![txtTotalBilled]"))</Text>
        <Calculated>-1</Calculated>
        <Left>9420</Left>
        <Top>60</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>255</BackColor>
        <BorderStyle>1</BorderStyle>
        <Visible>0</Visible>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtFCA</Name>
        <Section>0</Section>
        <Text>=iif(IsNull([srA]![txtTotalCollected]), eval("0"), eval("[srA]![txtTotalCollected]"))</Text>
        <Calculated>-1</Calculated>
        <Left>9600</Left>
        <Top>60</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>255</BackColor>
        <BorderStyle>1</BorderStyle>
        <Visible>0</Visible>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtTCA</Name>
        <Section>0</Section>
        <Text>=iif(IsNull([srA]![txtTotalComm]), eval("0"), eval("[srA]![txtTotalComm]"))</Text>
        <Calculated>-1</Calculated>
        <Left>9780</Left>
        <Top>60</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>255</BackColor>
        <BorderStyle>1</BorderStyle>
        <Visible>0</Visible>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtFBB</Name>
        <Section>0</Section>
        <Text>=iif(IsNull([srB]![txtTotalBilled]), eval("0"), eval("[srB]![txtTotalBilled]"))</Text>
        <Calculated>-1</Calculated>
        <Left>9420</Left>
        <Top>660</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>255</BackColor>
        <BorderStyle>1</BorderStyle>
        <Visible>0</Visible>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtFCB</Name>
        <Section>0</Section>
        <Text>=iif(IsNull([srB]![txtTotalCollected]), eval("0"), eval("[srB]![txtTotalCollected]"))</Text>
        <Calculated>-1</Calculated>
        <Left>9600</Left>
        <Top>660</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>255</BackColor>
        <BorderStyle>1</BorderStyle>
        <Visible>0</Visible>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtTCB</Name>
        <Section>0</Section>
        <Text>=iif(IsNull([srB]![txtTotalComm]), eval("0"), eval("[srB]![txtTotalComm]"))</Text>
        <Calculated>-1</Calculated>
        <Left>9780</Left>
        <Top>660</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>255</BackColor>
        <BorderStyle>1</BorderStyle>
        <Visible>0</Visible>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lblA</Name>
        <Section>0</Section>
        <Text>Fees billed &amp;&amp; collected during this commission period:</Text>
        <Left>60</Left>
        <Top>60</Top>
        <Width>9300</Width>
        <Height>240</Height>
        <Font>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lblB</Name>
        <Section>0</Section>
        <Text>Fees billed in prior periods &amp;&amp; collected during this commission period:</Text>
        <Left>60</Left>
        <Top>660</Top>
        <Width>9300</Width>
        <Height>240</Height>
        <Font>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lblGrandTotals</Name>
        <Section>6</Section>
        <Text>Grand Totals</Text>
        <Left>4620</Left>
        <Width>5400</Width>
        <Height>360</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>12</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtGTFC</Name>
        <Section>6</Section>
        <Text>=[srA]![txtTotalCollected]+[srB]![txtTotalCollected]</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>1920</Left>
        <Top>60</Top>
        <Width>960</Width>
        <Height>240</Height>
        <Align>2</Align>
        <Visible>0</Visible>
        <Font>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>txtGTC</Name>
        <Section>6</Section>
        <Text>=[srA]![txtTotalComm]+[srB]![txtTotalComm]</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>2940</Left>
        <Top>60</Top>
        <Width>960</Width>
        <Height>240</Height>
        <Align>2</Align>
        <Visible>0</Visible>
        <Font>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>txtGTFB</Name>
        <Section>6</Section>
        <Text>=[srA]![txtTotalBilled]+[srB]![txtTotalBilled]</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>720</Left>
        <Top>60</Top>
        <Width>1140</Width>
        <Height>240</Height>
        <Align>2</Align>
        <Visible>0</Visible>
        <Font>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>txtTFC</Name>
        <Section>6</Section>
        <Text>=[txtFCA]+[txtFCB]</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>7680</Left>
        <Top>60</Top>
        <Width>1140</Width>
        <Height>240</Height>
        <Align>2</Align>
        <Font>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>txtTC</Name>
        <Section>6</Section>
        <Text>=[txtTCA]+[txtTCB]</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>8880</Left>
        <Top>60</Top>
        <Width>1140</Width>
        <Height>240</Height>
        <Align>2</Align>
        <Font>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>txtTFB</Name>
        <Section>6</Section>
        <Text>=[txtFBA]+[txtFBB]</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>6480</Left>
        <Top>60</Top>
        <Width>1140</Width>
        <Height>240</Height>
        <Align>2</Align>
        <Font>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Text13</Name>
        <Section>4</Section>
        <Text>=Now()</Text>
        <Calculated>-1</Calculated>
        <Format>Long Date</Format>
        <Left>60</Left>
        <Top>60</Top>
        <Width>4560</Width>
        <Height>240</Height>
        <Align>0</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Text14</Name>
        <Section>4</Section>
        <Text>="Page " &amp; [Page] &amp; " of " &amp; [Pages]</Text>
        <Calculated>-1</Calculated>
        <Left>5400</Left>
        <Top>60</Top>
        <Width>4560</Width>
        <Height>240</Height>
        <Align>2</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptCommissionsMgt *** -->
  <Report>
    <Name>rptCommissionsMgt</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
      <RecordSource>SELECT rqryComm_DetailWithFees.InspectorID, rqryComm_DetailWithFees.InspName, Sum(rqryComm_DetailWithFees.FB) AS SumOfFB, Sum(rqryComm_DetailWithFees.FBComm) AS SumOfFBComm, Sum(rqryComm_DetailWithFees.AC) AS SumOfAC, Sum(rqryComm_DetailWithFees.Comm) AS SumOfComm, Count(rqryComm_DetailWithFees.OrderID) AS OrderCount
FROM rqryComm_DetailWithFees
GROUP BY rqryComm_DetailWithFees.InspectorID, rqryComm_DetailWithFees.InspName;</RecordSource>
    </DataSource>
    <Layout>
      <Width>9720</Width>
    </Layout>
    <Groups>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>405</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportHeader</Name>
        <Type>1</Type>
        <Height>960</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportFooter</Name>
        <Type>2</Type>
        <Height>1740</Height>
      </Section>
      <Section>
        <Name>PageHeader</Name>
        <Type>3</Type>
        <Height>540</Height>
      </Section>
      <Section>
        <Name>PageFooter</Name>
        <Type>4</Type>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>Label8</Name>
        <Section>1</Section>
        <Text>Commissions Summary</Text>
        <Left>60</Left>
        <Top>60</Top>
        <Width>4260</Width>
        <Height>660</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>27.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>Text16</Name>
        <Section>1</Section>
        <Text>="During the period: " &amp; [Forms]![frmRpts]![sfmReports].[Form]![txtStartDate] &amp; " - " &amp; [Forms]![frmRpts]![sfmReports].[Form]![txtEndDate]</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>4320</Left>
        <Top>420</Top>
        <Width>4860</Width>
        <Height>300</Height>
        <Align>0</Align>
        <Font>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>InspName Label</Name>
        <Section>3</Section>
        <Text>Inspector Name</Text>
        <Left>60</Left>
        <Top>60</Top>
        <Width>2280</Width>
        <Height>420</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>9.75</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>SumOfSumOfPayAmount Label</Name>
        <Section>3</Section>
        <Text>Fees Billed*</Text>
        <Left>3780</Left>
        <Top>60</Top>
        <Width>1380</Width>
        <Height>420</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>9.75</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>SumOfComm Label</Name>
        <Section>3</Section>
        <Text>Commissions Owed*</Text>
        <Left>5220</Left>
        <Top>60</Top>
        <Width>1320</Width>
        <Height>435</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>9.75</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Line11</Name>
        <Section>3</Section>
        <Left>60</Left>
        <Top>480</Top>
        <Width>9240</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>Label20</Name>
        <Section>3</Section>
        <Text>Order Count</Text>
        <Left>2820</Left>
        <Top>60</Top>
        <Width>900</Width>
        <Height>420</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>9.75</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Label25</Name>
        <Section>3</Section>
        <Text>Fees Collected</Text>
        <Left>6600</Left>
        <Top>60</Top>
        <Width>1320</Width>
        <Height>420</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>9.75</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Label26</Name>
        <Section>3</Section>
        <Text>Commissions Paid</Text>
        <Left>7980</Left>
        <Top>60</Top>
        <Width>1320</Width>
        <Height>420</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>9.75</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>txtInspName</Name>
        <Section>0</Section>
        <Text>InspName</Text>
        <Calculated>-1</Calculated>
        <Left>60</Left>
        <Top>60</Top>
        <Width>2280</Width>
        <Height>300</Height>
      </Field>
      <Field>
        <Name>txtFeesCollected</Name>
        <Section>0</Section>
        <Text>SumOfFB</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>3780</Left>
        <Top>60</Top>
        <Width>1380</Width>
        <Height>300</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>txtComms</Name>
        <Section>0</Section>
        <Text>SumOfFBComm</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>5220</Left>
        <Top>60</Top>
        <Width>1320</Width>
        <Height>300</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>txtOrderCount</Name>
        <Section>0</Section>
        <Text>OrderCount</Text>
        <Calculated>-1</Calculated>
        <Format>General Number</Format>
        <Left>2820</Left>
        <Top>60</Top>
        <Width>900</Width>
        <Height>300</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>Text27</Name>
        <Section>0</Section>
        <Text>SumOfAC</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>6600</Left>
        <Top>60</Top>
        <Width>1320</Width>
        <Height>300</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>Text28</Name>
        <Section>0</Section>
        <Text>SumOfComm</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>7980</Left>
        <Top>60</Top>
        <Width>1320</Width>
        <Height>300</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>Text9</Name>
        <Section>2</Section>
        <Text>=Now()</Text>
        <Calculated>-1</Calculated>
        <Format>Long Date</Format>
        <Left>60</Left>
        <Top>1380</Top>
        <Width>4560</Width>
        <Height>270</Height>
        <Align>0</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Text10</Name>
        <Section>2</Section>
        <Text>="Page " &amp; [Page] &amp; " of " &amp; [Pages]</Text>
        <Calculated>-1</Calculated>
        <Left>4740</Left>
        <Top>1380</Top>
        <Width>4560</Width>
        <Height>270</Height>
        <Align>2</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line12</Name>
        <Section>2</Section>
        <Left>60</Left>
        <Top>1380</Top>
        <Width>9240</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>20</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>txtTotalCollected</Name>
        <Section>2</Section>
        <Text>=Sum([SumOfFB])</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>3780</Left>
        <Top>240</Top>
        <Width>1380</Width>
        <Height>300</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>txtTotalComm</Name>
        <Section>2</Section>
        <Text>=Sum([SumOfFBComm])</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>5220</Left>
        <Top>240</Top>
        <Width>1320</Width>
        <Height>300</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>Label17</Name>
        <Section>2</Section>
        <Text>Totals:</Text>
        <Left>1680</Left>
        <Top>240</Top>
        <Width>720</Width>
        <Height>300</Height>
        <Align>2</Align>
        <Font>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Line18</Name>
        <Section>2</Section>
        <Left>60</Left>
        <Top>180</Top>
        <Width>9240</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>Line19</Name>
        <Section>2</Section>
        <Left>60</Left>
        <Top>120</Top>
        <Width>9240</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>txtTotalOrderCount</Name>
        <Section>2</Section>
        <Text>=Sum([OrderCount])</Text>
        <Calculated>-1</Calculated>
        <Format>#,###</Format>
        <Left>2820</Left>
        <Top>240</Top>
        <Width>900</Width>
        <Height>300</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>Text23</Name>
        <Section>2</Section>
        <Text>="* Fees Billed and Commissions Owed may not have been collected and paid during this report period. This report should not be used for accounting purposes."</Text>
        <Calculated>-1</Calculated>
        <Left>60</Left>
        <Top>1020</Top>
        <Width>7140</Width>
        <Height>240</Height>
        <Align>0</Align>
        <CanGrow>-1</CanGrow>
        <Font>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Text24</Name>
        <Section>2</Section>
        <Text>="WARNING: This report does not show amounts collected for prior period billings that were collected during this report period. This report should not be used for accounting purposes."</Text>
        <Calculated>-1</Calculated>
        <Left>60</Left>
        <Top>720</Top>
        <Width>7140</Width>
        <Height>240</Height>
        <Align>0</Align>
        <CanGrow>-1</CanGrow>
        <Font>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Text29</Name>
        <Section>2</Section>
        <Text>=Sum([SumOfAC])</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>6600</Left>
        <Top>240</Top>
        <Width>1320</Width>
        <Height>300</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>Text30</Name>
        <Section>2</Section>
        <Text>=Sum([SumOfComm])</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>7980</Left>
        <Top>240</Top>
        <Width>1320</Width>
        <Height>300</Height>
        <Align>2</Align>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptCommissionsPriorPdCollectionsDuringPd *** -->
  <Report>
    <Name>rptCommissionsPriorPdCollectionsDuringPd</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
      <RecordSource>SELECT tblOrderInspectors.InspectorID, [InspFN] &amp; " " &amp; [InspLN] AS InspName, tblOrder.InspDate, rqryComm_PriorPdsFeesCollectedDuringPeriod.PayDate, tblOrder.SubAddress, tblOrder.SubCity, tblOrderInspectors.OrderID, rqryComm_PriorPdsFeesBilled.SumOfFee AS FB, rqryComm_PriorPdsFeesCollectedDuringPeriod.SumOfPayAmount AS AC, ([AC]*[JobFeePercent])*[CommissionRate] AS Comm, tblOrder.OrderStatus
FROM (tblOrder INNER JOIN rqryComm_PriorPdsFeesBilled ON tblOrder.OrderID = rqryComm_PriorPdsFeesBilled.OrderID) INNER JOIN ((tlkpInspectors INNER JOIN tblOrderInspectors ON tlkpInspectors.InspectorID = tblOrderInspectors.InspectorID) INNER JOIN rqryComm_PriorPdsFeesCollectedDuringPeriod ON tblOrderInspectors.OrderID = rqryComm_PriorPdsFeesCollectedDuringPeriod.OrderID) ON tblOrder.OrderID = tblOrderInspectors.OrderID
WHERE (((tblOrder.OrderStatus)=1 Or (tblOrder.OrderStatus)=4))
ORDER BY [InspFN] &amp; " " &amp; [InspLN];</RecordSource>
    </DataSource>
    <Layout>
      <Width>10380</Width>
      <MarginRight>720</MarginRight>
    </Layout>
    <Groups>
      <Group>
        <Name>Group 1</Name>
        <GroupBy>InspDate</GroupBy>
        <Sort>1</Sort>
      </Group>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>300</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportHeader</Name>
        <Type>1</Type>
        <Height>780</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportFooter</Name>
        <Type>2</Type>
        <Height>420</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>PageHeader</Name>
        <Type>3</Type>
      </Section>
      <Section>
        <Name>PageFooter</Name>
        <Type>4</Type>
      </Section>
      <Section>
        <Name>Group 0 Header</Name>
        <Type>5</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Group 0 Footer</Name>
        <Type>6</Type>
        <Visible>0</Visible>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>Label40</Name>
        <Section>1</Section>
        <Text>InspDate</Text>
        <Left>240</Left>
        <Top>480</Top>
        <Width>840</Width>
        <Height>300</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>12</Size>
        </Font>
      </Field>
      <Field>
        <Name>Label41</Name>
        <Section>1</Section>
        <Text>Address</Text>
        <Left>2040</Left>
        <Top>480</Top>
        <Width>3060</Width>
        <Height>300</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>12</Size>
        </Font>
      </Field>
      <Field>
        <Name>Label42</Name>
        <Section>1</Section>
        <Text>City</Text>
        <Left>5160</Left>
        <Top>480</Top>
        <Width>1800</Width>
        <Height>300</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>12</Size>
        </Font>
      </Field>
      <Field>
        <Name>Label43</Name>
        <Section>1</Section>
        <Text>Fees Collctd</Text>
        <Left>8040</Left>
        <Top>480</Top>
        <Width>1020</Width>
        <Height>300</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>12</Size>
        </Font>
      </Field>
      <Field>
        <Name>Label44</Name>
        <Section>1</Section>
        <Text>Comm</Text>
        <Left>9120</Left>
        <Top>480</Top>
        <Width>840</Width>
        <Height>300</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>12</Size>
        </Font>
      </Field>
      <Field>
        <Name>Label45</Name>
        <Section>1</Section>
        <Text>Fees collected during period for prior billings ************************************************</Text>
        <Left>60</Left>
        <Width>9900</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line46</Name>
        <Section>1</Section>
        <Left>60</Left>
        <Width>9900</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>Line47</Name>
        <Section>1</Section>
        <Left>60</Left>
        <Top>420</Top>
        <Width>9900</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>Label48</Name>
        <Section>1</Section>
        <Text>Fees Billed</Text>
        <Left>7020</Left>
        <Top>480</Top>
        <Width>1020</Width>
        <Height>300</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>12</Size>
        </Font>
      </Field>
      <Field>
        <Name>Label34</Name>
        <Section>1</Section>
        <Text>DatePaid</Text>
        <Left>1140</Left>
        <Top>480</Top>
        <Width>840</Width>
        <Height>300</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>12</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtInspDate</Name>
        <Section>0</Section>
        <Text>InspDate</Text>
        <Calculated>-1</Calculated>
        <Format>Short Date</Format>
        <Left>240</Left>
        <Top>60</Top>
        <Width>840</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>txtSubAddress</Name>
        <Section>0</Section>
        <Text>SubAddress</Text>
        <Calculated>-1</Calculated>
        <Left>2040</Left>
        <Top>60</Top>
        <Width>3060</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>txtSubCity</Name>
        <Section>0</Section>
        <Text>SubCity</Text>
        <Calculated>-1</Calculated>
        <Left>5160</Left>
        <Top>60</Top>
        <Width>1800</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>txtAC</Name>
        <Section>0</Section>
        <Text>AC</Text>
        <Calculated>-1</Calculated>
        <Left>8040</Left>
        <Top>60</Top>
        <Width>1020</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>Line19</Name>
        <Section>0</Section>
        <Left>240</Left>
        <Top>60</Top>
        <Width>9720</Width>
        <BorderStyle>1</BorderStyle>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>txtComm</Name>
        <Section>0</Section>
        <Text>Comm</Text>
        <Calculated>-1</Calculated>
        <Format>#,###.00</Format>
        <Left>9120</Left>
        <Top>60</Top>
        <Width>840</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>txtFB</Name>
        <Section>0</Section>
        <Text>FB</Text>
        <Calculated>-1</Calculated>
        <Left>7020</Left>
        <Top>60</Top>
        <Width>1020</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>Text35</Name>
        <Section>0</Section>
        <Text>PayDate</Text>
        <Calculated>-1</Calculated>
        <Format>Short Date</Format>
        <Left>1140</Left>
        <Top>60</Top>
        <Width>840</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>txtTotalCollected</Name>
        <Section>2</Section>
        <Text>=Sum([AC])</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>8040</Left>
        <Top>180</Top>
        <Width>1020</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>txtTotalComm</Name>
        <Section>2</Section>
        <Text>=Sum([Comm])</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>9120</Left>
        <Top>180</Top>
        <Width>840</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>Line52</Name>
        <Section>2</Section>
        <Left>60</Left>
        <Top>60</Top>
        <Width>9900</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>Line53</Name>
        <Section>2</Section>
        <Left>60</Left>
        <Top>120</Top>
        <Width>9900</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>txtTotalBilled</Name>
        <Section>2</Section>
        <Text>=Sum([FB])</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>7020</Left>
        <Top>180</Top>
        <Width>1020</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptCompByInspector *** -->
  <Report>
    <Name>rptCompByInspector</Name>
    <DataSource>
      <ConnectionString>PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA SOURCE=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;PERSIST SECURITY INFO=FALSE;Jet OLEDB:System database=C:\Documents and Settings\stephen.bentley\Application Data\Microsoft\Access\System.mdw</ConnectionString>
      <RecordSource>tblWork</RecordSource>
    </DataSource>
    <Layout>
      <Width>9720</Width>
    </Layout>
    <Groups>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>405</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportHeader</Name>
        <Type>1</Type>
        <Height>1200</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportFooter</Name>
        <Type>2</Type>
        <Height>720</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>PageHeaderSection</Name>
        <Type>3</Type>
        <Height>465</Height>
      </Section>
      <Section>
        <Name>PageFooterSection</Name>
        <Type>4</Type>
        <Height>510</Height>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>Label12</Name>
        <Section>1</Section>
        <Text>Comprehensive Sales Volume Report</Text>
        <Left>60</Left>
        <Top>60</Top>
        <Width>6360</Width>
        <Height>645</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>27.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>Group1_Label</Name>
        <Section>3</Section>
        <Text>Inspector</Text>
        <Left>60</Left>
        <Top>60</Top>
        <Width>1620</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Count1_Label</Name>
        <Section>3</Section>
        <Text># Insp.</Text>
        <Left>2875</Left>
        <Width>840</Width>
        <Height>345</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Value1_Label</Name>
        <Section>3</Section>
        <Text>Revenue</Text>
        <Left>3785</Left>
        <Width>1440</Width>
        <Height>345</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Value2_Label</Name>
        <Section>3</Section>
        <Text>Pct. of Insp.</Text>
        <Left>5310</Left>
        <Width>1410</Width>
        <Height>345</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Value3_Label</Name>
        <Section>3</Section>
        <Text>Pct. of Revenue</Text>
        <Left>6840</Left>
        <Width>1620</Width>
        <Height>345</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line15</Name>
        <Section>3</Section>
        <Left>60</Left>
        <Top>405</Top>
        <Width>9240</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>Group1</Name>
        <Section>0</Section>
        <Text>Group1</Text>
        <Calculated>-1</Calculated>
        <Left>60</Left>
        <Top>60</Top>
        <Width>2205</Width>
        <Height>285</Height>
      </Field>
      <Field>
        <Name>Count1</Name>
        <Section>0</Section>
        <Text>Count1</Text>
        <Calculated>-1</Calculated>
        <Left>2875</Left>
        <Top>60</Top>
        <Width>840</Width>
        <Height>285</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>Value1</Name>
        <Section>0</Section>
        <Text>Value1</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>3785</Left>
        <Top>60</Top>
        <Width>1440</Width>
        <Height>285</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>Value2</Name>
        <Section>0</Section>
        <Text>Value2</Text>
        <Calculated>-1</Calculated>
        <Format>Percent</Format>
        <Left>5310</Left>
        <Top>60</Top>
        <Width>1410</Width>
        <Height>285</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>Value3</Name>
        <Section>0</Section>
        <Text>Value3</Text>
        <Calculated>-1</Calculated>
        <Format>Percent</Format>
        <Left>6840</Left>
        <Top>60</Top>
        <Width>1620</Width>
        <Height>285</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>Text13</Name>
        <Section>4</Section>
        <Text>=Now()</Text>
        <Calculated>-1</Calculated>
        <Format>Long Date</Format>
        <Left>60</Left>
        <Top>240</Top>
        <Width>4560</Width>
        <Height>270</Height>
        <Align>0</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Text14</Name>
        <Section>4</Section>
        <Text>="Page " &amp; [Page] &amp; " of " &amp; [Pages]</Text>
        <Calculated>-1</Calculated>
        <Left>4740</Left>
        <Top>240</Top>
        <Width>4560</Width>
        <Height>270</Height>
        <Align>2</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line16</Name>
        <Section>4</Section>
        <Left>60</Left>
        <Top>240</Top>
        <Width>9240</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>20</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>Label18</Name>
        <Section>2</Section>
        <Text>Total For Period</Text>
        <Left>60</Left>
        <Width>1620</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Text19</Name>
        <Section>2</Section>
        <Text>=Sum([Value1])</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>3785</Left>
        <Top>60</Top>
        <Width>1440</Width>
        <Height>285</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>Text20</Name>
        <Section>2</Section>
        <Text>=Sum([Count1])</Text>
        <Calculated>-1</Calculated>
        <Left>2875</Left>
        <Top>60</Top>
        <Width>840</Width>
        <Height>285</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>txtDateRange</Name>
        <Section>1</Section>
        <Text>During xx/xx/xx - xx/xx/xx</Text>
        <Calculated>-1</Calculated>
        <Left>60</Left>
        <Top>690</Top>
        <Width>6345</Width>
        <Height>465</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>18</Size>
        </Font>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptCompByRealtor *** -->
  <Report>
    <Name>rptCompByRealtor</Name>
    <DataSource>
      <ConnectionString>PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA SOURCE=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;PERSIST SECURITY INFO=FALSE;Jet OLEDB:System database=C:\Documents and Settings\stephen.bentley\Application Data\Microsoft\Access\System.mdw</ConnectionString>
      <RecordSource>tblWork</RecordSource>
    </DataSource>
    <Layout>
      <Width>9720</Width>
    </Layout>
    <Groups>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>405</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportHeader</Name>
        <Type>1</Type>
        <Height>1200</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportFooter</Name>
        <Type>2</Type>
        <Height>720</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>PageHeaderSection</Name>
        <Type>3</Type>
        <Height>465</Height>
      </Section>
      <Section>
        <Name>PageFooterSection</Name>
        <Type>4</Type>
        <Height>510</Height>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>Label12</Name>
        <Section>1</Section>
        <Text>Comprehensive Sales Volume Report</Text>
        <Left>60</Left>
        <Top>60</Top>
        <Width>6360</Width>
        <Height>645</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>27.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>Group1_Label</Name>
        <Section>3</Section>
        <Text>Realtor</Text>
        <Left>60</Left>
        <Top>60</Top>
        <Width>1620</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Detail1_Label</Name>
        <Section>3</Section>
        <Text>Firm</Text>
        <Left>1740</Left>
        <Top>60</Top>
        <Width>1620</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Count1_Label</Name>
        <Section>3</Section>
        <Text># Insp.</Text>
        <Left>3700</Left>
        <Top>60</Top>
        <Width>840</Width>
        <Height>345</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Value1_Label</Name>
        <Section>3</Section>
        <Text>Revenue</Text>
        <Left>4700</Left>
        <Top>60</Top>
        <Width>1440</Width>
        <Height>345</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Value2_Label</Name>
        <Section>3</Section>
        <Text>Pct. of Insp.</Text>
        <Left>6210</Left>
        <Top>60</Top>
        <Width>1410</Width>
        <Height>345</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Value3_Label</Name>
        <Section>3</Section>
        <Text>Pct. of Revenue</Text>
        <Left>7680</Left>
        <Top>60</Top>
        <Width>1620</Width>
        <Height>345</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line15</Name>
        <Section>3</Section>
        <Left>60</Left>
        <Top>405</Top>
        <Width>9240</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>Group1</Name>
        <Section>0</Section>
        <Text>Group1</Text>
        <Calculated>-1</Calculated>
        <Left>60</Left>
        <Top>60</Top>
        <Width>1620</Width>
        <Height>285</Height>
      </Field>
      <Field>
        <Name>Detail1</Name>
        <Section>0</Section>
        <Text>Detail1</Text>
        <Calculated>-1</Calculated>
        <Left>1740</Left>
        <Top>60</Top>
        <Width>1875</Width>
        <Height>285</Height>
      </Field>
      <Field>
        <Name>Count1</Name>
        <Section>0</Section>
        <Text>Count1</Text>
        <Calculated>-1</Calculated>
        <Left>3700</Left>
        <Top>60</Top>
        <Width>840</Width>
        <Height>285</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>Value1</Name>
        <Section>0</Section>
        <Text>Value1</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>4700</Left>
        <Top>60</Top>
        <Width>1440</Width>
        <Height>285</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>Value2</Name>
        <Section>0</Section>
        <Text>Value2</Text>
        <Calculated>-1</Calculated>
        <Format>Percent</Format>
        <Left>6210</Left>
        <Top>60</Top>
        <Width>1410</Width>
        <Height>285</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>Value3</Name>
        <Section>0</Section>
        <Text>Value3</Text>
        <Calculated>-1</Calculated>
        <Format>Percent</Format>
        <Left>7680</Left>
        <Top>60</Top>
        <Width>1620</Width>
        <Height>285</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>Text13</Name>
        <Section>4</Section>
        <Text>=Now()</Text>
        <Calculated>-1</Calculated>
        <Format>Long Date</Format>
        <Left>60</Left>
        <Top>240</Top>
        <Width>4560</Width>
        <Height>270</Height>
        <Align>0</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Text14</Name>
        <Section>4</Section>
        <Text>="Page " &amp; [Page] &amp; " of " &amp; [Pages]</Text>
        <Calculated>-1</Calculated>
        <Left>4740</Left>
        <Top>240</Top>
        <Width>4560</Width>
        <Height>270</Height>
        <Align>2</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line16</Name>
        <Section>4</Section>
        <Left>60</Left>
        <Top>240</Top>
        <Width>9240</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>20</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>Label18</Name>
        <Section>2</Section>
        <Text>Total For Period</Text>
        <Left>60</Left>
        <Width>1620</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Text19</Name>
        <Section>2</Section>
        <Text>=Sum([Value1])</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>4700</Left>
        <Top>60</Top>
        <Width>1440</Width>
        <Height>285</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>Text20</Name>
        <Section>2</Section>
        <Text>=Sum([Count1])</Text>
        <Calculated>-1</Calculated>
        <Left>3700</Left>
        <Top>60</Top>
        <Width>840</Width>
        <Height>285</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>txtDateRange</Name>
        <Section>1</Section>
        <Text>During xx/xx/xx - xx/xx/xx</Text>
        <Calculated>-1</Calculated>
        <Left>60</Left>
        <Top>690</Top>
        <Width>6345</Width>
        <Height>465</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>18</Size>
        </Font>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptEnvelopes *** -->
  <Report>
    <Name>rptEnvelopes</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
    </DataSource>
    <Layout>
      <Width>11160</Width>
      <MarginLeft>360</MarginLeft>
      <MarginTop>360</MarginTop>
      <MarginRight>360</MarginRight>
      <MarginBottom>432</MarginBottom>
    </Layout>
    <Groups>
      <Group>
        <Name>Group 1</Name>
        <GroupBy>Zip</GroupBy>
        <Sort>1</Sort>
      </Group>
      <Group>
        <Name>Group 2</Name>
        <GroupBy>Co</GroupBy>
        <Sort>1</Sort>
      </Group>
      <Group>
        <Name>Group 3</Name>
        <GroupBy>Nom</GroupBy>
        <Sort>1</Sort>
      </Group>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>5040</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>Header</Name>
        <Type>1</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Footer</Name>
        <Type>2</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Page Header</Name>
        <Type>3</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Page Footer</Name>
        <Type>4</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Group 0 Header</Name>
        <Type>5</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Group 0 Footer</Name>
        <Type>6</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Group 1 Header</Name>
        <Type>7</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Group 1 Footer</Name>
        <Type>8</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Group 2 Header</Name>
        <Type>9</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Group 2 Footer</Name>
        <Type>10</Type>
        <Visible>0</Visible>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>txtName</Name>
        <Section>0</Section>
        <Text>=[Nom] &amp; Chr(13)+Chr(10) &amp; [Co] &amp; IIf([Co]&lt;&gt;"",Chr(13)+Chr(10),"") &amp; [Address2Line] &amp; Chr(13)+Chr(10) &amp; [CSZ]</Text>
        <Calculated>-1</Calculated>
        <Left>5760</Left>
        <Top>2940</Top>
        <Width>5325</Width>
        <Height>1200</Height>
        <Font>
          <Size>11.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtOrder</Name>
        <Section>0</Section>
        <Text>OrderID</Text>
        <Calculated>-1</Calculated>
        <Left>270</Left>
        <Top>90</Top>
        <Width>990</Width>
        <Height>285</Height>
        <Visible>0</Visible>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptEnvelopes OLD *** -->
  <Report>
    <Name>rptEnvelopes OLD</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
    </DataSource>
    <Layout>
      <Width>11160</Width>
      <MarginLeft>360</MarginLeft>
      <MarginTop>360</MarginTop>
      <MarginRight>360</MarginRight>
      <MarginBottom>360</MarginBottom>
    </Layout>
    <Groups>
      <Group>
        <Name>Group 1</Name>
        <GroupBy>Zip</GroupBy>
        <Sort>1</Sort>
      </Group>
      <Group>
        <Name>Group 2</Name>
        <GroupBy>Co</GroupBy>
        <Sort>1</Sort>
      </Group>
      <Group>
        <Name>Group 3</Name>
        <GroupBy>Name</GroupBy>
        <Sort>1</Sort>
      </Group>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>5040</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>Header</Name>
        <Type>1</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Footer</Name>
        <Type>2</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Page Header</Name>
        <Type>3</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Page Footer</Name>
        <Type>4</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Group 0 Header</Name>
        <Type>5</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Group 0 Footer</Name>
        <Type>6</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Group 1 Header</Name>
        <Type>7</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Group 1 Footer</Name>
        <Type>8</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Group 2 Header</Name>
        <Type>9</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Group 2 Footer</Name>
        <Type>10</Type>
        <Visible>0</Visible>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>txtName</Name>
        <Section>0</Section>
        <Text>Nom</Text>
        <Calculated>-1</Calculated>
        <Left>5460</Left>
        <Top>2940</Top>
        <Width>4560</Width>
        <Height>300</Height>
        <Font>
          <Size>11.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtCo</Name>
        <Section>0</Section>
        <Text>Co</Text>
        <Calculated>-1</Calculated>
        <Left>5460</Left>
        <Top>3240</Top>
        <Width>4560</Width>
        <Height>300</Height>
        <CanShrink>-1</CanShrink>
        <Font>
          <Size>11.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtAddress2Line</Name>
        <Section>0</Section>
        <Text>Address2Line</Text>
        <Calculated>-1</Calculated>
        <Left>5460</Left>
        <Top>3540</Top>
        <Width>4560</Width>
        <Height>300</Height>
        <Font>
          <Size>11.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtCSZ</Name>
        <Section>0</Section>
        <Text>CSZ</Text>
        <Calculated>-1</Calculated>
        <Left>5460</Left>
        <Top>3840</Top>
        <Width>4560</Width>
        <Height>300</Height>
        <Font>
          <Size>11.25</Size>
        </Font>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptFirstTimeBuyerAgent_ByDate *** -->
  <Report>
    <Name>rptFirstTimeBuyerAgent_ByDate</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
      <RecordSource>SELECT tblOrder.InspDate, tblREAgents.AgentLN, tblREAgents.AgentFN, tblREFirm.REFirm, tblREFirm.REVoice
FROM tblREFirm INNER JOIN ((rqryFirstTimeBA INNER JOIN tblOrder ON rqryFirstTimeBA.BA1 = tblOrder.BA1) INNER JOIN tblREAgents ON tblOrder.BA1 = tblREAgents.AgentID) ON tblREFirm.REID = tblREAgents.REID
WHERE (((tblOrder.InspDate)&gt;=[Forms]![frmRpts]![sfmReports]![txtStartDate] And (tblOrder.InspDate)&lt;=[Forms]![frmRpts]![sfmReports]![txtEndDate]) AND ((tblOrder.OrderStatus)&lt;&gt;3))
ORDER BY tblREAgents.AgentLN, tblREAgents.AgentFN;</RecordSource>
    </DataSource>
    <Layout>
      <Width>10380</Width>
      <MarginLeft>1080</MarginLeft>
      <MarginTop>1080</MarginTop>
      <MarginRight>1080</MarginRight>
      <MarginBottom>1080</MarginBottom>
    </Layout>
    <Groups>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>405</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportHeader</Name>
        <Type>1</Type>
        <Height>900</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportFooter</Name>
        <Type>2</Type>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>PageHeaderSection</Name>
        <Type>3</Type>
        <Height>465</Height>
      </Section>
      <Section>
        <Name>PageFooterSection</Name>
        <Type>4</Type>
        <Height>510</Height>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>Label10</Name>
        <Section>1</Section>
        <Text>First Time Buyer Agent</Text>
        <Left>60</Left>
        <Top>60</Top>
        <Width>4260</Width>
        <Height>660</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>27.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>Label23</Name>
        <Section>1</Section>
        <Text>Sorted by Agent Last Name</Text>
        <Left>4320</Left>
        <Top>300</Top>
        <Width>5580</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtDateRange</Name>
        <Section>1</Section>
        <Text>="During " &amp; [Forms]![frmRpts]![sfmReports].[Form]![txtStartDate] &amp; " - " &amp; [Forms]![frmRpts]![sfmReports].[Form]![txtEndDate]</Text>
        <Calculated>-1</Calculated>
        <Left>4320</Left>
        <Width>5640</Width>
        <Height>285</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>InspDate_Label</Name>
        <Section>3</Section>
        <Text>Insp Date</Text>
        <Left>60</Left>
        <Top>60</Top>
        <Width>960</Width>
        <Height>345</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>AgentLN_Label</Name>
        <Section>3</Section>
        <Text>Last Name</Text>
        <Left>1080</Left>
        <Top>60</Top>
        <Width>1560</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>AgentFN_Label</Name>
        <Section>3</Section>
        <Text>First Name</Text>
        <Left>2700</Left>
        <Top>60</Top>
        <Width>1560</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>REFirm_Label</Name>
        <Section>3</Section>
        <Text>RE Firm</Text>
        <Left>4320</Left>
        <Top>60</Top>
        <Width>3660</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>REVoice_Label</Name>
        <Section>3</Section>
        <Text>RE Voice</Text>
        <Left>8040</Left>
        <Top>60</Top>
        <Width>1980</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line13</Name>
        <Section>3</Section>
        <Left>60</Left>
        <Top>405</Top>
        <Width>9960</Width>
        <Height>15</Height>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>InspDate</Name>
        <Section>0</Section>
        <Text>InspDate</Text>
        <Calculated>-1</Calculated>
        <Left>60</Left>
        <Top>60</Top>
        <Width>960</Width>
        <Height>300</Height>
      </Field>
      <Field>
        <Name>AgentLN</Name>
        <Section>0</Section>
        <Text>AgentLN</Text>
        <Calculated>-1</Calculated>
        <Left>1080</Left>
        <Top>60</Top>
        <Width>1560</Width>
        <Height>300</Height>
      </Field>
      <Field>
        <Name>AgentFN</Name>
        <Section>0</Section>
        <Text>AgentFN</Text>
        <Calculated>-1</Calculated>
        <Left>2700</Left>
        <Top>60</Top>
        <Width>1560</Width>
        <Height>300</Height>
      </Field>
      <Field>
        <Name>REFirm</Name>
        <Section>0</Section>
        <Text>REFirm</Text>
        <Calculated>-1</Calculated>
        <Left>4320</Left>
        <Top>60</Top>
        <Width>3660</Width>
        <Height>300</Height>
      </Field>
      <Field>
        <Name>REVoice</Name>
        <Section>0</Section>
        <Text>REVoice</Text>
        <Calculated>-1</Calculated>
        <Left>8040</Left>
        <Top>60</Top>
        <Width>1980</Width>
        <Height>300</Height>
      </Field>
      <Field>
        <Name>Text11</Name>
        <Section>4</Section>
        <Text>=Now()</Text>
        <Calculated>-1</Calculated>
        <Format>Long Date</Format>
        <Left>60</Left>
        <Top>240</Top>
        <Width>4560</Width>
        <Height>270</Height>
        <Align>0</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Text12</Name>
        <Section>4</Section>
        <Text>="Page " &amp; [Page] &amp; " of " &amp; [Pages]</Text>
        <Calculated>-1</Calculated>
        <Left>5400</Left>
        <Top>240</Top>
        <Width>4560</Width>
        <Height>270</Height>
        <Align>2</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line14</Name>
        <Section>4</Section>
        <Left>60</Left>
        <Top>240</Top>
        <Width>9900</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>20</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptInspectionList_ByAgent *** -->
  <Report>
    <Name>rptInspectionList_ByAgent</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
      <RecordSource>SELECT [AgentFN] &amp; " " &amp; [AgentLN] AS AgentName, [SubCity] &amp; ", " &amp; [SubState] &amp; " " &amp; [SubZip] AS CSZ, Mid([SubAddress],1,InStr([SubAddress]," ")-1) AS StreetNo, Mid([SubAddress],InStr([SubAddress]," ")+1) AS Street, tblOrder.SubName, tblOrder.InspDate, tblOrder.ReportNumber, tblOrder.InvoiceNumber, IIf([OrderStatus]=1,"Confirmed","") &amp; IIf([OrderStatus]=2,"Hold","") &amp; IIf([OrderStatus]=3,"Cancelled","") &amp; IIf([OrderStatus]=4,"Completed","") AS OS
FROM tblREAgents INNER JOIN (tblOrder INNER JOIN (tlkpInspectors INNER JOIN tblOrderInspectors ON tlkpInspectors.InspectorID = tblOrderInspectors.InspectorID) ON tblOrder.OrderID = tblOrderInspectors.OrderID) ON tblREAgents.AgentID = tblOrder.BA1
WHERE (((tblOrder.InspDate)&gt;=[Forms]![frmRpts]![sfmReports]![txtStartDate] And (tblOrder.InspDate)&lt;=[Forms]![frmRpts]![sfmReports]![txtEndDate]) AND (Not IsNull((tblOrder.SubAddress))))
ORDER BY [AgentFN] &amp; " " &amp; [AgentLN], [SubCity] &amp; ", " &amp; [SubState] &amp; " " &amp; [SubZip], Mid([SubAddress],InStr([SubAddress]," ")+1);</RecordSource>
    </DataSource>
    <Layout>
      <Width>13320</Width>
      <MarginTop>720</MarginTop>
      <MarginBottom>720</MarginBottom>
      <Orientation>2</Orientation>
    </Layout>
    <Groups>
      <Group>
        <Name>Group 1</Name>
        <GroupBy>AgentName</GroupBy>
        <Sort>1</Sort>
      </Group>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>240</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportHeader</Name>
        <Type>1</Type>
        <Height>960</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportFooter</Name>
        <Type>2</Type>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>PageHeaderSection</Name>
        <Type>3</Type>
      </Section>
      <Section>
        <Name>PageFooterSection</Name>
        <Type>4</Type>
        <Height>510</Height>
      </Section>
      <Section>
        <Name>GroupHeader1</Name>
        <Type>5</Type>
        <Height>780</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>GroupFooter2</Name>
        <Type>6</Type>
        <Height>360</Height>
        <CanGrow>0</CanGrow>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>Label16</Name>
        <Section>1</Section>
        <Text>Inspection List By Agent</Text>
        <Left>60</Left>
        <Top>60</Top>
        <Width>4320</Width>
        <Height>660</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>27.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>Label23</Name>
        <Section>1</Section>
        <Text>Sorted by city and then street name</Text>
        <Left>4380</Left>
        <Top>360</Top>
        <Width>5580</Width>
        <Height>360</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtDateRange</Name>
        <Section>1</Section>
        <Text>="During " &amp; [Forms]![frmRpts]![sfmReports].[Form]![txtStartDate] &amp; " - " &amp; [Forms]![frmRpts]![sfmReports].[Form]![txtEndDate]</Text>
        <Calculated>-1</Calculated>
        <Left>7260</Left>
        <Top>60</Top>
        <Width>5640</Width>
        <Height>300</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>CSZ_Label</Name>
        <Section>5</Section>
        <Text>City, State, Zip</Text>
        <Top>420</Top>
        <Width>2040</Width>
        <Height>360</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>StreetNo_Label</Name>
        <Section>5</Section>
        <Text>Street</Text>
        <Left>2040</Left>
        <Top>420</Top>
        <Width>3840</Width>
        <Height>360</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>SubName_Label</Name>
        <Section>5</Section>
        <Text>Sub-divison Name</Text>
        <Left>5880</Left>
        <Top>420</Top>
        <Width>2280</Width>
        <Height>360</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>InspDate_Label</Name>
        <Section>5</Section>
        <Text>Insp Date</Text>
        <Left>8160</Left>
        <Top>420</Top>
        <Width>1260</Width>
        <Height>360</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>ReportNumber_Label</Name>
        <Section>5</Section>
        <Text>Report#</Text>
        <Left>9420</Left>
        <Top>420</Top>
        <Width>1020</Width>
        <Height>360</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>InvoiceNumber_Label</Name>
        <Section>5</Section>
        <Text>Invoice#</Text>
        <Left>10440</Left>
        <Top>420</Top>
        <Width>1020</Width>
        <Height>360</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>OS_Label</Name>
        <Section>5</Section>
        <Text>Order Status</Text>
        <Left>11460</Left>
        <Top>420</Top>
        <Width>1380</Width>
        <Height>360</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line19</Name>
        <Section>5</Section>
        <Top>780</Top>
        <Width>12840</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>txtAgentName</Name>
        <Section>5</Section>
        <Text>AgentName</Text>
        <Calculated>-1</Calculated>
        <Width>8460</Width>
        <Height>360</Height>
        <Font>
          <Size>11.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>CSZ</Name>
        <Section>0</Section>
        <Text>CSZ</Text>
        <Calculated>-1</Calculated>
        <Width>2040</Width>
        <Height>240</Height>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>txtStreet</Name>
        <Section>0</Section>
        <Text>=[StreetNo] &amp; " " &amp; [Street]</Text>
        <Calculated>-1</Calculated>
        <Left>2040</Left>
        <Width>3840</Width>
        <Height>240</Height>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>SubName</Name>
        <Section>0</Section>
        <Text>SubName</Text>
        <Calculated>-1</Calculated>
        <Left>5880</Left>
        <Width>2280</Width>
        <Height>240</Height>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>InspDate</Name>
        <Section>0</Section>
        <Text>InspDate</Text>
        <Calculated>-1</Calculated>
        <Left>8160</Left>
        <Width>1260</Width>
        <Height>240</Height>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>ReportNumber</Name>
        <Section>0</Section>
        <Text>ReportNumber</Text>
        <Calculated>-1</Calculated>
        <Left>9420</Left>
        <Width>1020</Width>
        <Height>240</Height>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>InvoiceNumber</Name>
        <Section>0</Section>
        <Text>InvoiceNumber</Text>
        <Calculated>-1</Calculated>
        <Left>10440</Left>
        <Width>1020</Width>
        <Height>240</Height>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>OS</Name>
        <Section>0</Section>
        <Text>OS</Text>
        <Calculated>-1</Calculated>
        <Left>11460</Left>
        <Width>1380</Width>
        <Height>240</Height>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>Text17</Name>
        <Section>4</Section>
        <Text>=Now()</Text>
        <Calculated>-1</Calculated>
        <Format>Long Date</Format>
        <Left>60</Left>
        <Top>240</Top>
        <Width>5040</Width>
        <Height>270</Height>
        <Align>0</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Text18</Name>
        <Section>4</Section>
        <Text>="Page " &amp; [Page] &amp; " of " &amp; [Pages]</Text>
        <Calculated>-1</Calculated>
        <Left>7860</Left>
        <Top>240</Top>
        <Width>5040</Width>
        <Height>270</Height>
        <Align>2</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line20</Name>
        <Section>4</Section>
        <Left>60</Left>
        <Top>240</Top>
        <Width>12840</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>20</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptInspectionList_ByCityAddress *** -->
  <Report>
    <Name>rptInspectionList_ByCityAddress</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
      <RecordSource>SELECT [SubCity] &amp; ", " &amp; [SubState] &amp; " " &amp; [SubZip] AS CSZ, Mid([SubAddress],1,InStr([SubAddress]," ")-1) AS StreetNo, Mid([SubAddress],InStr([SubAddress]," ")+1) AS Street, tblOrder.SubName, tblOrder.InspDate, tblOrder.ReportNumber, tblOrder.InvoiceNumber, IIf([OrderStatus]=1,"Confirmed","") &amp; IIf([OrderStatus]=2,"Hold","") &amp; IIf([OrderStatus]=3,"Cancelled","") &amp; IIf([OrderStatus]=4,"Completed","") AS OS
FROM tblOrder INNER JOIN (tlkpInspectors INNER JOIN tblOrderInspectors ON tlkpInspectors.InspectorID = tblOrderInspectors.InspectorID) ON tblOrder.OrderID = tblOrderInspectors.OrderID
WHERE (((tblOrder.InspDate)&gt;=[Forms]![frmRpts]![sfmReports]![txtStartDate] And (tblOrder.InspDate)&lt;=[Forms]![frmRpts]![sfmReports]![txtEndDate]) AND (Not IsNull((tblOrder.SubAddress))))
ORDER BY [SubCity] &amp; ", " &amp; [SubState] &amp; " " &amp; [SubZip], Mid([SubAddress],InStr([SubAddress]," ")+1);</RecordSource>
    </DataSource>
    <Layout>
      <Width>13320</Width>
      <MarginTop>720</MarginTop>
      <MarginBottom>720</MarginBottom>
    </Layout>
    <Groups>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>240</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportHeader</Name>
        <Type>1</Type>
        <Height>960</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportFooter</Name>
        <Type>2</Type>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>PageHeaderSection</Name>
        <Type>3</Type>
        <Height>360</Height>
      </Section>
      <Section>
        <Name>PageFooterSection</Name>
        <Type>4</Type>
        <Height>510</Height>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>Label16</Name>
        <Section>1</Section>
        <Text>Inspection List</Text>
        <Left>60</Left>
        <Top>60</Top>
        <Width>2820</Width>
        <Height>660</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>27.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>Label23</Name>
        <Section>1</Section>
        <Text>Sorted by city and then street name</Text>
        <Left>2880</Left>
        <Top>360</Top>
        <Width>5580</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtDateRange</Name>
        <Section>1</Section>
        <Text>="During " &amp; [Forms]![frmRpts]![sfmReports].[Form]![txtStartDate] &amp; " - " &amp; [Forms]![frmRpts]![sfmReports].[Form]![txtEndDate]</Text>
        <Calculated>-1</Calculated>
        <Left>7260</Left>
        <Top>60</Top>
        <Width>5640</Width>
        <Height>285</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>CSZ_Label</Name>
        <Section>3</Section>
        <Text>City, State, Zip</Text>
        <Left>60</Left>
        <Width>2040</Width>
        <Height>360</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>StreetNo_Label</Name>
        <Section>3</Section>
        <Text>Street</Text>
        <Left>2100</Left>
        <Width>3840</Width>
        <Height>360</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>SubName_Label</Name>
        <Section>3</Section>
        <Text>Sub-divison Name</Text>
        <Left>5940</Left>
        <Width>2280</Width>
        <Height>360</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>InspDate_Label</Name>
        <Section>3</Section>
        <Text>Insp Date</Text>
        <Left>8220</Left>
        <Width>1260</Width>
        <Height>360</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>ReportNumber_Label</Name>
        <Section>3</Section>
        <Text>Report#</Text>
        <Left>9480</Left>
        <Width>1020</Width>
        <Height>360</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>InvoiceNumber_Label</Name>
        <Section>3</Section>
        <Text>Invoice#</Text>
        <Left>10500</Left>
        <Width>1020</Width>
        <Height>360</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>OS_Label</Name>
        <Section>3</Section>
        <Text>Order Status</Text>
        <Left>11520</Left>
        <Width>1380</Width>
        <Height>360</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line19</Name>
        <Section>3</Section>
        <Left>60</Left>
        <Top>360</Top>
        <Width>12840</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>CSZ</Name>
        <Section>0</Section>
        <Text>CSZ</Text>
        <Calculated>-1</Calculated>
        <Left>60</Left>
        <Width>2040</Width>
        <Height>240</Height>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>txtStreet</Name>
        <Section>0</Section>
        <Text>=[StreetNo] &amp; " " &amp; [Street]</Text>
        <Calculated>-1</Calculated>
        <Left>2100</Left>
        <Width>3840</Width>
        <Height>240</Height>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>SubName</Name>
        <Section>0</Section>
        <Text>SubName</Text>
        <Calculated>-1</Calculated>
        <Left>5940</Left>
        <Width>2280</Width>
        <Height>240</Height>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>InspDate</Name>
        <Section>0</Section>
        <Text>InspDate</Text>
        <Calculated>-1</Calculated>
        <Left>8220</Left>
        <Width>1260</Width>
        <Height>240</Height>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>ReportNumber</Name>
        <Section>0</Section>
        <Text>ReportNumber</Text>
        <Calculated>-1</Calculated>
        <Left>9480</Left>
        <Width>1020</Width>
        <Height>240</Height>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>InvoiceNumber</Name>
        <Section>0</Section>
        <Text>InvoiceNumber</Text>
        <Calculated>-1</Calculated>
        <Left>10500</Left>
        <Width>1020</Width>
        <Height>240</Height>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>OS</Name>
        <Section>0</Section>
        <Text>OS</Text>
        <Calculated>-1</Calculated>
        <Left>11520</Left>
        <Width>1380</Width>
        <Height>240</Height>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>Text17</Name>
        <Section>4</Section>
        <Text>=Now()</Text>
        <Calculated>-1</Calculated>
        <Format>Long Date</Format>
        <Left>60</Left>
        <Top>240</Top>
        <Width>5040</Width>
        <Height>270</Height>
        <Align>0</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Text18</Name>
        <Section>4</Section>
        <Text>="Page " &amp; [Page] &amp; " of " &amp; [Pages]</Text>
        <Calculated>-1</Calculated>
        <Left>7860</Left>
        <Top>240</Top>
        <Width>5040</Width>
        <Height>270</Height>
        <Align>2</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line20</Name>
        <Section>4</Section>
        <Left>60</Left>
        <Top>240</Top>
        <Width>12840</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>20</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptInspectionList_ByClient *** -->
  <Report>
    <Name>rptInspectionList_ByClient</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
      <RecordSource>SELECT [SubCity] &amp; ", " &amp; [SubState] &amp; " " &amp; [SubZip] AS CSZ, Mid([SubAddress],1,InStr([SubAddress]," ")-1) AS StreetNo, Mid([SubAddress],InStr([SubAddress]," ")+1) AS Street, [Client1FN] &amp; " " &amp; [Client1LN] AS ClientName, tblOrder.Client1LN, tblOrder.Client1FN, tblOrder.InspDate, tblOrder.ReportNumber, tblOrder.InvoiceNumber, IIf([OrderStatus]=1,"Confirmed","") &amp; IIf([OrderStatus]=2,"Hold","") &amp; IIf([OrderStatus]=3,"Cancelled","") &amp; IIf([OrderStatus]=4,"Completed","") AS OS
FROM tblOrder INNER JOIN (tlkpInspectors INNER JOIN tblOrderInspectors ON tlkpInspectors.InspectorID = tblOrderInspectors.InspectorID) ON tblOrder.OrderID = tblOrderInspectors.OrderID
WHERE (((tblOrder.InspDate)&gt;=[Forms]![frmRpts]![sfmReports]![txtStartDate] And (tblOrder.InspDate)&lt;=[Forms]![frmRpts]![sfmReports]![txtEndDate]) AND (Not IsNull((tblOrder.SubAddress))))
ORDER BY tblOrder.Client1LN, tblOrder.Client1FN;</RecordSource>
    </DataSource>
    <Layout>
      <Width>13320</Width>
      <MarginTop>720</MarginTop>
      <MarginBottom>720</MarginBottom>
    </Layout>
    <Groups>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>240</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportHeader</Name>
        <Type>1</Type>
        <Height>960</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportFooter</Name>
        <Type>2</Type>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>PageHeaderSection</Name>
        <Type>3</Type>
        <Height>360</Height>
      </Section>
      <Section>
        <Name>PageFooterSection</Name>
        <Type>4</Type>
        <Height>510</Height>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>Label16</Name>
        <Section>1</Section>
        <Text>Inspection List</Text>
        <Left>60</Left>
        <Top>60</Top>
        <Width>2820</Width>
        <Height>660</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>27.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>Label23</Name>
        <Section>1</Section>
        <Text>Sorted by client last name and then first name</Text>
        <Left>2940</Left>
        <Top>300</Top>
        <Width>5580</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtDateRange</Name>
        <Section>1</Section>
        <Text>="During " &amp; [Forms]![frmRpts]![sfmReports].[Form]![txtStartDate] &amp; " - " &amp; [Forms]![frmRpts]![sfmReports].[Form]![txtEndDate]</Text>
        <Calculated>-1</Calculated>
        <Left>7260</Left>
        <Width>5640</Width>
        <Height>285</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>CSZ_Label</Name>
        <Section>3</Section>
        <Text>City, State, Zip</Text>
        <Left>60</Left>
        <Width>2040</Width>
        <Height>360</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>StreetNo_Label</Name>
        <Section>3</Section>
        <Text>Street</Text>
        <Left>2100</Left>
        <Width>3840</Width>
        <Height>360</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Client_Label</Name>
        <Section>3</Section>
        <Text>Client</Text>
        <Left>5940</Left>
        <Width>2280</Width>
        <Height>360</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>InspDate_Label</Name>
        <Section>3</Section>
        <Text>Insp Date</Text>
        <Left>8220</Left>
        <Width>1260</Width>
        <Height>360</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>ReportNumber_Label</Name>
        <Section>3</Section>
        <Text>Report#</Text>
        <Left>9480</Left>
        <Width>1020</Width>
        <Height>360</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>InvoiceNumber_Label</Name>
        <Section>3</Section>
        <Text>Invoice#</Text>
        <Left>10500</Left>
        <Width>1020</Width>
        <Height>360</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>OS_Label</Name>
        <Section>3</Section>
        <Text>Order Status</Text>
        <Left>11520</Left>
        <Width>1380</Width>
        <Height>360</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line19</Name>
        <Section>3</Section>
        <Left>60</Left>
        <Top>360</Top>
        <Width>12840</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>txtCSZ</Name>
        <Section>0</Section>
        <Text>CSZ</Text>
        <Calculated>-1</Calculated>
        <Left>60</Left>
        <Width>2040</Width>
        <Height>240</Height>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>txtStreet</Name>
        <Section>0</Section>
        <Text>=[StreetNo] &amp; " " &amp; [Street]</Text>
        <Calculated>-1</Calculated>
        <Left>2100</Left>
        <Width>3840</Width>
        <Height>240</Height>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>txtClientName</Name>
        <Section>0</Section>
        <Text>ClientName</Text>
        <Calculated>-1</Calculated>
        <Left>5940</Left>
        <Width>2280</Width>
        <Height>240</Height>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>txtInspDate</Name>
        <Section>0</Section>
        <Text>InspDate</Text>
        <Calculated>-1</Calculated>
        <Left>8220</Left>
        <Width>1260</Width>
        <Height>240</Height>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>txtReportNumber</Name>
        <Section>0</Section>
        <Text>ReportNumber</Text>
        <Calculated>-1</Calculated>
        <Left>9480</Left>
        <Width>1020</Width>
        <Height>240</Height>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>txtInvoiceNumber</Name>
        <Section>0</Section>
        <Text>InvoiceNumber</Text>
        <Calculated>-1</Calculated>
        <Left>10500</Left>
        <Width>1020</Width>
        <Height>240</Height>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>txtOS</Name>
        <Section>0</Section>
        <Text>OS</Text>
        <Calculated>-1</Calculated>
        <Left>11520</Left>
        <Width>1380</Width>
        <Height>240</Height>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>Text17</Name>
        <Section>4</Section>
        <Text>=Now()</Text>
        <Calculated>-1</Calculated>
        <Format>Long Date</Format>
        <Left>60</Left>
        <Top>240</Top>
        <Width>5040</Width>
        <Height>270</Height>
        <Align>0</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Text18</Name>
        <Section>4</Section>
        <Text>="Page " &amp; [Page] &amp; " of " &amp; [Pages]</Text>
        <Calculated>-1</Calculated>
        <Left>7860</Left>
        <Top>240</Top>
        <Width>5040</Width>
        <Height>270</Height>
        <Align>2</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line20</Name>
        <Section>4</Section>
        <Left>60</Left>
        <Top>240</Top>
        <Width>12840</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>20</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptInspectionList_ByInspector *** -->
  <Report>
    <Name>rptInspectionList_ByInspector</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
      <RecordSource>SELECT tlkpInspectors.InspectorID, [InspFN] &amp; " " &amp; [InspLN] AS InspName, [SubCity] &amp; ", " &amp; [SubState] &amp; " " &amp; [SubZip] AS CSZ, Mid([SubAddress],1,InStr([SubAddress]," ")-1) AS StreetNo, Mid([SubAddress],InStr([SubAddress]," ")+1) AS Street, tblOrder.SubName, tblOrder.InspDate, tblOrder.ReportNumber, tblOrder.InvoiceNumber, IIf([OrderStatus]=1,"Confirmed","") &amp; IIf([OrderStatus]=2,"Hold","") &amp; IIf([OrderStatus]=3,"Cancelled","") &amp; IIf([OrderStatus]=4,"Completed","") AS OS
FROM tblOrder INNER JOIN (tlkpInspectors INNER JOIN tblOrderInspectors ON tlkpInspectors.InspectorID = tblOrderInspectors.InspectorID) ON tblOrder.OrderID = tblOrderInspectors.OrderID
WHERE (((tblOrder.InspDate)&gt;=[Forms]![frmRpts]![sfmReports]![txtStartDate] And (tblOrder.InspDate)&lt;=[Forms]![frmRpts]![sfmReports]![txtEndDate]) AND (Not IsNull((tblOrder.SubAddress))))
ORDER BY [InspFN] &amp; " " &amp; [InspLN], [SubCity] &amp; ", " &amp; [SubState] &amp; " " &amp; [SubZip], Mid([SubAddress],InStr([SubAddress]," ")+1);</RecordSource>
    </DataSource>
    <Layout>
      <Width>13320</Width>
      <MarginTop>720</MarginTop>
      <MarginBottom>720</MarginBottom>
    </Layout>
    <Groups>
      <Group>
        <Name>Group 1</Name>
        <GroupBy>InspName</GroupBy>
        <Sort>1</Sort>
      </Group>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>240</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportHeader</Name>
        <Type>1</Type>
        <Height>960</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportFooter</Name>
        <Type>2</Type>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>PageHeaderSection</Name>
        <Type>3</Type>
      </Section>
      <Section>
        <Name>PageFooterSection</Name>
        <Type>4</Type>
        <Height>510</Height>
      </Section>
      <Section>
        <Name>GroupHeader1</Name>
        <Type>5</Type>
        <Height>780</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>GroupFooter2</Name>
        <Type>6</Type>
        <Height>360</Height>
        <CanGrow>0</CanGrow>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>Label16</Name>
        <Section>1</Section>
        <Text>Inspection List By Inspector</Text>
        <Left>60</Left>
        <Top>60</Top>
        <Width>4980</Width>
        <Height>660</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>27.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>Label23</Name>
        <Section>1</Section>
        <Text>Sorted by city and then street name</Text>
        <Left>5040</Left>
        <Top>360</Top>
        <Width>4080</Width>
        <Height>360</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtDateRange</Name>
        <Section>1</Section>
        <Text>="During " &amp; [Forms]![frmRpts]![sfmReports].[Form]![txtStartDate] &amp; " - " &amp; [Forms]![frmRpts]![sfmReports].[Form]![txtEndDate]</Text>
        <Calculated>-1</Calculated>
        <Left>7260</Left>
        <Top>60</Top>
        <Width>5640</Width>
        <Height>300</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>CSZ_Label</Name>
        <Section>5</Section>
        <Text>City, State, Zip</Text>
        <Left>60</Left>
        <Top>420</Top>
        <Width>2040</Width>
        <Height>360</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>StreetNo_Label</Name>
        <Section>5</Section>
        <Text>Street</Text>
        <Left>2100</Left>
        <Top>420</Top>
        <Width>3840</Width>
        <Height>360</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>SubName_Label</Name>
        <Section>5</Section>
        <Text>Sub-divison Name</Text>
        <Left>5940</Left>
        <Top>420</Top>
        <Width>2280</Width>
        <Height>360</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>InspDate_Label</Name>
        <Section>5</Section>
        <Text>Insp Date</Text>
        <Left>8220</Left>
        <Top>420</Top>
        <Width>1260</Width>
        <Height>360</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>ReportNumber_Label</Name>
        <Section>5</Section>
        <Text>Report#</Text>
        <Left>9480</Left>
        <Top>420</Top>
        <Width>1020</Width>
        <Height>360</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>InvoiceNumber_Label</Name>
        <Section>5</Section>
        <Text>Invoice#</Text>
        <Left>10500</Left>
        <Top>420</Top>
        <Width>1020</Width>
        <Height>360</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>OS_Label</Name>
        <Section>5</Section>
        <Text>Order Status</Text>
        <Left>11520</Left>
        <Top>420</Top>
        <Width>1380</Width>
        <Height>360</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line19</Name>
        <Section>5</Section>
        <Left>60</Left>
        <Top>780</Top>
        <Width>12840</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>txtInspName</Name>
        <Section>5</Section>
        <Text>InspName</Text>
        <Calculated>-1</Calculated>
        <Left>60</Left>
        <Width>8460</Width>
        <Height>360</Height>
        <Font>
          <Size>11.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>CSZ</Name>
        <Section>0</Section>
        <Text>CSZ</Text>
        <Calculated>-1</Calculated>
        <Left>60</Left>
        <Width>2040</Width>
        <Height>240</Height>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>txtStreet</Name>
        <Section>0</Section>
        <Text>=[StreetNo] &amp; " " &amp; [Street]</Text>
        <Calculated>-1</Calculated>
        <Left>2100</Left>
        <Width>3840</Width>
        <Height>240</Height>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>SubName</Name>
        <Section>0</Section>
        <Text>SubName</Text>
        <Calculated>-1</Calculated>
        <Left>5940</Left>
        <Width>2280</Width>
        <Height>240</Height>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>InspDate</Name>
        <Section>0</Section>
        <Text>InspDate</Text>
        <Calculated>-1</Calculated>
        <Left>8220</Left>
        <Width>1260</Width>
        <Height>240</Height>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>ReportNumber</Name>
        <Section>0</Section>
        <Text>ReportNumber</Text>
        <Calculated>-1</Calculated>
        <Left>9480</Left>
        <Width>1020</Width>
        <Height>240</Height>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>InvoiceNumber</Name>
        <Section>0</Section>
        <Text>InvoiceNumber</Text>
        <Calculated>-1</Calculated>
        <Left>10500</Left>
        <Width>1020</Width>
        <Height>240</Height>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>OS</Name>
        <Section>0</Section>
        <Text>OS</Text>
        <Calculated>-1</Calculated>
        <Left>11520</Left>
        <Width>1380</Width>
        <Height>240</Height>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>Text17</Name>
        <Section>4</Section>
        <Text>=Now()</Text>
        <Calculated>-1</Calculated>
        <Format>Long Date</Format>
        <Left>60</Left>
        <Top>240</Top>
        <Width>5040</Width>
        <Height>270</Height>
        <Align>0</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Text18</Name>
        <Section>4</Section>
        <Text>="Page " &amp; [Page] &amp; " of " &amp; [Pages]</Text>
        <Calculated>-1</Calculated>
        <Left>7860</Left>
        <Top>240</Top>
        <Width>5040</Width>
        <Height>270</Height>
        <Align>2</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line20</Name>
        <Section>4</Section>
        <Left>60</Left>
        <Top>240</Top>
        <Width>12840</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>20</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptInspectionList_ByReferralType *** -->
  <Report>
    <Name>rptInspectionList_ByReferralType</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
      <RecordSource>SELECT tlkpReferralTypes.ReferralType, [SubCity] &amp; ", " &amp; [SubState] &amp; " " &amp; [SubZip] AS CSZ, Mid([SubAddress],1,InStr([SubAddress]," ")-1) AS StreetNo, Mid([SubAddress],InStr([SubAddress]," ")+1) AS Street, tblOrder.SubName, tblOrder.InspDate, tblOrder.ReportNumber, tblOrder.InvoiceNumber, IIf([OrderStatus]=1,"Confirmed","") &amp; IIf([OrderStatus]=2,"Hold","") &amp; IIf([OrderStatus]=3,"Cancelled","") &amp; IIf([OrderStatus]=4,"Completed","") AS OS
FROM (tblOrder INNER JOIN (tlkpInspectors INNER JOIN tblOrderInspectors ON tlkpInspectors.InspectorID = tblOrderInspectors.InspectorID) ON tblOrder.OrderID = tblOrderInspectors.OrderID) INNER JOIN tlkpReferralTypes ON tblOrder.ReferralTypeID = tlkpReferralTypes.ReferralTypeID
WHERE (((tblOrder.InspDate)&gt;=[Forms]![frmRpts]![sfmReports]![txtStartDate] And (tblOrder.InspDate)&lt;=[Forms]![frmRpts]![sfmReports]![txtEndDate]) AND (Not IsNull((tblOrder.SubAddress))))
ORDER BY tlkpReferralTypes.ReferralType, [SubCity] &amp; ", " &amp; [SubState] &amp; " " &amp; [SubZip], Mid([SubAddress],InStr([SubAddress]," ")+1);</RecordSource>
    </DataSource>
    <Layout>
      <Width>13320</Width>
      <MarginTop>720</MarginTop>
      <MarginBottom>720</MarginBottom>
    </Layout>
    <Groups>
      <Group>
        <Name>Group 1</Name>
        <GroupBy>ReferralType</GroupBy>
        <Sort>1</Sort>
      </Group>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>240</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportHeader</Name>
        <Type>1</Type>
        <Height>960</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportFooter</Name>
        <Type>2</Type>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>PageHeaderSection</Name>
        <Type>3</Type>
      </Section>
      <Section>
        <Name>PageFooterSection</Name>
        <Type>4</Type>
        <Height>510</Height>
      </Section>
      <Section>
        <Name>GroupHeader0</Name>
        <Type>5</Type>
        <Height>780</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>GroupFooter1</Name>
        <Type>6</Type>
        <Height>360</Height>
        <CanGrow>0</CanGrow>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>Label16</Name>
        <Section>1</Section>
        <Text>Inspection List By Referral Type</Text>
        <Left>60</Left>
        <Top>60</Top>
        <Width>5700</Width>
        <Height>660</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>27.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>Label23</Name>
        <Section>1</Section>
        <Text>Sorted by city and then street name</Text>
        <Left>5760</Left>
        <Top>360</Top>
        <Width>4080</Width>
        <Height>360</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtDateRange</Name>
        <Section>1</Section>
        <Text>="During " &amp; [Forms]![frmRpts]![sfmReports].[Form]![txtStartDate] &amp; " - " &amp; [Forms]![frmRpts]![sfmReports].[Form]![txtEndDate]</Text>
        <Calculated>-1</Calculated>
        <Left>7260</Left>
        <Top>60</Top>
        <Width>5640</Width>
        <Height>300</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>CSZ_Label</Name>
        <Section>5</Section>
        <Text>City, State, Zip</Text>
        <Left>60</Left>
        <Top>420</Top>
        <Width>2040</Width>
        <Height>360</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>StreetNo_Label</Name>
        <Section>5</Section>
        <Text>Street</Text>
        <Left>2100</Left>
        <Top>420</Top>
        <Width>3840</Width>
        <Height>360</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>SubName_Label</Name>
        <Section>5</Section>
        <Text>Sub-divison Name</Text>
        <Left>5940</Left>
        <Top>420</Top>
        <Width>2280</Width>
        <Height>360</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>InspDate_Label</Name>
        <Section>5</Section>
        <Text>Insp Date</Text>
        <Left>8220</Left>
        <Top>420</Top>
        <Width>1260</Width>
        <Height>360</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>ReportNumber_Label</Name>
        <Section>5</Section>
        <Text>Report#</Text>
        <Left>9480</Left>
        <Top>420</Top>
        <Width>1020</Width>
        <Height>360</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>InvoiceNumber_Label</Name>
        <Section>5</Section>
        <Text>Invoice#</Text>
        <Left>10500</Left>
        <Top>420</Top>
        <Width>1020</Width>
        <Height>360</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>OS_Label</Name>
        <Section>5</Section>
        <Text>Order Status</Text>
        <Left>11520</Left>
        <Top>420</Top>
        <Width>1380</Width>
        <Height>360</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line19</Name>
        <Section>5</Section>
        <Left>60</Left>
        <Top>780</Top>
        <Width>12840</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>txtReferralType</Name>
        <Section>5</Section>
        <Text>ReferralType</Text>
        <Calculated>-1</Calculated>
        <Left>60</Left>
        <Width>8460</Width>
        <Height>360</Height>
        <Font>
          <Size>11.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>CSZ</Name>
        <Section>0</Section>
        <Text>CSZ</Text>
        <Calculated>-1</Calculated>
        <Left>60</Left>
        <Width>2040</Width>
        <Height>240</Height>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>txtStreet</Name>
        <Section>0</Section>
        <Text>=[StreetNo] &amp; " " &amp; [Street]</Text>
        <Calculated>-1</Calculated>
        <Left>2100</Left>
        <Width>3840</Width>
        <Height>240</Height>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>SubName</Name>
        <Section>0</Section>
        <Text>SubName</Text>
        <Calculated>-1</Calculated>
        <Left>5940</Left>
        <Width>2280</Width>
        <Height>240</Height>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>InspDate</Name>
        <Section>0</Section>
        <Text>InspDate</Text>
        <Calculated>-1</Calculated>
        <Left>8220</Left>
        <Width>1260</Width>
        <Height>240</Height>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>ReportNumber</Name>
        <Section>0</Section>
        <Text>ReportNumber</Text>
        <Calculated>-1</Calculated>
        <Left>9480</Left>
        <Width>1020</Width>
        <Height>240</Height>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>InvoiceNumber</Name>
        <Section>0</Section>
        <Text>InvoiceNumber</Text>
        <Calculated>-1</Calculated>
        <Left>10500</Left>
        <Width>1020</Width>
        <Height>240</Height>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>OS</Name>
        <Section>0</Section>
        <Text>OS</Text>
        <Calculated>-1</Calculated>
        <Left>11520</Left>
        <Width>1380</Width>
        <Height>240</Height>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>Text17</Name>
        <Section>4</Section>
        <Text>=Now()</Text>
        <Calculated>-1</Calculated>
        <Format>Long Date</Format>
        <Left>60</Left>
        <Top>240</Top>
        <Width>5040</Width>
        <Height>270</Height>
        <Align>0</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Text18</Name>
        <Section>4</Section>
        <Text>="Page " &amp; [Page] &amp; " of " &amp; [Pages]</Text>
        <Calculated>-1</Calculated>
        <Left>7860</Left>
        <Top>240</Top>
        <Width>5040</Width>
        <Height>270</Height>
        <Align>2</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line20</Name>
        <Section>4</Section>
        <Left>60</Left>
        <Top>240</Top>
        <Width>12840</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>20</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptInspectionsByMonth *** -->
  <Report>
    <Name>rptInspectionsByMonth</Name>
    <DataSource>
      <ConnectionString>PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA SOURCE=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;PERSIST SECURITY INFO=FALSE;Jet OLEDB:System database=C:\Documents and Settings\stephen.bentley\Application Data\Microsoft\Access\System.mdw</ConnectionString>
      <RecordSource>SELECT tblOrder.OrderID, tblOrder.OrderStatus, tblOrder.InspDate, tblOrder.InspTime, tblOrder.ApptStart, tblOrder.ApptEnd, tblOrder.SubAddress, tblOrder.SubCity, tblOrder.SubState, tblOrder.SubZip, tblInspectors.InspectorID, tblInspectors.InspLN, tblInspectors.InspFN, tblOrder.Client1LN, [InspLN] &amp; ", " &amp; [InspFN] AS Inspector
FROM tblInspectors INNER JOIN (tblOrder INNER JOIN tblOrderInspectors ON tblOrder.OrderID=tblOrderInspectors.OrderID) ON tblInspectors.InspectorID=tblOrderInspectors.InspectorID
ORDER BY tblOrder.OrderID, tblInspectors.InspLN;</RecordSource>
    </DataSource>
    <Layout>
      <Width>9720</Width>
    </Layout>
    <Groups>
      <Group>
        <Name>Group 1</Name>
        <GroupBy>MonthYear</GroupBy>
      </Group>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>345</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportHeader</Name>
        <Type>1</Type>
        <Height>1680</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportFooter</Name>
        <Type>2</Type>
        <Height>645</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>PageHeaderSection</Name>
        <Type>3</Type>
        <Height>465</Height>
      </Section>
      <Section>
        <Name>PageFooterSection</Name>
        <Type>4</Type>
        <Height>510</Height>
      </Section>
      <Section>
        <Name>GroupHeader0</Name>
        <Type>5</Type>
        <Height>780</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>GroupFooter1</Name>
        <Type>6</Type>
        <Height>465</Height>
        <CanGrow>0</CanGrow>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>Label14</Name>
        <Section>1</Section>
        <Text>Inspections By Month</Text>
        <Top>900</Top>
        <Width>4260</Width>
        <Height>645</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>27.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line17</Name>
        <Section>1</Section>
        <Top>60</Top>
        <Width>9360</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>InspDate_Label</Name>
        <Section>3</Section>
        <Text>Date/Time</Text>
        <Left>600</Left>
        <Top>60</Top>
        <Width>1440</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>SubAddress_Label</Name>
        <Section>3</Section>
        <Text>Address</Text>
        <Left>3000</Left>
        <Top>60</Top>
        <Width>1560</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>SubCity_Label</Name>
        <Section>3</Section>
        <Text>City</Text>
        <Left>4680</Left>
        <Top>60</Top>
        <Width>1320</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>SubState_Label</Name>
        <Section>3</Section>
        <Text>State</Text>
        <Left>6120</Left>
        <Top>60</Top>
        <Width>540</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Inspector_Label</Name>
        <Section>3</Section>
        <Text>Inspector</Text>
        <Left>6780</Left>
        <Top>60</Top>
        <Width>1680</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line18</Name>
        <Section>3</Section>
        <Width>9360</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>Line19</Name>
        <Section>3</Section>
        <Top>465</Top>
        <Width>9360</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>InspDate by Month</Name>
        <Section>5</Section>
        <Text>MonthYear</Text>
        <Calculated>-1</Calculated>
        <Left>60</Left>
        <Top>180</Top>
        <Width>5280</Width>
        <Height>420</Height>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>12</Size>
        </Font>
      </Field>
      <Field>
        <Name>InspDate</Name>
        <Section>0</Section>
        <Text>InspDate</Text>
        <Calculated>-1</Calculated>
        <Left>540</Left>
        <Width>1080</Width>
        <Height>285</Height>
      </Field>
      <Field>
        <Name>InspTime</Name>
        <Section>0</Section>
        <Text>InspTime</Text>
        <Calculated>-1</Calculated>
        <Left>1740</Left>
        <Width>960</Width>
        <Height>285</Height>
      </Field>
      <Field>
        <Name>SubAddress</Name>
        <Section>0</Section>
        <Text>SubAddress</Text>
        <Calculated>-1</Calculated>
        <Left>2940</Left>
        <Width>1620</Width>
        <Height>285</Height>
      </Field>
      <Field>
        <Name>SubCity</Name>
        <Section>0</Section>
        <Text>SubCity</Text>
        <Calculated>-1</Calculated>
        <Left>4680</Left>
        <Width>1320</Width>
        <Height>285</Height>
      </Field>
      <Field>
        <Name>SubState</Name>
        <Section>0</Section>
        <Text>SubState</Text>
        <Calculated>-1</Calculated>
        <Left>6120</Left>
        <Width>540</Width>
        <Height>285</Height>
      </Field>
      <Field>
        <Name>Inspector</Name>
        <Section>0</Section>
        <Text>Inspector</Text>
        <Calculated>-1</Calculated>
        <Left>6780</Left>
        <Width>1680</Width>
        <Height>285</Height>
      </Field>
      <Field>
        <Name>Text20</Name>
        <Section>6</Section>
        <Text>=Count(MonthYear)</Text>
        <Calculated>-1</Calculated>
        <Left>2250</Left>
        <Top>180</Top>
        <Width>855</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>Label21</Name>
        <Section>6</Section>
        <Text>Total for the month:</Text>
        <Left>540</Left>
        <Top>120</Top>
        <Width>1560</Width>
        <Height>300</Height>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>12</Size>
        </Font>
      </Field>
      <Field>
        <Name>Text15</Name>
        <Section>4</Section>
        <Text>=Now()</Text>
        <Calculated>-1</Calculated>
        <Format>Long Date</Format>
        <Left>60</Left>
        <Top>240</Top>
        <Width>4560</Width>
        <Height>270</Height>
        <Align>0</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Text16</Name>
        <Section>4</Section>
        <Text>="Page " &amp; [Page] &amp; " of " &amp; [Pages]</Text>
        <Calculated>-1</Calculated>
        <Left>4740</Left>
        <Top>240</Top>
        <Width>4560</Width>
        <Height>270</Height>
        <Align>2</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtCoName</Name>
        <Section>1</Section>
        <Text>=DLookUp("CoName","qlkpCoInfo")</Text>
        <Calculated>-1</Calculated>
        <Top>180</Top>
        <Width>6114</Width>
        <Height>360</Height>
        <BackStyle>1</BackStyle>
        <Font>
          <Name>Tahoma</Name>
          <Size>12</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtCA</Name>
        <Section>1</Section>
        <Text>=DLookUp("RA","rqryCoInfo")</Text>
        <Calculated>-1</Calculated>
        <Top>540</Top>
        <Width>6114</Width>
        <Height>360</Height>
        <BackStyle>1</BackStyle>
        <CanGrow>-1</CanGrow>
        <Font>
          <Name>Tahoma</Name>
          <Size>9.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>InspDate_Label1</Name>
        <Section>2</Section>
        <Text>Total Inspections:</Text>
        <Top>120</Top>
        <Width>1935</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Text</Name>
        <Section>2</Section>
        <Text>=Count(MonthYear)</Text>
        <Calculated>-1</Calculated>
        <Left>2250</Left>
        <Top>180</Top>
        <Width>855</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptInspectionsMonthlyFees *** -->
  <Report>
    <Name>rptInspectionsMonthlyFees</Name>
    <DataSource>
      <ConnectionString>PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA SOURCE=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;PERSIST SECURITY INFO=FALSE;Jet OLEDB:System database=C:\Documents and Settings\stephen.bentley\Application Data\Microsoft\Access\System.mdw</ConnectionString>
      <RecordSource>SELECT * FROM rqryInspectionFees</RecordSource>
    </DataSource>
    <Layout>
      <Width>10820</Width>
      <Orientation>1</Orientation>
    </Layout>
    <Groups>
      <Group>
        <Name>Group 1</Name>
        <GroupBy>MonthYear</GroupBy>
        <Sort>1</Sort>
      </Group>
      <Group>
        <Name>Group 2</Name>
        <GroupBy>Inspector</GroupBy>
        <Sort>1</Sort>
      </Group>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>345</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportHeader</Name>
        <Type>1</Type>
        <Height>1065</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportFooter</Name>
        <Type>2</Type>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>PageHeaderSection</Name>
        <Type>3</Type>
        <Height>465</Height>
      </Section>
      <Section>
        <Name>PageFooterSection</Name>
        <Type>4</Type>
        <Height>510</Height>
      </Section>
      <Section>
        <Name>GroupHeader0</Name>
        <Type>5</Type>
        <Height>420</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>Group 0 Footer</Name>
        <Type>6</Type>
        <Height>375</Height>
      </Section>
      <Section>
        <Name>GroupHeader1</Name>
        <Type>7</Type>
        <Height>360</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>Group 1 Footer</Name>
        <Type>8</Type>
        <Height>705</Height>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>Label8</Name>
        <Section>1</Section>
        <Text>Inspections By Month (w/Fees)</Text>
        <Left>60</Left>
        <Top>60</Top>
        <Width>5400</Width>
        <Height>645</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>27.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line11</Name>
        <Section>1</Section>
        <Top>60</Top>
        <Width>9360</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>MonthYear_Label</Name>
        <Section>3</Section>
        <Text>Month</Text>
        <Left>60</Left>
        <Top>60</Top>
        <Width>855</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Inspector_Label</Name>
        <Section>3</Section>
        <Text>Inspector</Text>
        <Left>1170</Left>
        <Top>60</Top>
        <Width>1035</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>SubAddress_Label</Name>
        <Section>3</Section>
        <Text>Address</Text>
        <Left>3780</Left>
        <Top>60</Top>
        <Width>1905</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>FeeType_Label</Name>
        <Section>3</Section>
        <Text>Fee Type</Text>
        <Left>6120</Left>
        <Top>60</Top>
        <Width>2220</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line12</Name>
        <Section>3</Section>
        <Width>10000</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>Line13</Name>
        <Section>3</Section>
        <Top>465</Top>
        <Width>10000</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>MonthYear</Name>
        <Section>5</Section>
        <Text>MonthYear</Text>
        <Calculated>-1</Calculated>
        <Left>60</Left>
        <Top>60</Top>
        <Width>1395</Width>
        <Height>285</Height>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>12</Size>
        </Font>
      </Field>
      <Field>
        <Name>Inspector</Name>
        <Section>7</Section>
        <Text>Inspector</Text>
        <Calculated>-1</Calculated>
        <Left>1110</Left>
        <Width>2280</Width>
        <Height>285</Height>
      </Field>
      <Field>
        <Name>SubAddress</Name>
        <Section>0</Section>
        <Text>SubAddress</Text>
        <Calculated>-1</Calculated>
        <Left>3690</Left>
        <Width>2280</Width>
        <Height>285</Height>
      </Field>
      <Field>
        <Name>FeeType</Name>
        <Section>0</Section>
        <Text>FeeType</Text>
        <Calculated>-1</Calculated>
        <Left>6030</Left>
        <Width>2220</Width>
        <Height>285</Height>
      </Field>
      <Field>
        <Name>Text9</Name>
        <Section>4</Section>
        <Text>=Now()</Text>
        <Calculated>-1</Calculated>
        <Format>Long Date</Format>
        <Left>60</Left>
        <Top>240</Top>
        <Width>4560</Width>
        <Height>270</Height>
        <Align>0</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Text10</Name>
        <Section>4</Section>
        <Text>="Page " &amp; [Page] &amp; " of " &amp; [Pages]</Text>
        <Calculated>-1</Calculated>
        <Left>4740</Left>
        <Top>240</Top>
        <Width>4560</Width>
        <Height>270</Height>
        <Align>2</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtDateRange</Name>
        <Section>1</Section>
        <Text>During xx/xx/xx - xx/xx/xx</Text>
        <Calculated>-1</Calculated>
        <Left>5760</Left>
        <Top>360</Top>
        <Width>4920</Width>
        <Height>300</Height>
        <Align>0</Align>
      </Field>
      <Field>
        <Name>InspDate</Name>
        <Section>0</Section>
        <Text>InspDate</Text>
        <Calculated>-1</Calculated>
        <Left>2280</Left>
        <Width>1260</Width>
        <Height>285</Height>
      </Field>
      <Field>
        <Name>Inspector_Label1</Name>
        <Section>3</Section>
        <Text>Date</Text>
        <Left>2700</Left>
        <Top>60</Top>
        <Width>1035</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>FeeType_Label1</Name>
        <Section>3</Section>
        <Text>Fee Total</Text>
        <Left>8460</Left>
        <Top>60</Top>
        <Width>1590</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>FeeType1</Name>
        <Section>0</Section>
        <Text>Fee</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>8370</Left>
        <Width>915</Width>
        <Height>285</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>FeeType2</Name>
        <Section>8</Section>
        <Text>=SUM(Fee)</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>8370</Left>
        <Top>180</Top>
        <Width>915</Width>
        <Height>285</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>FeeType3</Name>
        <Section>6</Section>
        <Text>=SUM(Fee)</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>8370</Left>
        <Width>915</Width>
        <Height>285</Height>
        <Align>2</Align>
        <Font>
          <Size>9.75</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Text20</Name>
        <Section>6</Section>
        <Text>=Count(MonthYear)</Text>
        <Calculated>-1</Calculated>
        <Left>1710</Left>
        <Top>60</Top>
        <Width>645</Width>
        <Height>240</Height>
        <Align>2</Align>
        <Font>
          <Size>9.75</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Label21</Name>
        <Section>6</Section>
        <Text>Total for the month:</Text>
        <Left>60</Left>
        <Width>1560</Width>
        <Height>300</Height>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>12</Size>
        </Font>
      </Field>
      <Field>
        <Name>Inspector1</Name>
        <Section>8</Section>
        <Text>Inspector</Text>
        <Calculated>-1</Calculated>
        <Left>6030</Left>
        <Top>180</Top>
        <Width>2280</Width>
        <Height>285</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>Line</Name>
        <Section>8</Section>
        <Left>8370</Left>
        <Top>90</Top>
        <Width>900</Width>
        <BorderStyle>1</BorderStyle>
        <LineSlant>2</LineSlant>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptInspectionSummary_ByOtherReferral *** -->
  <Report>
    <Name>rptInspectionSummary_ByOtherReferral</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
      <RecordSource>tblWork</RecordSource>
    </DataSource>
    <Layout>
      <Width>13320</Width>
      <MarginTop>720</MarginTop>
      <MarginBottom>720</MarginBottom>
    </Layout>
    <Groups>
      <Group>
        <Name>Group 1</Name>
        <GroupBy>Group1</GroupBy>
        <Sort>1</Sort>
      </Group>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>240</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportHeader</Name>
        <Type>1</Type>
        <Height>960</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportFooter</Name>
        <Type>2</Type>
        <Height>360</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>PageHeaderSection</Name>
        <Type>3</Type>
      </Section>
      <Section>
        <Name>PageFooterSection</Name>
        <Type>4</Type>
        <Height>510</Height>
      </Section>
      <Section>
        <Name>GroupHeader0</Name>
        <Type>5</Type>
        <Height>360</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>GroupFooter1</Name>
        <Type>6</Type>
        <CanGrow>0</CanGrow>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>Label16</Name>
        <Section>1</Section>
        <Text>Inspection Summary By Other Referral</Text>
        <Left>60</Left>
        <Top>60</Top>
        <Width>6840</Width>
        <Height>660</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>27.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtDateRange</Name>
        <Section>1</Section>
        <Text>="During " &amp; [Forms]![frmRpts]![sfmReports].[Form]![txtStartDate] &amp; " - " &amp; [Forms]![frmRpts]![sfmReports].[Form]![txtEndDate]</Text>
        <Calculated>-1</Calculated>
        <Left>7260</Left>
        <Top>60</Top>
        <Width>5640</Width>
        <Height>300</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>lblNoOfOrders</Name>
        <Section>5</Section>
        <Text># of Orders</Text>
        <Left>9480</Left>
        <Width>1260</Width>
        <Height>360</Height>
        <Align>2</Align>
        <BackStyle>1</BackStyle>
        <BackColor>12632256</BackColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lblValue</Name>
        <Section>5</Section>
        <Text>$ Value</Text>
        <Left>10740</Left>
        <Width>1500</Width>
        <Height>360</Height>
        <Align>2</Align>
        <BackStyle>1</BackStyle>
        <BackColor>12632256</BackColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line19</Name>
        <Section>5</Section>
        <Left>60</Left>
        <Top>360</Top>
        <Width>12840</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>Label26</Name>
        <Section>5</Section>
        <Text>Other Referral</Text>
        <Left>4680</Left>
        <Width>4800</Width>
        <Height>360</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>12632256</BackColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Label27</Name>
        <Section>5</Section>
        <Text>Firm</Text>
        <Left>60</Left>
        <Width>4620</Width>
        <Height>360</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>12632256</BackColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtNoOfOrders</Name>
        <Section>0</Section>
        <Text>Count1</Text>
        <Calculated>-1</Calculated>
        <Format>#,###</Format>
        <Left>9480</Left>
        <Width>1260</Width>
        <Height>240</Height>
        <Align>2</Align>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>txtDollarValue</Name>
        <Section>0</Section>
        <Text>Value1</Text>
        <Calculated>-1</Calculated>
        <Format>#,###</Format>
        <Left>10740</Left>
        <Width>1500</Width>
        <Height>240</Height>
        <Align>2</Align>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>txtFirm</Name>
        <Section>0</Section>
        <Text>Group1</Text>
        <Calculated>-1</Calculated>
        <Left>60</Left>
        <Width>4620</Width>
        <Height>240</Height>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>txtOR</Name>
        <Section>0</Section>
        <Text>Group2</Text>
        <Calculated>-1</Calculated>
        <Left>4680</Left>
        <Width>4800</Width>
        <Height>240</Height>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Text17</Name>
        <Section>4</Section>
        <Text>=Now()</Text>
        <Calculated>-1</Calculated>
        <Format>Long Date</Format>
        <Left>60</Left>
        <Top>240</Top>
        <Width>5040</Width>
        <Height>270</Height>
        <Align>0</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Text18</Name>
        <Section>4</Section>
        <Text>="Page " &amp; [Page] &amp; " of " &amp; [Pages]</Text>
        <Calculated>-1</Calculated>
        <Left>7860</Left>
        <Top>240</Top>
        <Width>5040</Width>
        <Height>270</Height>
        <Align>2</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line20</Name>
        <Section>4</Section>
        <Left>60</Left>
        <Top>240</Top>
        <Width>12840</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>20</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>txtSumOrders</Name>
        <Section>2</Section>
        <Text>=Sum([Count1])</Text>
        <Calculated>-1</Calculated>
        <Format>#,###</Format>
        <Left>9480</Left>
        <Width>1260</Width>
        <Height>360</Height>
        <Align>2</Align>
        <BackStyle>1</BackStyle>
        <BackColor>12632256</BackColor>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>txtSumValue</Name>
        <Section>2</Section>
        <Text>=Sum([Value1])</Text>
        <Calculated>-1</Calculated>
        <Format>#,###</Format>
        <Left>10740</Left>
        <Width>1500</Width>
        <Height>360</Height>
        <Align>2</Align>
        <BackStyle>1</BackStyle>
        <BackColor>12632256</BackColor>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>Label24</Name>
        <Section>2</Section>
        <Text>Totals</Text>
        <Left>7980</Left>
        <Width>1260</Width>
        <Height>360</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptInspectionSummary_ByReferralType *** -->
  <Report>
    <Name>rptInspectionSummary_ByReferralType</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
      <RecordSource>tblWork</RecordSource>
    </DataSource>
    <Layout>
      <Width>13320</Width>
      <MarginTop>720</MarginTop>
      <MarginBottom>720</MarginBottom>
    </Layout>
    <Groups>
      <Group>
        <Name>Group 1</Name>
        <GroupBy>Group1</GroupBy>
        <Sort>1</Sort>
      </Group>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>240</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportHeader</Name>
        <Type>1</Type>
        <Height>960</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportFooter</Name>
        <Type>2</Type>
        <Height>360</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>PageHeaderSection</Name>
        <Type>3</Type>
        <Height>360</Height>
      </Section>
      <Section>
        <Name>PageFooterSection</Name>
        <Type>4</Type>
        <Height>510</Height>
      </Section>
      <Section>
        <Name>GroupHeader0</Name>
        <Type>5</Type>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>GroupFooter1</Name>
        <Type>6</Type>
        <CanGrow>0</CanGrow>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>Label16</Name>
        <Section>1</Section>
        <Text>Inspection Summary By Referral Type</Text>
        <Left>60</Left>
        <Top>60</Top>
        <Width>6840</Width>
        <Height>660</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>27.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtDateRange</Name>
        <Section>1</Section>
        <Text>="During " &amp; [Forms]![frmRpts]![sfmReports].[Form]![txtStartDate] &amp; " - " &amp; [Forms]![frmRpts]![sfmReports].[Form]![txtEndDate]</Text>
        <Calculated>-1</Calculated>
        <Left>7260</Left>
        <Top>60</Top>
        <Width>5640</Width>
        <Height>300</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>lblNoOfOrders</Name>
        <Section>3</Section>
        <Text># of Orders</Text>
        <Left>9300</Left>
        <Width>1260</Width>
        <Height>360</Height>
        <Align>2</Align>
        <BackStyle>1</BackStyle>
        <BackColor>12632256</BackColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lblValue</Name>
        <Section>3</Section>
        <Text>$ Value</Text>
        <Left>10560</Left>
        <Width>1680</Width>
        <Height>360</Height>
        <Align>2</Align>
        <BackStyle>1</BackStyle>
        <BackColor>12632256</BackColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Label25</Name>
        <Section>3</Section>
        <Text>Referrer</Text>
        <Left>60</Left>
        <Width>9240</Width>
        <Height>360</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>12632256</BackColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtNoOfOrders</Name>
        <Section>0</Section>
        <Text>Count1</Text>
        <Calculated>-1</Calculated>
        <Format>#,###</Format>
        <Left>9300</Left>
        <Width>1260</Width>
        <Height>240</Height>
        <Align>2</Align>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>txtDollarValue</Name>
        <Section>0</Section>
        <Text>Value1</Text>
        <Calculated>-1</Calculated>
        <Format>#,###</Format>
        <Left>10560</Left>
        <Width>1680</Width>
        <Height>240</Height>
        <Align>2</Align>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>txtReferralType</Name>
        <Section>0</Section>
        <Text>Group1</Text>
        <Calculated>-1</Calculated>
        <Left>60</Left>
        <Width>9240</Width>
        <Height>240</Height>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Size>11.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Text17</Name>
        <Section>4</Section>
        <Text>=Now()</Text>
        <Calculated>-1</Calculated>
        <Format>Long Date</Format>
        <Left>60</Left>
        <Top>240</Top>
        <Width>5040</Width>
        <Height>270</Height>
        <Align>0</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Text18</Name>
        <Section>4</Section>
        <Text>="Page " &amp; [Page] &amp; " of " &amp; [Pages]</Text>
        <Calculated>-1</Calculated>
        <Left>7860</Left>
        <Top>240</Top>
        <Width>5040</Width>
        <Height>270</Height>
        <Align>2</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line20</Name>
        <Section>4</Section>
        <Left>60</Left>
        <Top>240</Top>
        <Width>12840</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>20</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>txtSumOrders</Name>
        <Section>2</Section>
        <Text>=Sum([Count1])</Text>
        <Calculated>-1</Calculated>
        <Format>#,###</Format>
        <Left>9300</Left>
        <Width>1260</Width>
        <Height>360</Height>
        <Align>2</Align>
        <BackStyle>1</BackStyle>
        <BackColor>12632256</BackColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>txtSumValue</Name>
        <Section>2</Section>
        <Text>=Sum([Value1])</Text>
        <Calculated>-1</Calculated>
        <Format>#,###</Format>
        <Left>10560</Left>
        <Width>1680</Width>
        <Height>360</Height>
        <Align>2</Align>
        <BackStyle>1</BackStyle>
        <BackColor>12632256</BackColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Label24</Name>
        <Section>2</Section>
        <Text>Totals</Text>
        <Left>7680</Left>
        <Width>1500</Width>
        <Height>360</Height>
        <Align>2</Align>
        <BackStyle>1</BackStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptInspectorSchedule *** -->
  <Report>
    <Name>rptInspectorSchedule</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
      <RecordSource>SELECT DISTINCT tlkpInspectors.InspectorID, [InspFN] &amp; " " &amp; [InspLN] AS InspName, tblOrder.InspDate, tblOrder.InspTime, tblOrder.SubAddress, tblOrder.SubCity
FROM tlkpInspectors INNER JOIN (tblOrder INNER JOIN tblOrderInspectors ON tblOrder.OrderID = tblOrderInspectors.OrderID) ON tlkpInspectors.InspectorID = tblOrderInspectors.InspectorID
ORDER BY [InspFN] &amp; " " &amp; [InspLN], tblOrder.InspDate, tblOrder.InspTime;</RecordSource>
    </DataSource>
    <Layout>
      <Width>9840</Width>
      <MarginTop>720</MarginTop>
      <MarginRight>720</MarginRight>
      <MarginBottom>720</MarginBottom>
    </Layout>
    <Groups>
      <Group>
        <Name>Group 1</Name>
        <GroupBy>InspName</GroupBy>
        <Sort>1</Sort>
      </Group>
      <Group>
        <Name>Group 2</Name>
        <GroupBy>InspDate</GroupBy>
        <Sort>1</Sort>
      </Group>
      <Group>
        <Name>Group 3</Name>
        <GroupBy>InspTime</GroupBy>
        <Sort>1</Sort>
      </Group>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>240</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportHeader</Name>
        <Type>1</Type>
        <ForcePageBreak>1</ForcePageBreak>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportFooter</Name>
        <Type>2</Type>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>PageHeader</Name>
        <Type>3</Type>
        <Height>900</Height>
      </Section>
      <Section>
        <Name>PageFooter</Name>
        <Type>4</Type>
        <Height>510</Height>
      </Section>
      <Section>
        <Name>GroupHeader0</Name>
        <Type>5</Type>
        <Height>540</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>Group 0 Footer</Name>
        <Type>6</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>GroupHeader1</Name>
        <Type>7</Type>
        <Height>540</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>Group 1 Footer</Name>
        <Type>8</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Group 2 Header</Name>
        <Type>9</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Group 2 Footer</Name>
        <Type>10</Type>
        <Visible>0</Visible>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>Label12</Name>
        <Section>3</Section>
        <Text>Inspector's Appointment Schedule</Text>
        <Left>60</Left>
        <Width>6660</Width>
        <Height>645</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>27.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line15</Name>
        <Section>3</Section>
        <Width>9360</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>Line16</Name>
        <Section>3</Section>
        <Top>840</Top>
        <Width>9360</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>InspTime Label</Name>
        <Section>5</Section>
        <Text>Time</Text>
        <Left>2280</Left>
        <Top>180</Top>
        <Width>840</Width>
        <Height>300</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>12</Size>
        </Font>
      </Field>
      <Field>
        <Name>SubAddress Label</Name>
        <Section>5</Section>
        <Text>Address</Text>
        <Left>3180</Left>
        <Top>180</Top>
        <Width>3720</Width>
        <Height>300</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>12</Size>
        </Font>
      </Field>
      <Field>
        <Name>SubCity Label</Name>
        <Section>5</Section>
        <Text>City</Text>
        <Left>6960</Left>
        <Top>180</Top>
        <Width>2340</Width>
        <Height>300</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>12</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtInspName</Name>
        <Section>5</Section>
        <Text>InspName</Text>
        <Calculated>-1</Calculated>
        <Top>120</Top>
        <Width>3120</Width>
        <Height>420</Height>
        <Align>0</Align>
        <Font>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtInspDate</Name>
        <Section>7</Section>
        <Text>InspDate</Text>
        <Calculated>-1</Calculated>
        <Format>Long Date</Format>
        <Top>240</Top>
        <Width>3060</Width>
        <Height>300</Height>
        <Align>0</Align>
      </Field>
      <Field>
        <Name>Line17</Name>
        <Section>7</Section>
        <Left>180</Left>
        <Top>180</Top>
        <Width>7620</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>txtInspTime</Name>
        <Section>0</Section>
        <Text>InspTime</Text>
        <Calculated>-1</Calculated>
        <Format>Medium Time</Format>
        <Left>2280</Left>
        <Width>840</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>txtSubAddress</Name>
        <Section>0</Section>
        <Text>SubAddress</Text>
        <Calculated>-1</Calculated>
        <Left>3180</Left>
        <Width>3720</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>txtSubCity</Name>
        <Section>0</Section>
        <Text>SubCity</Text>
        <Calculated>-1</Calculated>
        <Left>6960</Left>
        <Width>2340</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>Line19</Name>
        <Section>0</Section>
        <Left>1920</Left>
        <Width>7560</Width>
        <BorderStyle>1</BorderStyle>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>Text13</Name>
        <Section>4</Section>
        <Text>=Now()</Text>
        <Calculated>-1</Calculated>
        <Format>Long Date</Format>
        <Left>60</Left>
        <Top>240</Top>
        <Width>4560</Width>
        <Height>270</Height>
        <Align>0</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Text14</Name>
        <Section>4</Section>
        <Text>="Page " &amp; [Page] &amp; " of " &amp; [Pages]</Text>
        <Calculated>-1</Calculated>
        <Left>4740</Left>
        <Top>240</Top>
        <Width>4560</Width>
        <Height>270</Height>
        <Align>2</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line18</Name>
        <Section>4</Section>
        <Width>9360</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>20</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptInvoice *** -->
  <Report>
    <Name>rptInvoice</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
      <RecordSource>rqryInvoice</RecordSource>
    </DataSource>
    <Layout>
      <Width>9660</Width>
    </Layout>
    <Groups>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>1020</Height>
      </Section>
      <Section>
        <Name>ReportHeader</Name>
        <Type>1</Type>
        <Height>1620</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportFooter</Name>
        <Type>2</Type>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>PageHeader</Name>
        <Type>3</Type>
        <Height>4260</Height>
      </Section>
      <Section>
        <Name>PageFooter</Name>
        <Type>4</Type>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>txtInvoiceDate</Name>
        <Section>3</Section>
        <Text>InvoiceDate</Text>
        <Format>Short Date</Format>
        <Left>7020</Left>
        <Top>960</Top>
        <Width>1620</Width>
        <Height>300</Height>
        <Align>0</Align>
        <Font>
          <Name>Tahoma</Name>
        </Font>
      </Field>
      <Field>
        <Name>InvoiceDate Label</Name>
        <Section>3</Section>
        <Text>Invoice Date</Text>
        <Left>5760</Left>
        <Top>960</Top>
        <Width>1185</Width>
        <Height>300</Height>
        <Align>0</Align>
        <Font>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>txtC1</Name>
        <Section>3</Section>
        <Text>Trim(C1)</Text>
        <Calculated>-1</Calculated>
        <Left>420</Left>
        <Top>2760</Top>
        <Width>3780</Width>
        <Height>240</Height>
        <Font>
          <Name>Tahoma</Name>
        </Font>
      </Field>
      <Field>
        <Name>txtC2</Name>
        <Section>3</Section>
        <Text>Trim(C2)</Text>
        <Calculated>-1</Calculated>
        <Left>420</Left>
        <Top>3000</Top>
        <Width>3780</Width>
        <Height>240</Height>
        <CanShrink>-1</CanShrink>
        <Font>
          <Name>Tahoma</Name>
        </Font>
      </Field>
      <Field>
        <Name>txtClientAddress</Name>
        <Section>3</Section>
        <Text>ClientAddress</Text>
        <Calculated>-1</Calculated>
        <Left>420</Left>
        <Top>3240</Top>
        <Width>3780</Width>
        <Height>240</Height>
        <Font>
          <Name>Tahoma</Name>
        </Font>
      </Field>
      <Field>
        <Name>txtCSZ</Name>
        <Section>3</Section>
        <Text>CSZ</Text>
        <Calculated>-1</Calculated>
        <Left>420</Left>
        <Top>3480</Top>
        <Width>3780</Width>
        <Height>240</Height>
        <Font>
          <Name>Tahoma</Name>
        </Font>
      </Field>
      <Field>
        <Name>txtSubAddress</Name>
        <Section>3</Section>
        <Text>SubAddress</Text>
        <Calculated>-1</Calculated>
        <Left>4740</Left>
        <Top>2760</Top>
        <Width>3780</Width>
        <Height>240</Height>
        <Font>
          <Name>Tahoma</Name>
        </Font>
      </Field>
      <Field>
        <Name>txtSubCSZ</Name>
        <Section>3</Section>
        <Text>SubCSZ</Text>
        <Calculated>-1</Calculated>
        <Left>4740</Left>
        <Top>3000</Top>
        <Width>3780</Width>
        <Height>240</Height>
        <Font>
          <Name>Tahoma</Name>
        </Font>
      </Field>
      <Field>
        <Name>Label14</Name>
        <Section>3</Section>
        <Text>Invoice</Text>
        <Left>6660</Left>
        <Top>60</Top>
        <Width>2340</Width>
        <Height>660</Height>
        <Align>0</Align>
        <Font>
          <Size>27.75</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Label18</Name>
        <Section>3</Section>
        <Text>SOLD TO:</Text>
        <Left>180</Left>
        <Top>2460</Top>
        <Width>2040</Width>
        <Height>300</Height>
        <Align>0</Align>
        <Font>
          <Size>11.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Label19</Name>
        <Section>3</Section>
        <Text>PROPERTY INSPECTED:</Text>
        <Left>4500</Left>
        <Top>2460</Top>
        <Width>3540</Width>
        <Height>300</Height>
        <Align>0</Align>
        <Font>
          <Size>11.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Label20</Name>
        <Section>3</Section>
        <Text>INSPECTION TYPES AND FEES:</Text>
        <Left>120</Left>
        <Top>3960</Top>
        <Width>4800</Width>
        <Height>300</Height>
        <Font>
          <Size>11.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Box21</Name>
        <Section>3</Section>
        <Left>120</Left>
        <Top>2400</Top>
        <Width>4260</Width>
        <Height>1380</Height>
        <BorderStyle>1</BorderStyle>
        <LineWidth>20</LineWidth>
      </Field>
      <Field>
        <Name>Box22</Name>
        <Section>3</Section>
        <Left>4380</Left>
        <Top>2400</Top>
        <Width>4260</Width>
        <Height>1380</Height>
        <BorderStyle>1</BorderStyle>
        <LineWidth>20</LineWidth>
      </Field>
      <Field>
        <Name>Text23</Name>
        <Section>3</Section>
        <Text>BillToName</Text>
        <Calculated>-1</Calculated>
        <Left>420</Left>
        <Top>900</Top>
        <Width>3780</Width>
        <Height>240</Height>
        <Font>
          <Name>Tahoma</Name>
        </Font>
      </Field>
      <Field>
        <Name>Text24</Name>
        <Section>3</Section>
        <Text>BillToCompany</Text>
        <Calculated>-1</Calculated>
        <Left>420</Left>
        <Top>1140</Top>
        <Width>3780</Width>
        <Height>240</Height>
        <CanShrink>-1</CanShrink>
        <Font>
          <Name>Tahoma</Name>
        </Font>
      </Field>
      <Field>
        <Name>Text25</Name>
        <Section>3</Section>
        <Text>BillToAddress1</Text>
        <Calculated>-1</Calculated>
        <Left>420</Left>
        <Top>1380</Top>
        <Width>3780</Width>
        <Height>240</Height>
        <Font>
          <Name>Tahoma</Name>
        </Font>
      </Field>
      <Field>
        <Name>Text26</Name>
        <Section>3</Section>
        <Text>BillToAddress2</Text>
        <Calculated>-1</Calculated>
        <Left>420</Left>
        <Top>1620</Top>
        <Width>3780</Width>
        <Height>240</Height>
        <Font>
          <Name>Tahoma</Name>
        </Font>
      </Field>
      <Field>
        <Name>Label27</Name>
        <Section>3</Section>
        <Text>BILL TO:</Text>
        <Left>180</Left>
        <Top>600</Top>
        <Width>1560</Width>
        <Height>300</Height>
        <Align>0</Align>
        <Font>
          <Size>11.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Box28</Name>
        <Section>3</Section>
        <Left>120</Left>
        <Top>540</Top>
        <Width>4260</Width>
        <Height>1620</Height>
        <BorderStyle>1</BorderStyle>
        <LineWidth>20</LineWidth>
      </Field>
      <Field>
        <Name>Text29</Name>
        <Section>3</Section>
        <Text>BillToCSZ</Text>
        <Calculated>-1</Calculated>
        <Left>420</Left>
        <Top>1860</Top>
        <Width>3780</Width>
        <Height>240</Height>
        <Font>
          <Name>Tahoma</Name>
        </Font>
      </Field>
      <Field>
        <Name>txtInvoiceNumber</Name>
        <Section>3</Section>
        <Text>InvoiceNumber</Text>
        <Calculated>-1</Calculated>
        <Left>7020</Left>
        <Top>1320</Top>
        <Width>1620</Width>
        <Height>300</Height>
        <Align>0</Align>
        <Font>
          <Name>Tahoma</Name>
        </Font>
      </Field>
      <Field>
        <Name>lblInvoiceNumber</Name>
        <Section>3</Section>
        <Text>Invoice #</Text>
        <Left>5760</Left>
        <Top>1320</Top>
        <Width>1185</Width>
        <Height>300</Height>
        <Align>0</Align>
        <Font>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>rptInvoiceDetail</Name>
        <Section>0</Section>
        <Text>"OrderID = '" &amp; OrderID &amp; "'"</Text>
        <Calculated>-1</Calculated>
        <Width>9256</Width>
        <Height>1020</Height>
        <CanGrow>-1</CanGrow>
        <Subreport>rptInvoiceDetail</Subreport>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptInvoiceDetail *** -->
  <Report>
    <Name>rptInvoiceDetail</Name>
    <DataSource>
      <ConnectionString>Provider=MSDASQL.1;Persist Security Info=False;Data Source=op2005</ConnectionString>
      <RecordSource>SELECT tblOrderFees.OrderID, tblOrderFees.FeeType, tblOrderFees.Fee, tblOrderFees.FeeTax
FROM tblOrderFees;</RecordSource>
    </DataSource>
    <Layout>
      <Width>9600</Width>
    </Layout>
    <Groups>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>405</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportHeader</Name>
        <Type>1</Type>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportFooter</Name>
        <Type>2</Type>
        <Height>2145</Height>
      </Section>
      <Section>
        <Name>PageHeader</Name>
        <Type>3</Type>
        <Height>360</Height>
      </Section>
      <Section>
        <Name>PageFooter</Name>
        <Type>4</Type>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>FeeType Label</Name>
        <Section>3</Section>
        <Text>Type</Text>
        <Left>360</Left>
        <Width>6180</Width>
        <Height>360</Height>
        <Align>0</Align>
        <Font>
          <Size>11.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Fee Label</Name>
        <Section>3</Section>
        <Text>Fee</Text>
        <Left>6840</Left>
        <Width>1230</Width>
        <Height>360</Height>
        <Align>2</Align>
        <Font>
          <Size>11.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>FeeTax Label</Name>
        <Section>3</Section>
        <Text>Tax</Text>
        <Left>8310</Left>
        <Width>450</Width>
        <Height>315</Height>
        <Align>2</Align>
        <Visible>0</Visible>
        <Font>
          <Size>11.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>txtFeeType</Name>
        <Section>0</Section>
        <Text>FeeType</Text>
        <Calculated>-1</Calculated>
        <Left>360</Left>
        <Top>60</Top>
        <Width>6180</Width>
        <Height>300</Height>
        <Align>0</Align>
        <Font>
          <Name>Tahoma</Name>
        </Font>
      </Field>
      <Field>
        <Name>txtFee</Name>
        <Section>0</Section>
        <Text>Fee</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>6840</Left>
        <Top>60</Top>
        <Width>1230</Width>
        <Height>300</Height>
        <Align>2</Align>
        <Font>
          <Name>Tahoma</Name>
        </Font>
      </Field>
      <Field>
        <Name>txtFeeTax</Name>
        <Section>0</Section>
        <Text>FeeTax</Text>
        <Calculated>-1</Calculated>
        <Left>8130</Left>
        <Top>60</Top>
        <Width>630</Width>
        <Height>300</Height>
        <Visible>0</Visible>
        <Font>
          <Name>Tahoma</Name>
        </Font>
      </Field>
      <Field>
        <Name>txtTotalFees</Name>
        <Section>2</Section>
        <Text>=Sum([Fee])</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>6840</Left>
        <Top>240</Top>
        <Width>1230</Width>
        <Height>300</Height>
        <Align>2</Align>
        <Font>
          <Name>Tahoma</Name>
        </Font>
      </Field>
      <Field>
        <Name>Label12</Name>
        <Section>2</Section>
        <Text>Sub-Total</Text>
        <Left>5460</Left>
        <Top>240</Top>
        <Width>1230</Width>
        <Height>300</Height>
        <Align>2</Align>
        <Font>
          <Name>Tahoma</Name>
        </Font>
      </Field>
      <Field>
        <Name>txtTotalTaxes</Name>
        <Section>2</Section>
        <Text>=Sum([FeeTax])</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>6840</Left>
        <Top>600</Top>
        <Width>1230</Width>
        <Height>300</Height>
        <Align>2</Align>
        <Font>
          <Name>Tahoma</Name>
        </Font>
      </Field>
      <Field>
        <Name>Label14</Name>
        <Section>2</Section>
        <Text>Tax</Text>
        <Left>5460</Left>
        <Top>600</Top>
        <Width>1230</Width>
        <Height>300</Height>
        <Align>2</Align>
        <Font>
          <Name>Tahoma</Name>
        </Font>
      </Field>
      <Field>
        <Name>txtTotal</Name>
        <Section>2</Section>
        <Text>=[txtTotalFees]+[txtTotalTaxes]</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>6840</Left>
        <Top>1020</Top>
        <Width>1230</Width>
        <Height>300</Height>
        <Align>2</Align>
        <Font>
          <Size>11.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Label16</Name>
        <Section>2</Section>
        <Text>Total Amount Due</Text>
        <Left>4320</Left>
        <Top>1020</Top>
        <Width>2370</Width>
        <Height>300</Height>
        <Align>2</Align>
        <Font>
          <Size>11.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Line17</Name>
        <Section>2</Section>
        <Left>5700</Left>
        <Top>960</Top>
        <Width>2400</Width>
        <BorderStyle>1</BorderStyle>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>Label18</Name>
        <Section>2</Section>
        <Text>Thank you for your business.</Text>
        <Top>1440</Top>
        <Width>9240</Width>
        <Height>300</Height>
        <Align>1</Align>
        <Font>
          <Name>Calisto MT</Name>
          <Size>12</Size>
          <Italic>-1</Italic>
        </Font>
      </Field>
      <Field>
        <Name>txtInvMsg</Name>
        <Section>2</Section>
        <Text>=DLookUp("InvMsg","rqryCoInfo")</Text>
        <Calculated>-1</Calculated>
        <Top>1710</Top>
        <Width>9240</Width>
        <Height>240</Height>
        <Align>1</Align>
        <CanGrow>-1</CanGrow>
        <CanShrink>-1</CanShrink>
        <Font>
          <Name>Calisto MT</Name>
          <Size>12</Size>
          <Italic>-1</Italic>
        </Font>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptInvoiceWithCoInfo *** -->
  <Report>
    <Name>rptInvoiceWithCoInfo</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
      <RecordSource>SELECT tblOrder.OrderID, tblOrder.InvoiceDate, tblOrder.InvoiceNumber, tblOrder.BillToName, tblOrder.BillToCompany, tblOrder.BillToAddress1, tblOrder.BillToAddress2, IIf(Not IsNull([BillToCity]),[BillToCity] &amp; ", " &amp; [BillToState] &amp; " " &amp; [BillToZip],"") &amp; IIf(Not IsNull([BillToZipPlus]),"-" &amp; [BillToZipPlus],"") AS BillToCSZ, [Client1Title] &amp; " " &amp; [Client1FN] &amp; " " &amp; [Client1LN] AS C1, [Client2Title] &amp; " " &amp; [Client2FN] &amp; " " &amp; [Client2LN] AS C2, tblOrder.ClientAddress, [ClientCity] &amp; ", " &amp; [ClientState] &amp; " " &amp; [ClientZip] &amp; "-" &amp; [ClientZipPlus] AS CSZ, tblOrder.SubAddress, [SubCity] &amp; ", " &amp; [SubState] &amp; " " &amp; [SubZip] &amp; "-" &amp; [SubZipPlus] AS SubCSZ
FROM tblOrder;</RecordSource>
    </DataSource>
    <Layout>
      <Width>9660</Width>
    </Layout>
    <Groups>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>1020</Height>
      </Section>
      <Section>
        <Name>ReportHeader</Name>
        <Type>1</Type>
        <Height>1620</Height>
      </Section>
      <Section>
        <Name>ReportFooter</Name>
        <Type>2</Type>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>PageHeader</Name>
        <Type>3</Type>
        <Height>4260</Height>
      </Section>
      <Section>
        <Name>PageFooter</Name>
        <Type>4</Type>
        <Height>360</Height>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>txtInvoiceDate</Name>
        <Section>3</Section>
        <Text>InvoiceDate</Text>
        <Left>7020</Left>
        <Top>1080</Top>
        <Width>1620</Width>
        <Height>300</Height>
        <Align>0</Align>
        <Font>
          <Name>Tahoma</Name>
        </Font>
      </Field>
      <Field>
        <Name>InvoiceDate Label</Name>
        <Section>3</Section>
        <Text>Invoice Date</Text>
        <Left>5760</Left>
        <Top>1080</Top>
        <Width>1200</Width>
        <Height>300</Height>
        <Align>0</Align>
        <Font>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>txtC1</Name>
        <Section>3</Section>
        <Text>C1</Text>
        <Calculated>-1</Calculated>
        <Left>420</Left>
        <Top>2760</Top>
        <Width>3780</Width>
        <Height>240</Height>
        <Font>
          <Name>Tahoma</Name>
        </Font>
      </Field>
      <Field>
        <Name>txtC2</Name>
        <Section>3</Section>
        <Text>C2</Text>
        <Calculated>-1</Calculated>
        <Left>420</Left>
        <Top>3000</Top>
        <Width>3780</Width>
        <Height>240</Height>
        <CanShrink>-1</CanShrink>
        <Font>
          <Name>Tahoma</Name>
        </Font>
      </Field>
      <Field>
        <Name>txtClientAddress</Name>
        <Section>3</Section>
        <Text>ClientAddress</Text>
        <Calculated>-1</Calculated>
        <Left>420</Left>
        <Top>3240</Top>
        <Width>3780</Width>
        <Height>240</Height>
        <Font>
          <Name>Tahoma</Name>
        </Font>
      </Field>
      <Field>
        <Name>txtCSZ</Name>
        <Section>3</Section>
        <Text>CSZ</Text>
        <Calculated>-1</Calculated>
        <Left>420</Left>
        <Top>3480</Top>
        <Width>3780</Width>
        <Height>240</Height>
        <Font>
          <Name>Tahoma</Name>
        </Font>
      </Field>
      <Field>
        <Name>txtSubAddress</Name>
        <Section>3</Section>
        <Text>SubAddress</Text>
        <Calculated>-1</Calculated>
        <Left>4740</Left>
        <Top>2760</Top>
        <Width>3780</Width>
        <Height>240</Height>
        <Font>
          <Name>Tahoma</Name>
        </Font>
      </Field>
      <Field>
        <Name>txtSubCSZ</Name>
        <Section>3</Section>
        <Text>SubCSZ</Text>
        <Calculated>-1</Calculated>
        <Left>4740</Left>
        <Top>3000</Top>
        <Width>3780</Width>
        <Height>240</Height>
        <Font>
          <Name>Tahoma</Name>
        </Font>
      </Field>
      <Field>
        <Name>Label14</Name>
        <Section>3</Section>
        <Text>Invoice</Text>
        <Left>6660</Left>
        <Top>60</Top>
        <Width>2340</Width>
        <Height>660</Height>
        <Align>0</Align>
        <Font>
          <Size>27.75</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Label18</Name>
        <Section>3</Section>
        <Text>SOLD TO:</Text>
        <Left>180</Left>
        <Top>2460</Top>
        <Width>1740</Width>
        <Height>300</Height>
        <Align>0</Align>
        <Font>
          <Size>11.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Label19</Name>
        <Section>3</Section>
        <Text>PROPERTY INSPECTED:</Text>
        <Left>4500</Left>
        <Top>2460</Top>
        <Width>3660</Width>
        <Height>300</Height>
        <Align>0</Align>
        <Font>
          <Size>11.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Label20</Name>
        <Section>3</Section>
        <Text>INSPECTION TYPES AND FEES:</Text>
        <Left>120</Left>
        <Top>3960</Top>
        <Width>5880</Width>
        <Height>300</Height>
        <Font>
          <Size>11.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Box21</Name>
        <Section>3</Section>
        <Left>120</Left>
        <Top>2400</Top>
        <Width>4260</Width>
        <Height>1380</Height>
        <BorderStyle>1</BorderStyle>
        <LineWidth>20</LineWidth>
      </Field>
      <Field>
        <Name>Box22</Name>
        <Section>3</Section>
        <Left>4380</Left>
        <Top>2400</Top>
        <Width>4260</Width>
        <Height>1380</Height>
        <BorderStyle>1</BorderStyle>
        <LineWidth>20</LineWidth>
      </Field>
      <Field>
        <Name>Text23</Name>
        <Section>3</Section>
        <Text>BillToName</Text>
        <Calculated>-1</Calculated>
        <Left>420</Left>
        <Top>900</Top>
        <Width>3780</Width>
        <Height>240</Height>
        <Font>
          <Name>Tahoma</Name>
        </Font>
      </Field>
      <Field>
        <Name>Text24</Name>
        <Section>3</Section>
        <Text>BillToCompany</Text>
        <Calculated>-1</Calculated>
        <Left>420</Left>
        <Top>1140</Top>
        <Width>3780</Width>
        <Height>240</Height>
        <CanShrink>-1</CanShrink>
        <Font>
          <Name>Tahoma</Name>
        </Font>
      </Field>
      <Field>
        <Name>Text25</Name>
        <Section>3</Section>
        <Text>BillToAddress1</Text>
        <Calculated>-1</Calculated>
        <Left>420</Left>
        <Top>1380</Top>
        <Width>3780</Width>
        <Height>240</Height>
        <Font>
          <Name>Tahoma</Name>
        </Font>
      </Field>
      <Field>
        <Name>Text26</Name>
        <Section>3</Section>
        <Text>BillToAddress2</Text>
        <Calculated>-1</Calculated>
        <Left>420</Left>
        <Top>1620</Top>
        <Width>3780</Width>
        <Height>240</Height>
        <Font>
          <Name>Tahoma</Name>
        </Font>
      </Field>
      <Field>
        <Name>Label27</Name>
        <Section>3</Section>
        <Text>BILL TO:</Text>
        <Left>180</Left>
        <Top>600</Top>
        <Width>1920</Width>
        <Height>300</Height>
        <Align>0</Align>
        <Font>
          <Size>11.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Box28</Name>
        <Section>3</Section>
        <Left>120</Left>
        <Top>540</Top>
        <Width>4260</Width>
        <Height>1620</Height>
        <BorderStyle>1</BorderStyle>
        <LineWidth>20</LineWidth>
      </Field>
      <Field>
        <Name>Text29</Name>
        <Section>3</Section>
        <Text>BillToCSZ</Text>
        <Calculated>-1</Calculated>
        <Left>420</Left>
        <Top>1860</Top>
        <Width>3780</Width>
        <Height>240</Height>
        <Font>
          <Name>Tahoma</Name>
        </Font>
      </Field>
      <Field>
        <Name>txtInvoiceNumber</Name>
        <Section>3</Section>
        <Text>InvoiceNumber</Text>
        <Calculated>-1</Calculated>
        <Left>7020</Left>
        <Top>1440</Top>
        <Width>1620</Width>
        <Height>300</Height>
        <Align>0</Align>
        <Font>
          <Name>Tahoma</Name>
        </Font>
      </Field>
      <Field>
        <Name>lblInvoiceNumber</Name>
        <Section>3</Section>
        <Text>Invoice #</Text>
        <Left>5760</Left>
        <Top>1440</Top>
        <Width>1200</Width>
        <Height>300</Height>
        <Align>0</Align>
        <Font>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>rptInvoiceDetail</Name>
        <Section>0</Section>
        <Text>"OrderID = '" &amp; OrderID &amp; "'"</Text>
        <Calculated>-1</Calculated>
        <Width>9256</Width>
        <Height>1020</Height>
        <CanGrow>-1</CanGrow>
        <Subreport>rptInvoiceDetail</Subreport>
      </Field>
      <Field>
        <Name>txtCoName</Name>
        <Section>1</Section>
        <Text>=DLookUp("CoName","qlkpCoInfo")</Text>
        <Left>240</Left>
        <Top>240</Top>
        <Width>6114</Width>
        <Height>360</Height>
        <BackStyle>1</BackStyle>
        <Font>
          <Name>Tahoma</Name>
          <Size>12</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtCA</Name>
        <Section>1</Section>
        <Text>=DLookUp("RA","rqryCoInfo")</Text>
        <Left>240</Left>
        <Top>600</Top>
        <Width>6114</Width>
        <Height>360</Height>
        <BackStyle>1</BackStyle>
        <CanGrow>-1</CanGrow>
        <Font>
          <Name>Tahoma</Name>
          <Size>9.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtInvMsg</Name>
        <Section>4</Section>
        <Text>=DLookUp("InvMsg","rqryCoInfo")</Text>
        <Calculated>-1</Calculated>
        <Width>9240</Width>
        <Height>240</Height>
        <Align>0</Align>
        <Visible>0</Visible>
        <CanGrow>-1</CanGrow>
        <CanShrink>-1</CanShrink>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptLabelsAvery5160 *** -->
  <Report>
    <Name>rptLabelsAvery5160</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
    </DataSource>
    <Layout>
      <Width>4080</Width>
      <MarginLeft>432</MarginLeft>
      <MarginTop>720</MarginTop>
      <MarginRight>360</MarginRight>
      <MarginBottom>720</MarginBottom>
      <Orientation>1</Orientation>
      <Columns>3</Columns>
    </Layout>
    <Groups>
      <Group>
        <Name>Group 1</Name>
        <GroupBy>REZip</GroupBy>
        <Sort>1</Sort>
      </Group>
      <Group>
        <Name>Group 2</Name>
        <GroupBy>Co</GroupBy>
        <Sort>1</Sort>
      </Group>
      <Group>
        <Name>Group 3</Name>
        <GroupBy>Nom</GroupBy>
        <Sort>1</Sort>
      </Group>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>1440</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>Header</Name>
        <Type>1</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Footer</Name>
        <Type>2</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Page Header</Name>
        <Type>3</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Page Footer</Name>
        <Type>4</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Group 0 Header</Name>
        <Type>5</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Group 0 Footer</Name>
        <Type>6</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Group 1 Header</Name>
        <Type>7</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Group 1 Footer</Name>
        <Type>8</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Group 2 Header</Name>
        <Type>9</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Group 2 Footer</Name>
        <Type>10</Type>
        <Visible>0</Visible>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>txtName</Name>
        <Section>0</Section>
        <Text>Nom</Text>
        <Calculated>-1</Calculated>
        <Width>3720</Width>
        <Height>300</Height>
        <Font>
          <Size>9.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtCo</Name>
        <Section>0</Section>
        <Text>Co</Text>
        <Calculated>-1</Calculated>
        <Top>300</Top>
        <Width>3720</Width>
        <Height>300</Height>
        <CanShrink>-1</CanShrink>
        <Font>
          <Size>9.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtAddress2Line</Name>
        <Section>0</Section>
        <Text>Address2Line</Text>
        <Calculated>-1</Calculated>
        <Top>600</Top>
        <Width>3720</Width>
        <Height>540</Height>
        <CanShrink>-1</CanShrink>
        <Font>
          <Size>9.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtCSZ</Name>
        <Section>0</Section>
        <Text>CSZ</Text>
        <Calculated>-1</Calculated>
        <Top>1140</Top>
        <Width>3720</Width>
        <Height>300</Height>
        <Font>
          <Size>9.75</Size>
        </Font>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptLabelsAvery5161 *** -->
  <Report>
    <Name>rptLabelsAvery5161</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
    </DataSource>
    <Layout>
      <Width>6120</Width>
      <MarginLeft>432</MarginLeft>
      <MarginTop>720</MarginTop>
      <MarginRight>360</MarginRight>
      <MarginBottom>720</MarginBottom>
      <Orientation>1</Orientation>
      <Columns>2</Columns>
    </Layout>
    <Groups>
      <Group>
        <Name>Group 1</Name>
        <GroupBy>REZip</GroupBy>
        <Sort>1</Sort>
      </Group>
      <Group>
        <Name>Group 2</Name>
        <GroupBy>Co</GroupBy>
        <Sort>1</Sort>
      </Group>
      <Group>
        <Name>Group 3</Name>
        <GroupBy>Nom</GroupBy>
        <Sort>1</Sort>
      </Group>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>1440</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>Header</Name>
        <Type>1</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Footer</Name>
        <Type>2</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Page Header</Name>
        <Type>3</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Page Footer</Name>
        <Type>4</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Group 0 Header</Name>
        <Type>5</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Group 0 Footer</Name>
        <Type>6</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Group 1 Header</Name>
        <Type>7</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Group 1 Footer</Name>
        <Type>8</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Group 2 Header</Name>
        <Type>9</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Group 2 Footer</Name>
        <Type>10</Type>
        <Visible>0</Visible>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>txtName</Name>
        <Section>0</Section>
        <Text>Nom</Text>
        <Calculated>-1</Calculated>
        <Width>5760</Width>
        <Height>300</Height>
        <Font>
          <Size>11.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtCo</Name>
        <Section>0</Section>
        <Text>Co</Text>
        <Calculated>-1</Calculated>
        <Top>300</Top>
        <Width>5760</Width>
        <Height>300</Height>
        <CanShrink>-1</CanShrink>
        <Font>
          <Size>11.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtAddress2Line</Name>
        <Section>0</Section>
        <Text>Address2Line</Text>
        <Calculated>-1</Calculated>
        <Top>600</Top>
        <Width>5760</Width>
        <Height>540</Height>
        <CanShrink>-1</CanShrink>
        <Font>
          <Size>11.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtCSZ</Name>
        <Section>0</Section>
        <Text>CSZ</Text>
        <Calculated>-1</Calculated>
        <Top>1140</Top>
        <Width>5760</Width>
        <Height>300</Height>
        <Font>
          <Size>11.25</Size>
        </Font>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptLabelsAvery5162 *** -->
  <Report>
    <Name>rptLabelsAvery5162</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
    </DataSource>
    <Layout>
      <Width>6120</Width>
      <MarginLeft>432</MarginLeft>
      <MarginTop>1296</MarginTop>
      <MarginRight>360</MarginRight>
      <MarginBottom>720</MarginBottom>
      <Orientation>1</Orientation>
      <Columns>2</Columns>
    </Layout>
    <Groups>
      <Group>
        <Name>Group 1</Name>
        <GroupBy>REZip</GroupBy>
        <Sort>1</Sort>
      </Group>
      <Group>
        <Name>Group 2</Name>
        <GroupBy>Co</GroupBy>
        <Sort>1</Sort>
      </Group>
      <Group>
        <Name>Group 3</Name>
        <GroupBy>Nom</GroupBy>
        <Sort>1</Sort>
      </Group>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>1920</Height>
      </Section>
      <Section>
        <Name>Header</Name>
        <Type>1</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Footer</Name>
        <Type>2</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Page Header</Name>
        <Type>3</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Page Footer</Name>
        <Type>4</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Group 0 Header</Name>
        <Type>5</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Group 0 Footer</Name>
        <Type>6</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Group 1 Header</Name>
        <Type>7</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Group 1 Footer</Name>
        <Type>8</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Group 2 Header</Name>
        <Type>9</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Group 2 Footer</Name>
        <Type>10</Type>
        <Visible>0</Visible>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>txtName</Name>
        <Section>0</Section>
        <Text>Nom</Text>
        <Calculated>-1</Calculated>
        <Width>5760</Width>
        <Height>360</Height>
        <Font>
          <Size>12</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtCo</Name>
        <Section>0</Section>
        <Text>Co</Text>
        <Calculated>-1</Calculated>
        <Top>360</Top>
        <Width>5760</Width>
        <Height>360</Height>
        <CanShrink>-1</CanShrink>
        <Font>
          <Size>12</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtAddress2Line</Name>
        <Section>0</Section>
        <Text>Address2Line</Text>
        <Calculated>-1</Calculated>
        <Top>720</Top>
        <Width>5760</Width>
        <Height>720</Height>
        <CanShrink>-1</CanShrink>
        <Font>
          <Size>12</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtCSZ</Name>
        <Section>0</Section>
        <Text>CSZ</Text>
        <Calculated>-1</Calculated>
        <Top>1440</Top>
        <Width>5760</Width>
        <Height>360</Height>
        <Font>
          <Size>12</Size>
        </Font>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptLastOrderByBA *** -->
  <Report>
    <Name>rptLastOrderByBA</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
      <RecordSource>SELECT tblOrder.BA1, Max(tblOrder.OrderID) AS MaxOfOrderID, Max(tblOrder.OrderDate) AS MaxOfOrderDate, Count(tblOrder.OrderDate) AS CountOfOrderDate, IIf(IsNull([AgentTitle]),"",[AgentTitle] &amp; " ") &amp; [AgentFN] &amp; " " &amp; [AgentLN] AS Agent
FROM tblOrder INNER JOIN tblREAgents ON tblOrder.BA1 = tblREAgents.AgentID
WHERE (((tblREAgents.AgentStatus)=True))
GROUP BY tblOrder.BA1, IIf(IsNull([AgentTitle]),"",[AgentTitle] &amp; " ") &amp; [AgentFN] &amp; " " &amp; [AgentLN]
ORDER BY Max(tblOrder.OrderDate), IIf(IsNull([AgentTitle]),"",[AgentTitle] &amp; " ") &amp; [AgentFN] &amp; " " &amp; [AgentLN];</RecordSource>
    </DataSource>
    <Layout>
      <Width>9720</Width>
    </Layout>
    <Groups>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>1020</Height>
      </Section>
      <Section>
        <Name>ReportHeader</Name>
        <Type>1</Type>
        <Height>1020</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportFooter</Name>
        <Type>2</Type>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>PageHeader</Name>
        <Type>3</Type>
        <Height>465</Height>
      </Section>
      <Section>
        <Name>PageFooter</Name>
        <Type>4</Type>
        <Height>510</Height>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>Label4</Name>
        <Section>1</Section>
        <Text>Last Order By Buyer's Agent</Text>
        <Left>60</Left>
        <Top>60</Top>
        <Width>6060</Width>
        <Height>645</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>27.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>MaxOfOrderDate Label</Name>
        <Section>3</Section>
        <Text>Order Date</Text>
        <Left>60</Left>
        <Top>60</Top>
        <Width>1545</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Agent Label</Name>
        <Section>3</Section>
        <Text>Agent</Text>
        <Left>1665</Left>
        <Top>60</Top>
        <Width>7620</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line7</Name>
        <Section>3</Section>
        <Left>60</Left>
        <Top>405</Top>
        <Width>9240</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>MaxOfOrderDate</Name>
        <Section>0</Section>
        <Text>MaxOfOrderDate</Text>
        <Calculated>-1</Calculated>
        <Format>Short Date</Format>
        <Left>60</Left>
        <Width>1560</Width>
        <Height>240</Height>
        <Align>0</Align>
      </Field>
      <Field>
        <Name>Agent</Name>
        <Section>0</Section>
        <Text>Agent</Text>
        <Calculated>-1</Calculated>
        <Left>1680</Left>
        <Width>4095</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>rptLastOrderPhonesBA</Name>
        <Section>0</Section>
        <Text>"AgentID = '" &amp; BA1 &amp; "'"</Text>
        <Calculated>-1</Calculated>
        <Left>6000</Left>
        <Width>3196</Width>
        <Height>900</Height>
        <CanGrow>-1</CanGrow>
        <CanShrink>-1</CanShrink>
        <Subreport>rptLastOrderPhonesBA</Subreport>
      </Field>
      <Field>
        <Name>Line10</Name>
        <Section>0</Section>
        <Top>960</Top>
        <Width>9240</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>20</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>Text5</Name>
        <Section>4</Section>
        <Text>=Now()</Text>
        <Calculated>-1</Calculated>
        <Format>Long Date</Format>
        <Left>60</Left>
        <Top>240</Top>
        <Width>4560</Width>
        <Height>270</Height>
        <Align>0</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Text6</Name>
        <Section>4</Section>
        <Text>="Page " &amp; [Page] &amp; " of " &amp; [Pages]</Text>
        <Calculated>-1</Calculated>
        <Left>4740</Left>
        <Top>240</Top>
        <Width>4560</Width>
        <Height>270</Height>
        <Align>2</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line8</Name>
        <Section>4</Section>
        <Left>60</Left>
        <Top>240</Top>
        <Width>9240</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>20</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptLastOrderPhonesBA *** -->
  <Report>
    <Name>rptLastOrderPhonesBA</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
      <RecordSource>SELECT tblREAgentPhones.AgentID, tlkpPhoneTypes.PhoneType, tblREAgentPhones.REAgentNumber
FROM tblREAgentPhones INNER JOIN tlkpPhoneTypes ON tblREAgentPhones.PhoneTypeID = tlkpPhoneTypes.PhoneTypeID
ORDER BY tlkpPhoneTypes.PhoneType;</RecordSource>
    </DataSource>
    <Layout>
      <Width>3540</Width>
    </Layout>
    <Groups>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>300</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>Header</Name>
        <Type>1</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Footer</Name>
        <Type>2</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Page Header</Name>
        <Type>3</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Page Footer</Name>
        <Type>4</Type>
        <Visible>0</Visible>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>txtPhoneType</Name>
        <Section>0</Section>
        <Text>=[PhoneType] &amp; ":"</Text>
        <Calculated>-1</Calculated>
        <Width>1560</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>txtREAgentNumber</Name>
        <Section>0</Section>
        <Text>REAgentNumber</Text>
        <Calculated>-1</Calculated>
        <Left>1620</Left>
        <Width>1560</Width>
        <Height>240</Height>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptLetter *** -->
  <Report>
    <Name>rptLetter</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
      <RecordSource>SELECT tblLetters.LetterID, tblOrder.OrderID, tblOrder.ReportNumber, tblLetters.LetterDesc, tblLetters.Letter, tblLetters.CoName, tblLetters.CoInfo, tblOrder.Client1Title, tblOrder.Client1FN, tblOrder.Client1LN, tblOrder.Client2Title, tblOrder.Client2FN, tblOrder.Client2LN, [Client1FN] &amp; " " &amp; [Client1LN] &amp; Chr(13)+Chr(10) &amp; IIf(Not IsNull([Client2FN]),[Client2FN] &amp; " " &amp; [Client2LN] &amp; Chr(13)+Chr(10),"") &amp; [ClientAddress] &amp; Chr(13)+Chr(10) &amp; [ClientCity] &amp; ", " &amp; [ClientState] &amp; " " &amp; [ClientZip] AS CA, [SubAddress] &amp; Chr(13) &amp; Chr(10) &amp; [SubCity] &amp; ", " &amp; [SubState] &amp; " " &amp; [SubZip] AS InspAdd, tblOrder.InspDate, tblOrder.InspTime
FROM tblLetters, tblOrder;</RecordSource>
    </DataSource>
    <Layout>
      <Width>10440</Width>
      <MarginLeft>1008</MarginLeft>
      <MarginTop>1008</MarginTop>
      <MarginRight>1008</MarginRight>
      <MarginBottom>1008</MarginBottom>
    </Layout>
    <Groups>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>6060</Height>
        <ForcePageBreak>2</ForcePageBreak>
      </Section>
      <Section>
        <Name>Header</Name>
        <Type>1</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Footer</Name>
        <Type>2</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>PageHeaderSection</Name>
        <Type>3</Type>
      </Section>
      <Section>
        <Name>PageFooterSection</Name>
        <Type>4</Type>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>txtAddress</Name>
        <Section>0</Section>
        <Calculated>-1</Calculated>
        <Top>1860</Top>
        <Width>5760</Width>
        <Height>1320</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <CanGrow>-1</CanGrow>
        <CanShrink>-1</CanShrink>
        <Font>
          <Size>9.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtInspAdd</Name>
        <Section>0</Section>
        <Text>InspAdd</Text>
        <Calculated>-1</Calculated>
        <Left>480</Left>
        <Top>3540</Top>
        <Width>5280</Width>
        <Height>600</Height>
        <BackStyle>1</BackStyle>
        <Font>
          <Size>9.75</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lblRE</Name>
        <Section>0</Section>
        <Text>RE:</Text>
        <Top>3540</Top>
        <Width>420</Width>
        <Height>240</Height>
        <Font>
          <Size>9.75</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>txtGreet</Name>
        <Section>0</Section>
        <Calculated>-1</Calculated>
        <Top>4320</Top>
        <Width>5760</Width>
        <Height>300</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <Font>
          <Size>9.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtDate</Name>
        <Section>0</Section>
        <Text>=Date()</Text>
        <Calculated>-1</Calculated>
        <Format>Date</Format>
        <Top>1320</Top>
        <Width>3780</Width>
        <Height>300</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <Font>
          <Size>9.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtCoName</Name>
        <Section>0</Section>
        <Text>CoName</Text>
        <Calculated>-1</Calculated>
        <Left>5760</Left>
        <Width>4320</Width>
        <Height>480</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <CanGrow>-1</CanGrow>
        <CanShrink>-1</CanShrink>
        <Font>
          <Size>15.75</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>txtCoInfo</Name>
        <Section>0</Section>
        <Text>CoInfo</Text>
        <Calculated>-1</Calculated>
        <Left>5760</Left>
        <Top>480</Top>
        <Width>4320</Width>
        <Height>300</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <CanGrow>-1</CanGrow>
        <CanShrink>-1</CanShrink>
        <Font>
          <Size>9.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtLetter</Name>
        <Section>0</Section>
        <Text>Letter</Text>
        <Calculated>-1</Calculated>
        <Top>4800</Top>
        <Width>10020</Width>
        <Height>1260</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <CanGrow>-1</CanGrow>
        <Font>
          <Size>9.75</Size>
        </Font>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptLetterDetail *** -->
  <Report>
    <Name>rptLetterDetail</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
      <RecordSource>SELECT tblLetters.LetterID, tblOrder.OrderID, tblOrder.ReportNumber, tblLetters.LetterDesc, tblLetters.Letter, tblLetters.CoName, tblLetters.CoInfo, tblOrder.Client1Title, tblOrder.Client1FN, tblOrder.Client1LN, tblOrder.Client2Title, tblOrder.Client2FN, tblOrder.Client2LN, [Client1FN] &amp; " " &amp; [Client1LN] &amp; Chr(13)+Chr(10) &amp; IIf(Not IsNull([Client2FN]),[Client2FN] &amp; " " &amp; [Client2LN] &amp; Chr(13)+Chr(10),"") &amp; [ClientAddress] &amp; Chr(13)+Chr(10) &amp; [ClientCity] &amp; ", " &amp; [ClientState] &amp; " " &amp; [ClientZip] AS CA, [SubAddress] &amp; Chr(13) &amp; Chr(10) &amp; [SubCity] &amp; ", " &amp; [SubState] &amp; " " &amp; [SubZip] AS InspAdd, tblOrder.InspDate, tblOrder.InspTime
FROM tblLetters, tblOrder;</RecordSource>
    </DataSource>
    <Layout>
      <Width>10440</Width>
    </Layout>
    <Groups>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>8040</Height>
      </Section>
      <Section>
        <Name>Header</Name>
        <Type>1</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Footer</Name>
        <Type>2</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Page Header</Name>
        <Type>3</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Page Footer</Name>
        <Type>4</Type>
        <Visible>0</Visible>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>txtLetter</Name>
        <Section>0</Section>
        <Text>Letter</Text>
        <Calculated>-1</Calculated>
        <Width>10080</Width>
        <Height>8040</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <Font>
          <Size>9.75</Size>
        </Font>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptMonthlyFees *** -->
  <Report>
    <Name>rptMonthlyFees</Name>
    <DataSource>
      <ConnectionString>PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA SOURCE=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;PERSIST SECURITY INFO=FALSE;Jet OLEDB:System database=C:\Documents and Settings\stephen.bentley\Application Data\Microsoft\Access\System.mdw</ConnectionString>
      <RecordSource>SELECT * FROM RQRYINSPECTIONFEES ORDER BY YEARMONTH, FEETYPE</RecordSource>
    </DataSource>
    <Layout>
      <Width>9720</Width>
      <Orientation>1</Orientation>
    </Layout>
    <Groups>
      <Group>
        <Name>Group 1</Name>
        <GroupBy>MonthYear</GroupBy>
        <Sort>1</Sort>
      </Group>
      <Group>
        <Name>Group 2</Name>
        <GroupBy>FeeType</GroupBy>
        <Sort>1</Sort>
      </Group>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportHeader</Name>
        <Type>1</Type>
        <Height>1065</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportFooter</Name>
        <Type>2</Type>
        <Height>750</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>PageHeaderSection</Name>
        <Type>3</Type>
        <Height>465</Height>
      </Section>
      <Section>
        <Name>PageFooterSection</Name>
        <Type>4</Type>
        <Height>510</Height>
      </Section>
      <Section>
        <Name>GroupHeader0</Name>
        <Type>5</Type>
        <Height>345</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>Group 0 Footer</Name>
        <Type>6</Type>
        <Height>575</Height>
      </Section>
      <Section>
        <Name>Group 1 Header</Name>
        <Type>7</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>GroupFooter0</Name>
        <Type>8</Type>
        <Height>345</Height>
        <CanGrow>0</CanGrow>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>Label8</Name>
        <Section>1</Section>
        <Text>Fee Summary By Month</Text>
        <Left>60</Left>
        <Top>60</Top>
        <Width>5400</Width>
        <Height>645</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>27.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line11</Name>
        <Section>1</Section>
        <Top>60</Top>
        <Width>9360</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>MonthYear_Label</Name>
        <Section>3</Section>
        <Text>MonthYear</Text>
        <Left>60</Left>
        <Top>60</Top>
        <Width>2280</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Inspector_Label</Name>
        <Section>3</Section>
        <Text>Fee Type</Text>
        <Left>2400</Left>
        <Top>60</Top>
        <Width>2280</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line12</Name>
        <Section>3</Section>
        <Width>9360</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>Line13</Name>
        <Section>3</Section>
        <Top>465</Top>
        <Width>9360</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>MonthYear</Name>
        <Section>5</Section>
        <Text>MonthYear</Text>
        <Calculated>-1</Calculated>
        <Left>60</Left>
        <Top>60</Top>
        <Width>2280</Width>
        <Height>285</Height>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>12</Size>
        </Font>
      </Field>
      <Field>
        <Name>FeeType</Name>
        <Section>8</Section>
        <Text>FeeType</Text>
        <Calculated>-1</Calculated>
        <Left>2430</Left>
        <Top>60</Top>
        <Width>2265</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>Text9</Name>
        <Section>4</Section>
        <Text>=Now()</Text>
        <Calculated>-1</Calculated>
        <Format>Long Date</Format>
        <Left>60</Left>
        <Top>240</Top>
        <Width>4560</Width>
        <Height>270</Height>
        <Align>0</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Text10</Name>
        <Section>4</Section>
        <Text>="Page " &amp; [Page] &amp; " of " &amp; [Pages]</Text>
        <Calculated>-1</Calculated>
        <Left>4740</Left>
        <Top>240</Top>
        <Width>4560</Width>
        <Height>270</Height>
        <Align>2</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>FeeType1</Name>
        <Section>8</Section>
        <Text>=SUM(Fee)</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>4770</Left>
        <Top>60</Top>
        <Width>1260</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>txtDateRange</Name>
        <Section>1</Section>
        <Text>="During " &amp; [Forms]![frmRpts]![sfmReports].[Form]![txtStartDate] &amp; " - " &amp; [Forms]![frmRpts]![sfmReports].[Form]![txtEndDate]</Text>
        <Calculated>-1</Calculated>
        <Left>5490</Left>
        <Top>360</Top>
        <Width>3885</Width>
        <Height>300</Height>
        <Align>0</Align>
      </Field>
      <Field>
        <Name>Label21</Name>
        <Section>6</Section>
        <Text>Total for the month:</Text>
        <Left>2610</Left>
        <Top>185</Top>
        <Width>1560</Width>
        <Height>300</Height>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>12</Size>
        </Font>
      </Field>
      <Field>
        <Name>FeeType2</Name>
        <Section>6</Section>
        <Text>=SUM(Fee)</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>4770</Left>
        <Top>270</Top>
        <Width>1260</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>InspDate_Label1</Name>
        <Section>2</Section>
        <Text>Grand Total:</Text>
        <Left>2700</Left>
        <Top>180</Top>
        <Width>1455</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>FeeType3</Name>
        <Section>2</Section>
        <Text>=SUM(Fee)</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>4770</Left>
        <Top>270</Top>
        <Width>1260</Width>
        <Height>240</Height>
        <Align>2</Align>
        <Font>
          <Size>9.75</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Inspector_Label1</Name>
        <Section>3</Section>
        <Text>Fee</Text>
        <Left>5300</Left>
        <Top>60</Top>
        <Width>825</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Inspector_Label2</Name>
        <Section>3</Section>
        <Text>Fee Tax</Text>
        <Left>6500</Left>
        <Top>60</Top>
        <Width>825</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>FeeType4</Name>
        <Section>8</Section>
        <Text>=SUM(FeeTax)</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>6210</Left>
        <Top>60</Top>
        <Width>1260</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>FeeType5</Name>
        <Section>6</Section>
        <Text>=SUM(FeeTax)</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>6210</Left>
        <Top>270</Top>
        <Width>1260</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>FeeType6</Name>
        <Section>2</Section>
        <Text>=SUM(FeeTax)</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>6210</Left>
        <Top>270</Top>
        <Width>1260</Width>
        <Height>240</Height>
        <Align>2</Align>
        <Font>
          <Size>9.75</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptOrderNotesI *** -->
  <Report>
    <Name>rptOrderNotesI</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
      <RecordSource>SELECT tblOrder.OrderID, tblOrderNotesI.NotesInternal, tblOrder.OrderDate, Trim([Client1Title] &amp; " " &amp; [Client1FN] &amp; " " &amp; [Client1LN]) AS C1, Trim([Client2Title] &amp; " " &amp; [Client2FN] &amp; " " &amp; [Client2LN]) AS C2, tblOrder.ClientAddress, [ClientCity] &amp; IIf(IsNull([ClientCity]),"",", " &amp; [ClientState]) &amp; " " &amp; [ClientZip] AS ClientCSZ, [SubAddress] &amp; ", " &amp; [SubCity] &amp; ", " &amp; [SubState] AS SubLoc, tblOrder.SellerName, tblOrder.SellerPhone1, tblOrder.SellerPhone2
FROM tblOrder INNER JOIN tblOrderNotesI ON tblOrder.OrderID = tblOrderNotesI.OrderID;</RecordSource>
    </DataSource>
    <Layout>
      <Width>9720</Width>
    </Layout>
    <Groups>
      <Group>
        <Name>Group 1</Name>
        <GroupBy>OrderID</GroupBy>
        <Sort>1</Sort>
      </Group>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>420</Height>
      </Section>
      <Section>
        <Name>ReportHeader</Name>
        <Type>1</Type>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportFooter</Name>
        <Type>2</Type>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>PageHeader</Name>
        <Type>3</Type>
        <Height>2280</Height>
      </Section>
      <Section>
        <Name>PageFooter</Name>
        <Type>4</Type>
        <Height>510</Height>
      </Section>
      <Section>
        <Name>GroupHeader0</Name>
        <Type>5</Type>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>Group 0 Footer</Name>
        <Type>6</Type>
        <Visible>0</Visible>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>OrderDate Label</Name>
        <Section>3</Section>
        <Text>Order Date</Text>
        <Left>6540</Left>
        <Top>60</Top>
        <Width>1080</Width>
        <Height>360</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>C1 Label</Name>
        <Section>3</Section>
        <Text>Client 1</Text>
        <Left>180</Left>
        <Top>780</Top>
        <Width>840</Width>
        <Height>360</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>C2 Label</Name>
        <Section>3</Section>
        <Text>Client 2</Text>
        <Left>180</Left>
        <Top>1140</Top>
        <Width>840</Width>
        <Height>360</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>ClientAddress Label</Name>
        <Section>3</Section>
        <Text>Address</Text>
        <Left>180</Left>
        <Top>1500</Top>
        <Width>840</Width>
        <Height>360</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>SubLoc Label</Name>
        <Section>3</Section>
        <Text>Property</Text>
        <Left>4860</Left>
        <Top>720</Top>
        <Width>960</Width>
        <Height>360</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>SellerName Label</Name>
        <Section>3</Section>
        <Text>Seller</Text>
        <Left>4860</Left>
        <Top>1080</Top>
        <Width>960</Width>
        <Height>360</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>SellerPhone1 Label</Name>
        <Section>3</Section>
        <Text>Phone 1</Text>
        <Left>4860</Left>
        <Top>1440</Top>
        <Width>960</Width>
        <Height>360</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>SellerPhone2 Label</Name>
        <Section>3</Section>
        <Text>Phone 2</Text>
        <Left>4860</Left>
        <Top>1800</Top>
        <Width>960</Width>
        <Height>360</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line23</Name>
        <Section>3</Section>
        <Top>2220</Top>
        <Width>9240</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>Label20</Name>
        <Section>3</Section>
        <Text>Internal Notes</Text>
        <Left>60</Left>
        <Width>3780</Width>
        <Height>645</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>27.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>OrderDate</Name>
        <Section>3</Section>
        <Text>OrderDate</Text>
        <Calculated>-1</Calculated>
        <Format>Short Date</Format>
        <Left>7740</Left>
        <Top>120</Top>
        <Width>1500</Width>
        <Height>300</Height>
        <Align>0</Align>
      </Field>
      <Field>
        <Name>C1</Name>
        <Section>3</Section>
        <Text>C1</Text>
        <Calculated>-1</Calculated>
        <Left>1080</Left>
        <Top>840</Top>
        <Width>3480</Width>
        <Height>300</Height>
        <Align>0</Align>
      </Field>
      <Field>
        <Name>C2</Name>
        <Section>3</Section>
        <Text>C2</Text>
        <Calculated>-1</Calculated>
        <Left>1080</Left>
        <Top>1200</Top>
        <Width>3480</Width>
        <Height>300</Height>
        <Align>0</Align>
      </Field>
      <Field>
        <Name>ClientAddress</Name>
        <Section>3</Section>
        <Text>ClientAddress</Text>
        <Calculated>-1</Calculated>
        <Left>1080</Left>
        <Top>1560</Top>
        <Width>3480</Width>
        <Height>300</Height>
        <Align>0</Align>
      </Field>
      <Field>
        <Name>ClientCSZ</Name>
        <Section>3</Section>
        <Text>ClientCSZ</Text>
        <Calculated>-1</Calculated>
        <Left>1080</Left>
        <Top>1860</Top>
        <Width>3480</Width>
        <Height>300</Height>
        <Align>0</Align>
      </Field>
      <Field>
        <Name>SubLoc</Name>
        <Section>3</Section>
        <Text>SubLoc</Text>
        <Calculated>-1</Calculated>
        <Left>5880</Left>
        <Top>780</Top>
        <Width>3420</Width>
        <Height>300</Height>
        <Align>0</Align>
      </Field>
      <Field>
        <Name>SellerName</Name>
        <Section>3</Section>
        <Text>SellerName</Text>
        <Calculated>-1</Calculated>
        <Left>5880</Left>
        <Top>1140</Top>
        <Width>3420</Width>
        <Height>300</Height>
        <Align>0</Align>
      </Field>
      <Field>
        <Name>SellerPhone1</Name>
        <Section>3</Section>
        <Text>SellerPhone1</Text>
        <Calculated>-1</Calculated>
        <Left>5880</Left>
        <Top>1500</Top>
        <Width>2040</Width>
        <Height>300</Height>
        <Align>0</Align>
      </Field>
      <Field>
        <Name>SellerPhone2</Name>
        <Section>3</Section>
        <Text>SellerPhone2</Text>
        <Calculated>-1</Calculated>
        <Left>5880</Left>
        <Top>1860</Top>
        <Width>2040</Width>
        <Height>300</Height>
        <Align>0</Align>
      </Field>
      <Field>
        <Name>NotesWorkOrder</Name>
        <Section>0</Section>
        <Text>NotesInternal</Text>
        <Calculated>-1</Calculated>
        <Left>360</Left>
        <Top>60</Top>
        <Width>8280</Width>
        <Height>300</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <CanGrow>-1</CanGrow>
      </Field>
      <Field>
        <Name>Text21</Name>
        <Section>4</Section>
        <Text>=Now()</Text>
        <Calculated>-1</Calculated>
        <Format>Long Date</Format>
        <Left>60</Left>
        <Top>240</Top>
        <Width>4560</Width>
        <Height>270</Height>
        <Align>0</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Text22</Name>
        <Section>4</Section>
        <Text>="Page " &amp; [Page] &amp; " of " &amp; [Pages]</Text>
        <Calculated>-1</Calculated>
        <Left>4740</Left>
        <Top>240</Top>
        <Width>4560</Width>
        <Height>270</Height>
        <Align>2</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line24</Name>
        <Section>4</Section>
        <Left>60</Left>
        <Top>240</Top>
        <Width>9240</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>20</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptOrderNotesWO *** -->
  <Report>
    <Name>rptOrderNotesWO</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
      <RecordSource>SELECT tblOrder.OrderID, tblOrderNotesWO.NotesWorkOrder, tblOrder.OrderDate, Trim([Client1Title] &amp; " " &amp; [Client1FN] &amp; " " &amp; [Client1LN]) AS C1, Trim([Client2Title] &amp; " " &amp; [Client2FN] &amp; " " &amp; [Client2LN]) AS C2, tblOrder.ClientAddress, [ClientCity] &amp; IIf(IsNull([ClientCity]),"",", " &amp; [ClientState]) &amp; " " &amp; [ClientZip] AS ClientCSZ, [SubAddress] &amp; ", " &amp; [SubCity] &amp; ", " &amp; [SubState] AS SubLoc, tblOrder.SellerName, tblOrder.SellerPhone1, tblOrder.SellerPhone2
FROM tblOrder INNER JOIN tblOrderNotesWO ON tblOrder.OrderID = tblOrderNotesWO.OrderID;</RecordSource>
    </DataSource>
    <Layout>
      <Width>9720</Width>
    </Layout>
    <Groups>
      <Group>
        <Name>Group 1</Name>
        <GroupBy>OrderID</GroupBy>
        <Sort>1</Sort>
      </Group>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>420</Height>
      </Section>
      <Section>
        <Name>ReportHeader</Name>
        <Type>1</Type>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportFooter</Name>
        <Type>2</Type>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>PageHeader</Name>
        <Type>3</Type>
        <Height>2280</Height>
      </Section>
      <Section>
        <Name>PageFooter</Name>
        <Type>4</Type>
        <Height>510</Height>
      </Section>
      <Section>
        <Name>GroupHeader0</Name>
        <Type>5</Type>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>Group 0 Footer</Name>
        <Type>6</Type>
        <Visible>0</Visible>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>OrderDate Label</Name>
        <Section>3</Section>
        <Text>Order Date</Text>
        <Left>6540</Left>
        <Top>60</Top>
        <Width>1080</Width>
        <Height>360</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>C1 Label</Name>
        <Section>3</Section>
        <Text>Client 1</Text>
        <Left>180</Left>
        <Top>780</Top>
        <Width>840</Width>
        <Height>360</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>C2 Label</Name>
        <Section>3</Section>
        <Text>Client 2</Text>
        <Left>180</Left>
        <Top>1140</Top>
        <Width>840</Width>
        <Height>360</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>ClientAddress Label</Name>
        <Section>3</Section>
        <Text>Address</Text>
        <Left>180</Left>
        <Top>1500</Top>
        <Width>840</Width>
        <Height>360</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>SubLoc Label</Name>
        <Section>3</Section>
        <Text>Property</Text>
        <Left>4860</Left>
        <Top>720</Top>
        <Width>960</Width>
        <Height>360</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>SellerName Label</Name>
        <Section>3</Section>
        <Text>Seller</Text>
        <Left>4860</Left>
        <Top>1080</Top>
        <Width>960</Width>
        <Height>360</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>SellerPhone1 Label</Name>
        <Section>3</Section>
        <Text>Phone 1</Text>
        <Left>4860</Left>
        <Top>1440</Top>
        <Width>960</Width>
        <Height>360</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>SellerPhone2 Label</Name>
        <Section>3</Section>
        <Text>Phone 2</Text>
        <Left>4860</Left>
        <Top>1800</Top>
        <Width>960</Width>
        <Height>360</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line23</Name>
        <Section>3</Section>
        <Top>2220</Top>
        <Width>9240</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>Label20</Name>
        <Section>3</Section>
        <Text>Work Order Notes</Text>
        <Left>60</Left>
        <Width>3780</Width>
        <Height>645</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>27.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>OrderDate</Name>
        <Section>3</Section>
        <Text>OrderDate</Text>
        <Calculated>-1</Calculated>
        <Format>Short Date</Format>
        <Left>7740</Left>
        <Top>120</Top>
        <Width>1500</Width>
        <Height>300</Height>
        <Align>0</Align>
      </Field>
      <Field>
        <Name>C1</Name>
        <Section>3</Section>
        <Text>C1</Text>
        <Calculated>-1</Calculated>
        <Left>1080</Left>
        <Top>840</Top>
        <Width>3480</Width>
        <Height>300</Height>
        <Align>0</Align>
      </Field>
      <Field>
        <Name>C2</Name>
        <Section>3</Section>
        <Text>C2</Text>
        <Calculated>-1</Calculated>
        <Left>1080</Left>
        <Top>1200</Top>
        <Width>3480</Width>
        <Height>300</Height>
        <Align>0</Align>
      </Field>
      <Field>
        <Name>ClientAddress</Name>
        <Section>3</Section>
        <Text>ClientAddress</Text>
        <Calculated>-1</Calculated>
        <Left>1080</Left>
        <Top>1560</Top>
        <Width>3480</Width>
        <Height>300</Height>
        <Align>0</Align>
      </Field>
      <Field>
        <Name>ClientCSZ</Name>
        <Section>3</Section>
        <Text>ClientCSZ</Text>
        <Calculated>-1</Calculated>
        <Left>1080</Left>
        <Top>1860</Top>
        <Width>3480</Width>
        <Height>300</Height>
        <Align>0</Align>
      </Field>
      <Field>
        <Name>SubLoc</Name>
        <Section>3</Section>
        <Text>SubLoc</Text>
        <Calculated>-1</Calculated>
        <Left>5880</Left>
        <Top>780</Top>
        <Width>3420</Width>
        <Height>300</Height>
        <Align>0</Align>
      </Field>
      <Field>
        <Name>SellerName</Name>
        <Section>3</Section>
        <Text>SellerName</Text>
        <Calculated>-1</Calculated>
        <Left>5880</Left>
        <Top>1140</Top>
        <Width>3420</Width>
        <Height>300</Height>
        <Align>0</Align>
      </Field>
      <Field>
        <Name>SellerPhone1</Name>
        <Section>3</Section>
        <Text>SellerPhone1</Text>
        <Calculated>-1</Calculated>
        <Left>5880</Left>
        <Top>1500</Top>
        <Width>2040</Width>
        <Height>300</Height>
        <Align>0</Align>
      </Field>
      <Field>
        <Name>SellerPhone2</Name>
        <Section>3</Section>
        <Text>SellerPhone2</Text>
        <Calculated>-1</Calculated>
        <Left>5880</Left>
        <Top>1860</Top>
        <Width>2040</Width>
        <Height>300</Height>
        <Align>0</Align>
      </Field>
      <Field>
        <Name>NotesWorkOrder</Name>
        <Section>0</Section>
        <Text>NotesWorkOrder</Text>
        <Calculated>-1</Calculated>
        <Left>360</Left>
        <Top>60</Top>
        <Width>8280</Width>
        <Height>300</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <CanGrow>-1</CanGrow>
      </Field>
      <Field>
        <Name>Text21</Name>
        <Section>4</Section>
        <Text>=Now()</Text>
        <Calculated>-1</Calculated>
        <Format>Long Date</Format>
        <Left>60</Left>
        <Top>240</Top>
        <Width>4560</Width>
        <Height>270</Height>
        <Align>0</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Text22</Name>
        <Section>4</Section>
        <Text>="Page " &amp; [Page] &amp; " of " &amp; [Pages]</Text>
        <Calculated>-1</Calculated>
        <Left>4740</Left>
        <Top>240</Top>
        <Width>4560</Width>
        <Height>270</Height>
        <Align>2</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line24</Name>
        <Section>4</Section>
        <Left>60</Left>
        <Top>240</Top>
        <Width>9240</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>20</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptPIA *** -->
  <Report>
    <Name>rptPIA</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
      <RecordSource>SELECT tblLetters.LetterID, tblOrder.OrderID, tblOrder.ReportNumber, tblLetters.LetterDesc, tblLetters.Letter, tblLetters.CoName, tblOrder.Client1FN, tblOrder.Client1LN, tblOrder.SubAddress AS InspAdd, [SubCity] &amp; ", " &amp; [SubState] &amp; " " &amp; [SubZip] AS InspCSZ, tblOrder.InspDate
FROM tblLetters, tblOrder
WHERE (((tblLetters.LetterID)=[Forms]![frmRptsOrder]![cboLtr]) AND ((tblOrder.OrderID)=[Forms]![frmRptsOrder]![txtOID]));</RecordSource>
    </DataSource>
    <Layout>
      <Width>11040</Width>
      <MarginLeft>720</MarginLeft>
      <MarginTop>720</MarginTop>
      <MarginRight>720</MarginRight>
      <MarginBottom>1008</MarginBottom>
    </Layout>
    <Groups>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>4590</Height>
      </Section>
      <Section>
        <Name>Header</Name>
        <Type>1</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Footer</Name>
        <Type>2</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>PageHeaderSection</Name>
        <Type>3</Type>
      </Section>
      <Section>
        <Name>PageFooterSection</Name>
        <Type>4</Type>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>txtInspCSZ</Name>
        <Section>0</Section>
        <Text>InspCSZ</Text>
        <Calculated>-1</Calculated>
        <Left>4467</Left>
        <Top>2580</Top>
        <Width>3807</Width>
        <Height>300</Height>
        <BackStyle>1</BackStyle>
        <Font>
          <Size>9.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>lblInspCSZ</Name>
        <Section>0</Section>
        <Text>Property City, State, Zip:</Text>
        <Left>1440</Left>
        <Top>2580</Top>
        <Width>2874</Width>
        <Height>300</Height>
        <Align>2</Align>
        <BackStyle>1</BackStyle>
        <Font>
          <Size>9.75</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>txtClient</Name>
        <Section>0</Section>
        <Text>=[Client1FN] &amp; " " &amp; [Client1LN]</Text>
        <Calculated>-1</Calculated>
        <Left>4464</Left>
        <Top>1980</Top>
        <Width>3822</Width>
        <Height>300</Height>
        <BackStyle>1</BackStyle>
        <Font>
          <Size>9.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>lblClient</Name>
        <Section>0</Section>
        <Text>Client:</Text>
        <Left>1437</Left>
        <Top>1980</Top>
        <Width>2886</Width>
        <Height>300</Height>
        <Align>2</Align>
        <BackStyle>1</BackStyle>
        <Font>
          <Size>9.75</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>txtInspAdd</Name>
        <Section>0</Section>
        <Text>InspAdd</Text>
        <Calculated>-1</Calculated>
        <Left>4465</Left>
        <Top>2280</Top>
        <Width>3816</Width>
        <Height>300</Height>
        <BackStyle>1</BackStyle>
        <Font>
          <Size>9.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>lblInspAdd</Name>
        <Section>0</Section>
        <Text>Property Address:</Text>
        <Left>1440</Left>
        <Top>2280</Top>
        <Width>2883</Width>
        <Height>300</Height>
        <Align>2</Align>
        <BackStyle>1</BackStyle>
        <Font>
          <Size>9.75</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Box35</Name>
        <Section>0</Section>
        <Left>60</Left>
        <Top>1680</Top>
        <Width>10566</Width>
        <Height>120</Height>
        <BackStyle>1</BackStyle>
        <BackColor>0</BackColor>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>InspectionDate</Name>
        <Section>0</Section>
        <Text>InspDate</Text>
        <Calculated>-1</Calculated>
        <Format>Long Date</Format>
        <Left>7320</Left>
        <Top>1260</Top>
        <Width>3312</Width>
        <Height>300</Height>
        <Align>2</Align>
        <BackStyle>1</BackStyle>
        <Font>
          <Size>9.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtLetter</Name>
        <Section>0</Section>
        <Text>Letter</Text>
        <Calculated>-1</Calculated>
        <Left>60</Left>
        <Top>3285</Top>
        <Width>10557</Width>
        <Height>900</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BorderStyle>1</BorderStyle>
        <MarginLeft>100</MarginLeft>
        <MarginTop>50</MarginTop>
        <MarginRight>100</MarginRight>
        <MarginBottom>50</MarginBottom>
        <CanGrow>-1</CanGrow>
        <Font>
          <Size>9.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtLetterDesc</Name>
        <Section>0</Section>
        <Text>LetterDesc</Text>
        <Calculated>-1</Calculated>
        <Top>480</Top>
        <Width>10440</Width>
        <Height>600</Height>
        <BackStyle>1</BackStyle>
        <CanShrink>-1</CanShrink>
        <Font>
          <Size>20.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>txtCompanyName</Name>
        <Section>0</Section>
        <Text>CoName</Text>
        <Calculated>-1</Calculated>
        <Width>10440</Width>
        <Height>480</Height>
        <BackStyle>1</BackStyle>
        <CanShrink>-1</CanShrink>
        <Font>
          <Size>14.25</Size>
        </Font>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptRateSheet *** -->
  <Report>
    <Name>rptRateSheet</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
      <RecordSource>SELECT tlkpInspFees.FeeGroup, tlkpInspFees.FeeType, tlkpInspFees.Fee
FROM tlkpInspFees;</RecordSource>
    </DataSource>
    <Layout>
      <Width>9720</Width>
    </Layout>
    <Groups>
      <Group>
        <Name>Group 1</Name>
        <GroupBy>FeeGroup</GroupBy>
        <Sort>1</Sort>
      </Group>
      <Group>
        <Name>Group 2</Name>
        <GroupBy>FeeType</GroupBy>
        <Sort>1</Sort>
      </Group>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>240</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportHeader</Name>
        <Type>1</Type>
        <Height>1320</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportFooter</Name>
        <Type>2</Type>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>PageHeader</Name>
        <Type>3</Type>
      </Section>
      <Section>
        <Name>PageFooter</Name>
        <Type>4</Type>
        <Height>630</Height>
      </Section>
      <Section>
        <Name>GroupHeader0</Name>
        <Type>5</Type>
        <Height>300</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>Group 0 Footer</Name>
        <Type>6</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Group 1 Header</Name>
        <Type>7</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Group 1 Footer</Name>
        <Type>8</Type>
        <Visible>0</Visible>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>Label6</Name>
        <Section>1</Section>
        <Text>Rate Schedule</Text>
        <Left>60</Left>
        <Top>60</Top>
        <Width>9240</Width>
        <Height>645</Height>
        <Align>1</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>27.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line9</Name>
        <Section>1</Section>
        <Top>60</Top>
        <Width>9360</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>Label12</Name>
        <Section>1</Section>
        <Text>(Effective 11/30/98)</Text>
        <Left>60</Left>
        <Top>720</Top>
        <Width>9240</Width>
        <Height>345</Height>
        <Align>1</Align>
        <Visible>0</Visible>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>FeeGroup</Name>
        <Section>5</Section>
        <Text>FeeGroup</Text>
        <Calculated>-1</Calculated>
        <Left>60</Left>
        <Width>4560</Width>
        <Height>240</Height>
        <Font>
          <Bold>-1</Bold>
          <Underline>-1</Underline>
        </Font>
      </Field>
      <Field>
        <Name>FeeType</Name>
        <Section>0</Section>
        <Text>FeeType</Text>
        <Calculated>-1</Calculated>
        <Left>180</Left>
        <Width>4500</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>Fee</Name>
        <Section>0</Section>
        <Text>Fee</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>6300</Left>
        <Width>2310</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>Text7</Name>
        <Section>4</Section>
        <Text>=Now()</Text>
        <Calculated>-1</Calculated>
        <Format>Long Date</Format>
        <Left>60</Left>
        <Top>360</Top>
        <Width>4560</Width>
        <Height>270</Height>
        <Align>0</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Text8</Name>
        <Section>4</Section>
        <Text>="Page " &amp; [Page] &amp; " of " &amp; [Pages]</Text>
        <Calculated>-1</Calculated>
        <Left>4740</Left>
        <Top>360</Top>
        <Width>4560</Width>
        <Height>270</Height>
        <Align>2</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtCoInfo</Name>
        <Section>4</Section>
        <Text>=DLookUp("InvAdd1","rqryCoInfo")</Text>
        <Calculated>-1</Calculated>
        <Left>60</Left>
        <Width>9240</Width>
        <Height>300</Height>
        <Align>1</Align>
        <CanShrink>-1</CanShrink>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>12</Size>
        </Font>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptREAgentListWithPhones *** -->
  <Report>
    <Name>rptREAgentListWithPhones</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
      <RecordSource>SELECT [AgentLN] &amp; IIf(IsNull([AgentFN]),"",[AgentFN]) AS SortKey, tblREAgents.AgentLN, tblREAgents.AgentFN, tblREAgents.AgentEmail, tblREAgents.AgentStatus, tlkpPhoneTypes.PhoneType, tblREAgentPhones.REAgentNumber, tblREFirm.REFirm, tblREFirm.REVoice, tblREFirm.REFax
FROM tblREFirm INNER JOIN (tblREAgents LEFT JOIN (tblREAgentPhones LEFT JOIN tlkpPhoneTypes ON tblREAgentPhones.PhoneTypeID = tlkpPhoneTypes.PhoneTypeID) ON tblREAgents.AgentID = tblREAgentPhones.AgentID) ON tblREFirm.REID = tblREAgents.REID
WHERE (((tblREAgents.AgentStatus)=True))
ORDER BY [AgentLN] &amp; IIf(IsNull([AgentFN]),"",[AgentFN]);</RecordSource>
    </DataSource>
    <Layout>
      <Width>15480</Width>
      <MarginLeft>360</MarginLeft>
      <MarginRight>360</MarginRight>
      <MarginBottom>432</MarginBottom>
      <Orientation>2</Orientation>
    </Layout>
    <Groups>
      <Group>
        <Name>Group 1</Name>
        <GroupBy>SortKey</GroupBy>
        <Sort>1</Sort>
      </Group>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>240</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportHeader</Name>
        <Type>1</Type>
        <Height>960</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportFooter</Name>
        <Type>2</Type>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>PageHeaderSection</Name>
        <Type>3</Type>
        <Height>420</Height>
      </Section>
      <Section>
        <Name>PageFooterSection</Name>
        <Type>4</Type>
        <Height>510</Height>
      </Section>
      <Section>
        <Name>GroupHeader1</Name>
        <Type>5</Type>
        <Height>240</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>Group 0 Footer</Name>
        <Type>6</Type>
        <Visible>0</Visible>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>Label16</Name>
        <Section>1</Section>
        <Text>RE Agent List</Text>
        <Left>60</Left>
        <Top>60</Top>
        <Width>2460</Width>
        <Height>660</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>27.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>Label21</Name>
        <Section>1</Section>
        <Text>Agents sorted alphabetically by last name and then first name</Text>
        <Left>2580</Left>
        <Top>300</Top>
        <Width>5880</Width>
        <Height>360</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>AgentLN_Label</Name>
        <Section>3</Section>
        <Text>Agent LN</Text>
        <Left>1620</Left>
        <Top>60</Top>
        <Width>1620</Width>
        <Height>345</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>AgentFN_Label</Name>
        <Section>3</Section>
        <Text>Agent FN</Text>
        <Top>60</Top>
        <Width>1620</Width>
        <Height>345</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>AgentEmail_Label</Name>
        <Section>3</Section>
        <Text>Email</Text>
        <Left>6240</Left>
        <Top>60</Top>
        <Width>2520</Width>
        <Height>345</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>PhoneType_Label</Name>
        <Section>3</Section>
        <Text>Phone Type</Text>
        <Left>3240</Left>
        <Top>60</Top>
        <Width>1440</Width>
        <Height>345</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>REAgentNumber_Label</Name>
        <Section>3</Section>
        <Text>Phone Number</Text>
        <Left>4680</Left>
        <Top>60</Top>
        <Width>1560</Width>
        <Height>345</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>REFirm_Label</Name>
        <Section>3</Section>
        <Text>REFirm</Text>
        <Left>8760</Left>
        <Top>60</Top>
        <Width>3300</Width>
        <Height>345</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>REVoice_Label</Name>
        <Section>3</Section>
        <Text>RE Voice</Text>
        <Left>12060</Left>
        <Top>60</Top>
        <Width>1500</Width>
        <Height>345</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>REFax_Label</Name>
        <Section>3</Section>
        <Text>RE Fax</Text>
        <Left>13560</Left>
        <Top>60</Top>
        <Width>1500</Width>
        <Height>345</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line19</Name>
        <Section>3</Section>
        <Top>405</Top>
        <Width>15060</Width>
        <Height>15</Height>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>AgentLN</Name>
        <Section>5</Section>
        <Text>AgentLN</Text>
        <Calculated>-1</Calculated>
        <Left>1620</Left>
        <Width>1620</Width>
        <Height>240</Height>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>AgentFN</Name>
        <Section>5</Section>
        <Text>AgentFN</Text>
        <Calculated>-1</Calculated>
        <Width>1620</Width>
        <Height>240</Height>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>AgentEmail</Name>
        <Section>5</Section>
        <Text>AgentEmail</Text>
        <Calculated>-1</Calculated>
        <Left>6240</Left>
        <Width>2520</Width>
        <Height>240</Height>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>REFirm</Name>
        <Section>5</Section>
        <Text>REFirm</Text>
        <Calculated>-1</Calculated>
        <Left>8760</Left>
        <Width>3300</Width>
        <Height>240</Height>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>REVoice</Name>
        <Section>5</Section>
        <Text>REVoice</Text>
        <Calculated>-1</Calculated>
        <Left>12060</Left>
        <Width>1500</Width>
        <Height>240</Height>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>REFax</Name>
        <Section>5</Section>
        <Text>REFax</Text>
        <Calculated>-1</Calculated>
        <Left>13560</Left>
        <Width>1500</Width>
        <Height>240</Height>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>txtBlank1</Name>
        <Section>5</Section>
        <Calculated>-1</Calculated>
        <Left>3240</Left>
        <Width>3000</Width>
        <Height>240</Height>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>PhoneType</Name>
        <Section>0</Section>
        <Text>PhoneType</Text>
        <Calculated>-1</Calculated>
        <Left>3240</Left>
        <Width>1440</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>REAgentNumber</Name>
        <Section>0</Section>
        <Text>REAgentNumber</Text>
        <Calculated>-1</Calculated>
        <Left>4680</Left>
        <Width>1560</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>txtBlank2</Name>
        <Section>0</Section>
        <Calculated>-1</Calculated>
        <Width>1620</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>txtBlank3</Name>
        <Section>0</Section>
        <Calculated>-1</Calculated>
        <Left>6240</Left>
        <Width>8820</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>Line25</Name>
        <Section>0</Section>
        <Left>2100</Left>
        <Top>120</Top>
        <Width>1020</Width>
        <BorderStyle>1</BorderStyle>
        <LineSlant>3</LineSlant>
      </Field>
      <Field>
        <Name>Line26</Name>
        <Section>0</Section>
        <Left>2100</Left>
        <Height>120</Height>
        <BorderStyle>1</BorderStyle>
        <LineSlant>3</LineSlant>
      </Field>
      <Field>
        <Name>Text17</Name>
        <Section>4</Section>
        <Text>=Now()</Text>
        <Calculated>-1</Calculated>
        <Format>Long Date</Format>
        <Left>60</Left>
        <Top>240</Top>
        <Width>5040</Width>
        <Height>270</Height>
        <Align>0</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Text18</Name>
        <Section>4</Section>
        <Text>="Page " &amp; [Page] &amp; " of " &amp; [Pages]</Text>
        <Calculated>-1</Calculated>
        <Left>9900</Left>
        <Top>240</Top>
        <Width>5040</Width>
        <Height>270</Height>
        <Align>2</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line20</Name>
        <Section>4</Section>
        <Left>60</Left>
        <Top>240</Top>
        <Width>14880</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>20</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptReceipt *** -->
  <Report>
    <Name>rptReceipt</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
      <RecordSource>SELECT tblOrder.OrderID, [Client1FN] &amp; " " &amp; [Client1LN] AS CN, tblOrder.ClientAddress, [ClientCity] &amp; ", " &amp; [ClientState] &amp; " " &amp; [ClientZip] AS ClientCSZ, tblOrder.ClientCity, tblOrder.ClientState, tblOrder.ClientZip, tblOrder.BillToName, tblOrder.BillToCompany, [BillToAddress1] &amp; IIf(IsNull([BillToAddress2]),"",Chr(13) &amp; Chr(10) &amp; [BillToAddress2]) AS Address2Line, [BillToCity] &amp; ", " &amp; [BillToState] &amp; "  " &amp; [BillToZip] AS BillToCSZ, tblOrder.BillToCity, tblOrder.BillToState, tblOrder.BillToZip, tblOrder.SubAddress, [SubCity] &amp; ", " &amp; [SubState] &amp; " " &amp; [SubZip] AS SubCSZ, tblOrder.ReportNumber
FROM tblOrder;</RecordSource>
    </DataSource>
    <Layout>
      <Width>9660</Width>
    </Layout>
    <Groups>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>11460</Height>
      </Section>
      <Section>
        <Name>Header</Name>
        <Type>1</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Footer</Name>
        <Type>2</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>PageHeader</Name>
        <Type>3</Type>
        <Height>1140</Height>
      </Section>
      <Section>
        <Name>PageFooter</Name>
        <Type>4</Type>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>Label66</Name>
        <Section>3</Section>
        <Text>Receipt</Text>
        <Left>6480</Left>
        <Top>240</Top>
        <Width>2700</Width>
        <Height>900</Height>
        <Align>2</Align>
        <BackColor>12632256</BackColor>
        <Font>
          <Size>36</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>txtCoName</Name>
        <Section>3</Section>
        <Text>=DLookUp("CoName","qlkpCoInfo")</Text>
        <Calculated>-1</Calculated>
        <Left>240</Left>
        <Top>240</Top>
        <Width>6114</Width>
        <Height>360</Height>
        <BackStyle>1</BackStyle>
        <Font>
          <Name>Tahoma</Name>
          <Size>12</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtCA</Name>
        <Section>3</Section>
        <Text>=DLookUp("RA","rqryCoInfo")</Text>
        <Calculated>-1</Calculated>
        <Left>240</Left>
        <Top>600</Top>
        <Width>6114</Width>
        <Height>360</Height>
        <BackStyle>1</BackStyle>
        <CanGrow>-1</CanGrow>
        <Font>
          <Name>Tahoma</Name>
          <Size>9.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>Box52</Name>
        <Section>0</Section>
        <Width>9180</Width>
        <Height>144</Height>
        <BackStyle>1</BackStyle>
        <BackColor>0</BackColor>
        <BorderStyle>1</BorderStyle>
      </Field>
      <Field>
        <Name>Label131</Name>
        <Section>0</Section>
        <Text>T h a n k   y o u   f o r   y o u r   b u s i n e s s</Text>
        <Left>60</Left>
        <Top>11100</Top>
        <Width>9180</Width>
        <Height>300</Height>
        <Align>1</Align>
        <Font>
          <Name>Times New Roman</Name>
          <Size>11.25</Size>
          <Italic>-1</Italic>
        </Font>
      </Field>
      <Field>
        <Name>Label61</Name>
        <Section>0</Section>
        <Text>PAID IN FULL</Text>
        <Left>5400</Left>
        <Top>10500</Top>
        <Width>1800</Width>
        <Height>360</Height>
        <Align>2</Align>
        <Font>
          <Size>12</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>LastInvoice</Name>
        <Section>0</Section>
        <Text>=Date()</Text>
        <Calculated>-1</Calculated>
        <Format>Long Date</Format>
        <Left>6300</Left>
        <Top>360</Top>
        <Width>2880</Width>
        <Height>300</Height>
        <Align>0</Align>
        <Font>
          <Name>Tahoma</Name>
          <Size>9.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>Label70</Name>
        <Section>0</Section>
        <Text>Date:</Text>
        <Left>4560</Left>
        <Top>360</Top>
        <Width>1626</Width>
        <Height>306</Height>
        <Align>2</Align>
        <Font>
          <Size>9.75</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>txtReportNumber</Name>
        <Section>0</Section>
        <Text>ReportNumber</Text>
        <Calculated>-1</Calculated>
        <Left>6300</Left>
        <Top>660</Top>
        <Width>2880</Width>
        <Height>300</Height>
        <Align>0</Align>
        <Font>
          <Name>Tahoma</Name>
          <Size>9.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>Label99</Name>
        <Section>0</Section>
        <Text>Report Number:</Text>
        <Left>4560</Left>
        <Top>660</Top>
        <Width>1620</Width>
        <Height>306</Height>
        <Align>2</Align>
        <Font>
          <Size>9.75</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>txtBillToName</Name>
        <Section>0</Section>
        <Text>BillToName</Text>
        <Calculated>-1</Calculated>
        <Left>2040</Left>
        <Top>1640</Top>
        <Width>3960</Width>
        <Height>300</Height>
        <Align>0</Align>
        <CanShrink>-1</CanShrink>
        <Font>
          <Name>Tahoma</Name>
          <Size>9.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtAddress</Name>
        <Section>0</Section>
        <Text>=iif(IsNull([Address2Line]), eval("[ClientAddress]"), eval("[Address2Line]"))</Text>
        <Calculated>-1</Calculated>
        <Left>2040</Left>
        <Top>2040</Top>
        <Width>3960</Width>
        <Height>300</Height>
        <Align>0</Align>
        <Font>
          <Name>Tahoma</Name>
          <Size>9.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>lblAddress</Name>
        <Section>0</Section>
        <Text>Address:</Text>
        <Left>240</Left>
        <Top>2040</Top>
        <Width>1440</Width>
        <Height>306</Height>
        <Align>2</Align>
        <Font>
          <Size>9.75</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>txtCity</Name>
        <Section>0</Section>
        <Text>=iif(IsNull([BillToCity]), eval("[ClientCity]"), eval("[BillToCity]"))</Text>
        <Calculated>-1</Calculated>
        <Left>2040</Left>
        <Top>2340</Top>
        <Width>3960</Width>
        <Height>300</Height>
        <Align>0</Align>
        <Font>
          <Name>Tahoma</Name>
          <Size>9.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>lblCity</Name>
        <Section>0</Section>
        <Text>City:</Text>
        <Left>240</Left>
        <Top>2340</Top>
        <Width>1440</Width>
        <Height>306</Height>
        <Align>2</Align>
        <Font>
          <Size>9.75</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>txtState</Name>
        <Section>0</Section>
        <Text>=iif(IsNull([BillToState]), eval("[ClientState]"), eval("[BillToState]"))</Text>
        <Calculated>-1</Calculated>
        <Left>2040</Left>
        <Top>2640</Top>
        <Width>3960</Width>
        <Height>300</Height>
        <Align>0</Align>
        <Font>
          <Name>Tahoma</Name>
          <Size>9.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>lblState</Name>
        <Section>0</Section>
        <Text>State:</Text>
        <Left>240</Left>
        <Top>2640</Top>
        <Width>1440</Width>
        <Height>306</Height>
        <Align>2</Align>
        <Font>
          <Size>9.75</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>txtZip</Name>
        <Section>0</Section>
        <Text>=iif(IsNull([BillToZip]), eval("[ClientZip]"), eval("[BillToZip]"))</Text>
        <Calculated>-1</Calculated>
        <Left>2040</Left>
        <Top>2940</Top>
        <Width>3960</Width>
        <Height>300</Height>
        <Align>0</Align>
        <Font>
          <Name>Tahoma</Name>
          <Size>9.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>lblZip</Name>
        <Section>0</Section>
        <Text>Zip:</Text>
        <Left>240</Left>
        <Top>2940</Top>
        <Width>1440</Width>
        <Height>306</Height>
        <Align>2</Align>
        <Font>
          <Size>9.75</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>srtRD</Name>
        <Section>0</Section>
        <Text>"OrderID = '" &amp; OrderID &amp; "'"</Text>
        <Calculated>-1</Calculated>
        <Left>180</Left>
        <Top>5160</Top>
        <Width>8341</Width>
        <Height>4800</Height>
        <CanGrow>-1</CanGrow>
        <CanShrink>-1</CanShrink>
        <Subreport>rptReceiptDetails</Subreport>
      </Field>
      <Field>
        <Name>lblRD</Name>
        <Section>0</Section>
        <Text>INSPECTION  FEES:</Text>
        <Left>180</Left>
        <Top>4800</Top>
        <Width>4080</Width>
        <Height>396</Height>
        <Font>
          <Size>9.75</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Label130</Name>
        <Section>0</Section>
        <Text>SOLD TO:</Text>
        <Left>240</Left>
        <Top>1080</Top>
        <Width>1440</Width>
        <Height>360</Height>
        <Align>0</Align>
        <Font>
          <Size>9.75</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Label62</Name>
        <Section>0</Section>
        <Text>PROPERTY INSPECTED:</Text>
        <Left>240</Left>
        <Top>3600</Top>
        <Width>3060</Width>
        <Height>360</Height>
        <Align>0</Align>
        <Font>
          <Size>9.75</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>txtSubCSZ</Name>
        <Section>0</Section>
        <Text>SubCSZ</Text>
        <Calculated>-1</Calculated>
        <Left>2040</Left>
        <Top>4260</Top>
        <Width>5280</Width>
        <Height>300</Height>
        <BackStyle>1</BackStyle>
        <Font>
          <Name>Tahoma</Name>
          <Size>9.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtSubAddress</Name>
        <Section>0</Section>
        <Text>SubAddress</Text>
        <Calculated>-1</Calculated>
        <Left>2040</Left>
        <Top>3960</Top>
        <Width>5280</Width>
        <Height>300</Height>
        <BackStyle>1</BackStyle>
        <Font>
          <Name>Tahoma</Name>
          <Size>9.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>lblSubAddress</Name>
        <Section>0</Section>
        <Text>Address:</Text>
        <Left>240</Left>
        <Top>3960</Top>
        <Width>1440</Width>
        <Height>300</Height>
        <Align>2</Align>
        <Font>
          <Size>9.75</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Label64</Name>
        <Section>0</Section>
        <Text>City/State/Zip:</Text>
        <Left>240</Left>
        <Top>4260</Top>
        <Width>1440</Width>
        <Height>300</Height>
        <Align>2</Align>
        <Font>
          <Size>9.75</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptReceiptDetails *** -->
  <Report>
    <Name>rptReceiptDetails</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
      <RecordSource>rqryReceiptOrderFees</RecordSource>
    </DataSource>
    <Layout>
      <Width>8640</Width>
    </Layout>
    <Groups>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>480</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportHeader</Name>
        <Type>1</Type>
        <Height>480</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportFooter</Name>
        <Type>2</Type>
        <Height>1260</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>Page Header</Name>
        <Type>3</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Page Footer</Name>
        <Type>4</Type>
        <Visible>0</Visible>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>lblType</Name>
        <Section>1</Section>
        <Text>Type</Text>
        <Left>120</Left>
        <Top>60</Top>
        <Width>6000</Width>
        <Height>240</Height>
        <Align>0</Align>
        <Font>
          <Size>9.75</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Fees Label</Name>
        <Section>1</Section>
        <Text>Fees</Text>
        <Left>6360</Left>
        <Top>60</Top>
        <Width>1806</Width>
        <Height>240</Height>
        <Align>1</Align>
        <Font>
          <Size>9.75</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Box9</Name>
        <Section>1</Section>
        <Left>120</Left>
        <Top>360</Top>
        <Width>8040</Width>
        <Height>60</Height>
        <BackStyle>1</BackStyle>
        <BackColor>0</BackColor>
        <LineWidth>40</LineWidth>
        <BorderColor>12632256</BorderColor>
      </Field>
      <Field>
        <Name>txtFeeType</Name>
        <Section>0</Section>
        <Text>FeeType</Text>
        <Calculated>-1</Calculated>
        <Left>120</Left>
        <Top>60</Top>
        <Width>6000</Width>
        <Height>300</Height>
        <Font>
          <Name>Tahoma</Name>
          <Size>9.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtFee</Name>
        <Section>0</Section>
        <Text>ThisFee</Text>
        <Calculated>-1</Calculated>
        <Format>#,###.00</Format>
        <Left>6360</Left>
        <Top>60</Top>
        <Width>1806</Width>
        <Height>300</Height>
        <Align>2</Align>
        <Font>
          <Name>Tahoma</Name>
          <Size>9.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>Box8</Name>
        <Section>0</Section>
        <Left>120</Left>
        <Top>420</Top>
        <Width>8040</Width>
        <Height>14</Height>
        <BackStyle>1</BackStyle>
        <BackColor>0</BackColor>
        <LineWidth>40</LineWidth>
        <BorderColor>12632256</BorderColor>
      </Field>
      <Field>
        <Name>txtTotal</Name>
        <Section>2</Section>
        <Text>=[txtSubTotal]+[txtSumFeeTax]</Text>
        <Calculated>-1</Calculated>
        <Format>$#,###.00</Format>
        <Left>6360</Left>
        <Top>900</Top>
        <Width>1797</Width>
        <Height>300</Height>
        <Align>2</Align>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Size>11.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lblTotal</Name>
        <Section>2</Section>
        <Text>GRAND TOTAL:</Text>
        <Left>4380</Left>
        <Top>900</Top>
        <Width>1863</Width>
        <Height>303</Height>
        <Align>2</Align>
        <Font>
          <Size>11.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtSumFeeTax</Name>
        <Section>2</Section>
        <Text>=Sum([ThisFeeTax])</Text>
        <Calculated>-1</Calculated>
        <Format>#,###.00</Format>
        <Left>6360</Left>
        <Top>420</Top>
        <Width>1797</Width>
        <Height>300</Height>
        <Align>2</Align>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Size>11.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lblTax</Name>
        <Section>2</Section>
        <Text>TAX:</Text>
        <Left>4380</Left>
        <Top>420</Top>
        <Width>1863</Width>
        <Height>303</Height>
        <Align>2</Align>
        <Font>
          <Size>11.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtSubTotal</Name>
        <Section>2</Section>
        <Text>=Sum([ThisFee])</Text>
        <Calculated>-1</Calculated>
        <Format>#,###.00</Format>
        <Left>6360</Left>
        <Top>120</Top>
        <Width>1797</Width>
        <Height>300</Height>
        <Align>2</Align>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Size>11.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lblSubTotal</Name>
        <Section>2</Section>
        <Text>SUB-TOTAL:</Text>
        <Left>4380</Left>
        <Top>120</Top>
        <Width>1863</Width>
        <Height>303</Height>
        <Align>2</Align>
        <Font>
          <Size>11.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line14</Name>
        <Section>2</Section>
        <Left>6360</Left>
        <Top>780</Top>
        <Width>1800</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>20</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>Line15</Name>
        <Section>2</Section>
        <Left>6360</Left>
        <Top>840</Top>
        <Width>1800</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>20</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptREFirmsAndAgentsMasterList *** -->
  <Report>
    <Name>rptREFirmsAndAgentsMasterList</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
      <RecordSource>SELECT tblREFirm.REID, tblREFirm.REStatus, [REFirm] &amp; [CSZ] &amp; [A] AS SG, tblREFirm.REFirm, [REAddress1] &amp; " " &amp; [REAddress2] &amp; " " &amp; [CSZ] AS A, [RECity] &amp; ", " &amp; [REState] &amp; " " &amp; [REZip] AS CSZ, tblREFirm.REVoice, [AgentFN] &amp; " " &amp; [AgentLN] AS AgentName, tblREAgents.AgentStatus, tlkpPhoneTypes.PhoneType, tblREAgentPhones.REAgentNumber
FROM tblREFirm LEFT JOIN (tblREAgents LEFT JOIN (tblREAgentPhones LEFT JOIN tlkpPhoneTypes ON tblREAgentPhones.PhoneTypeID = tlkpPhoneTypes.PhoneTypeID) ON tblREAgents.AgentID = tblREAgentPhones.AgentID) ON tblREFirm.REID = tblREAgents.REID
WHERE (((tblREFirm.REStatus)=True) AND ((tblREAgents.AgentStatus)=True));</RecordSource>
    </DataSource>
    <Layout>
      <Width>9720</Width>
      <MarginTop>576</MarginTop>
      <MarginBottom>576</MarginBottom>
    </Layout>
    <Groups>
      <Group>
        <Name>Group 1</Name>
        <GroupBy>SG</GroupBy>
        <Sort>1</Sort>
      </Group>
      <Group>
        <Name>Group 2</Name>
        <GroupBy>AgentName</GroupBy>
        <Sort>1</Sort>
      </Group>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>240</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportHeader</Name>
        <Type>1</Type>
        <Height>780</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportFooter</Name>
        <Type>2</Type>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>PageHeader</Name>
        <Type>3</Type>
      </Section>
      <Section>
        <Name>PageFooter</Name>
        <Type>4</Type>
        <Height>360</Height>
      </Section>
      <Section>
        <Name>GroupHeader0</Name>
        <Type>5</Type>
        <Height>780</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>Group 0 Footer</Name>
        <Type>6</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>GroupHeader1</Name>
        <Type>7</Type>
        <Height>240</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>Group 1 Footer</Name>
        <Type>8</Type>
        <Visible>0</Visible>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>Label18</Name>
        <Section>1</Section>
        <Text>RE Firms And Agents Master List</Text>
        <Left>60</Left>
        <Top>60</Top>
        <Width>6240</Width>
        <Height>660</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>27.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line21</Name>
        <Section>1</Section>
        <Top>60</Top>
        <Width>9360</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>REFirm</Name>
        <Section>5</Section>
        <Text>REFirm</Text>
        <Calculated>-1</Calculated>
        <Left>60</Left>
        <Top>120</Top>
        <Width>5580</Width>
        <Height>360</Height>
        <Font>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtAddress</Name>
        <Section>5</Section>
        <Text>A</Text>
        <Calculated>-1</Calculated>
        <Left>60</Left>
        <Top>480</Top>
        <Width>8580</Width>
        <Height>300</Height>
      </Field>
      <Field>
        <Name>REVoice</Name>
        <Section>5</Section>
        <Text>REVoice</Text>
        <Calculated>-1</Calculated>
        <Left>7140</Left>
        <Top>180</Top>
        <Width>2100</Width>
        <Height>300</Height>
      </Field>
      <Field>
        <Name>Line23</Name>
        <Section>5</Section>
        <Top>60</Top>
        <Width>9360</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>AgentName</Name>
        <Section>7</Section>
        <Text>AgentName</Text>
        <Calculated>-1</Calculated>
        <Left>1440</Left>
        <Width>2880</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>Line24</Name>
        <Section>7</Section>
        <Left>1440</Left>
        <Width>4320</Width>
        <BorderStyle>1</BorderStyle>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>PhoneType</Name>
        <Section>0</Section>
        <Text>PhoneType</Text>
        <Calculated>-1</Calculated>
        <Left>2400</Left>
        <Width>1860</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>REAgentNumber</Name>
        <Section>0</Section>
        <Text>REAgentNumber</Text>
        <Calculated>-1</Calculated>
        <Left>4440</Left>
        <Width>3000</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>Text19</Name>
        <Section>4</Section>
        <Text>=Now()</Text>
        <Calculated>-1</Calculated>
        <Format>Long Date</Format>
        <Left>60</Left>
        <Top>120</Top>
        <Width>4560</Width>
        <Height>240</Height>
        <Align>0</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Text20</Name>
        <Section>4</Section>
        <Text>="Page " &amp; [Page] &amp; " of " &amp; [Pages]</Text>
        <Calculated>-1</Calculated>
        <Left>4740</Left>
        <Top>120</Top>
        <Width>4560</Width>
        <Height>240</Height>
        <Align>2</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptSAsWhoHaveNeverBeenBAs *** -->
  <Report>
    <Name>rptSAsWhoHaveNeverBeenBAs</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
      <RecordSource>SELECT IIf(IsNull([AgentTitle]),"",[AgentTitle] &amp; " ") &amp; [AgentFN] &amp; " " &amp; [AgentLN] AS Agent, tblREFirm.REFirm, tblREFirm.REAddress1, tblREFirm.RECity, tblREFirm.REVoice, tblREFirm.REFax
FROM (tblREFirm INNER JOIN tblREAgents ON tblREFirm.REID = tblREAgents.REID) INNER JOIN rqrySAsWhoHaveNeverBeenBAsList ON tblREAgents.AgentID = rqrySAsWhoHaveNeverBeenBAsList.LA1;</RecordSource>
    </DataSource>
    <Layout>
      <Width>14760</Width>
      <MarginLeft>720</MarginLeft>
      <MarginTop>720</MarginTop>
      <MarginRight>720</MarginRight>
      <MarginBottom>720</MarginBottom>
    </Layout>
    <Groups>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>405</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportHeader</Name>
        <Type>1</Type>
        <Height>960</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportFooter</Name>
        <Type>2</Type>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>PageHeader</Name>
        <Type>3</Type>
        <Height>465</Height>
      </Section>
      <Section>
        <Name>PageFooter</Name>
        <Type>4</Type>
        <Height>510</Height>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>Label12</Name>
        <Section>1</Section>
        <Text>Seller Agents Who Have Never Been Buyer Agents</Text>
        <Left>60</Left>
        <Top>60</Top>
        <Width>9420</Width>
        <Height>660</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>27.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>Agent Label</Name>
        <Section>3</Section>
        <Text>Agent</Text>
        <Left>60</Left>
        <Top>60</Top>
        <Width>2100</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>REFirm Label</Name>
        <Section>3</Section>
        <Text>RE Firm</Text>
        <Left>2220</Left>
        <Top>60</Top>
        <Width>4080</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>REAddress1 Label</Name>
        <Section>3</Section>
        <Text>Address</Text>
        <Left>6360</Left>
        <Top>60</Top>
        <Width>2640</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>RECity Label</Name>
        <Section>3</Section>
        <Text>City</Text>
        <Left>9060</Left>
        <Top>60</Top>
        <Width>1740</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>REVoice Label</Name>
        <Section>3</Section>
        <Text>Voice</Text>
        <Left>10860</Left>
        <Top>60</Top>
        <Width>1620</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>REFax Label</Name>
        <Section>3</Section>
        <Text>Fax</Text>
        <Left>12540</Left>
        <Top>60</Top>
        <Width>1560</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line15</Name>
        <Section>3</Section>
        <Left>60</Left>
        <Top>405</Top>
        <Width>14280</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>Agent</Name>
        <Section>0</Section>
        <Text>Agent</Text>
        <Calculated>-1</Calculated>
        <Left>60</Left>
        <Top>60</Top>
        <Width>2100</Width>
        <Height>300</Height>
      </Field>
      <Field>
        <Name>REFirm</Name>
        <Section>0</Section>
        <Text>REFirm</Text>
        <Calculated>-1</Calculated>
        <Left>2220</Left>
        <Top>60</Top>
        <Width>4080</Width>
        <Height>300</Height>
      </Field>
      <Field>
        <Name>REAddress1</Name>
        <Section>0</Section>
        <Text>REAddress1</Text>
        <Calculated>-1</Calculated>
        <Left>6360</Left>
        <Top>60</Top>
        <Width>2640</Width>
        <Height>300</Height>
      </Field>
      <Field>
        <Name>RECity</Name>
        <Section>0</Section>
        <Text>RECity</Text>
        <Calculated>-1</Calculated>
        <Left>9060</Left>
        <Top>60</Top>
        <Width>1740</Width>
        <Height>300</Height>
      </Field>
      <Field>
        <Name>txtREVoice</Name>
        <Section>0</Section>
        <Text>=Format([REVoice],"(000) 000-0000"" x""")</Text>
        <Calculated>-1</Calculated>
        <Left>10860</Left>
        <Top>60</Top>
        <Width>1620</Width>
        <Height>300</Height>
      </Field>
      <Field>
        <Name>txtREFax</Name>
        <Section>0</Section>
        <Text>=Format([REFax],"(000) 000-0000")</Text>
        <Calculated>-1</Calculated>
        <Left>12540</Left>
        <Top>60</Top>
        <Width>1560</Width>
        <Height>300</Height>
      </Field>
      <Field>
        <Name>Text13</Name>
        <Section>4</Section>
        <Text>=Now()</Text>
        <Calculated>-1</Calculated>
        <Format>Long Date</Format>
        <Left>60</Left>
        <Top>240</Top>
        <Width>5040</Width>
        <Height>270</Height>
        <Align>0</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Text14</Name>
        <Section>4</Section>
        <Text>="Page " &amp; [Page] &amp; " of " &amp; [Pages]</Text>
        <Calculated>-1</Calculated>
        <Left>9300</Left>
        <Top>240</Top>
        <Width>5040</Width>
        <Height>270</Height>
        <Align>2</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line16</Name>
        <Section>4</Section>
        <Left>60</Left>
        <Top>240</Top>
        <Width>14280</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>20</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptScheduleGS *** -->
  <Report>
    <Name>rptScheduleGS</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
      <Filter>( tblOrder.InspDate &gt;=#5/1/1999# AND tblOrder.InspDate &lt;=#5/5/1999# AND OrderStatus =1 AND tblOrderInspectors.InspectorID =3)</Filter>
    </DataSource>
    <Layout>
      <Width>9660</Width>
    </Layout>
    <Groups>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>255</Height>
        <KeepTogether>0</KeepTogether>
        <CanGrow>0</CanGrow>
        <BackColor>2147483663</BackColor>
      </Section>
      <Section>
        <Name>FormHeader</Name>
        <Type>1</Type>
        <Height>240</Height>
        <KeepTogether>0</KeepTogether>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>FormFooter</Name>
        <Type>2</Type>
        <KeepTogether>0</KeepTogether>
        <CanGrow>0</CanGrow>
        <BackColor>2147483663</BackColor>
      </Section>
      <Section>
        <Name>Page Header</Name>
        <Type>3</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Page Footer</Name>
        <Type>4</Type>
        <Visible>0</Visible>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>Date Label</Name>
        <Section>1</Section>
        <Text>Date</Text>
        <Width>840</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackColor>2147483663</BackColor>
        <ForeColor>2147483666</ForeColor>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Day Label</Name>
        <Section>1</Section>
        <Text>Day</Text>
        <Left>840</Left>
        <Width>420</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackColor>2147483663</BackColor>
        <ForeColor>2147483666</ForeColor>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Time Label</Name>
        <Section>1</Section>
        <Text>Time</Text>
        <Left>1260</Left>
        <Width>540</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackColor>2147483663</BackColor>
        <ForeColor>2147483666</ForeColor>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Address Label</Name>
        <Section>1</Section>
        <Text>Inspection Address</Text>
        <Left>3420</Left>
        <Width>2880</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackColor>2147483663</BackColor>
        <ForeColor>2147483666</ForeColor>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Status Label</Name>
        <Section>1</Section>
        <Text>Status</Text>
        <Left>8640</Left>
        <Width>660</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackColor>2147483663</BackColor>
        <ForeColor>2147483666</ForeColor>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Label11</Name>
        <Section>1</Section>
        <Text>Inspector</Text>
        <Left>1800</Left>
        <Width>1620</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackColor>2147483663</BackColor>
        <ForeColor>2147483666</ForeColor>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Label13</Name>
        <Section>1</Section>
        <Text>City</Text>
        <Left>6300</Left>
        <Width>2340</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackColor>2147483663</BackColor>
        <ForeColor>2147483666</ForeColor>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>txtDate</Name>
        <Section>0</Section>
        <Text>InspDate</Text>
        <Calculated>-1</Calculated>
        <Format>Short Date</Format>
        <Width>840</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtDay</Name>
        <Section>0</Section>
        <Text>Day</Text>
        <Calculated>-1</Calculated>
        <Left>840</Left>
        <Width>420</Width>
        <Height>255</Height>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtTime</Name>
        <Section>0</Section>
        <Text>InspTime1</Text>
        <Calculated>-1</Calculated>
        <Left>1260</Left>
        <Width>540</Width>
        <Height>255</Height>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtAddress</Name>
        <Section>0</Section>
        <Text>SubAddress</Text>
        <Calculated>-1</Calculated>
        <Left>3420</Left>
        <Width>2880</Width>
        <Height>255</Height>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtOrderStatus</Name>
        <Section>0</Section>
        <Text>=iif([OrderStatus]=1, eval("'S'"), eval("''")) &amp; iif([OrderStatus]=2, eval("'H'"), eval("''")) &amp; iif([OrderStatus]=3, eval("'X'"), eval("''")) &amp; iif([OrderStatus]=4, eval("'F'"), eval("''"))</Text>
        <Calculated>-1</Calculated>
        <Left>8640</Left>
        <Width>660</Width>
        <Height>255</Height>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtInspName</Name>
        <Section>0</Section>
        <Text>InspName</Text>
        <Calculated>-1</Calculated>
        <Left>1800</Left>
        <Width>1620</Width>
        <Height>255</Height>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtSubCity</Name>
        <Section>0</Section>
        <Text>SubCity</Text>
        <Calculated>-1</Calculated>
        <Left>6300</Left>
        <Width>2340</Width>
        <Height>255</Height>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptScheduleLong *** -->
  <Report>
    <Name>rptScheduleLong</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
      <RecordSource>SELECT tblSchedule.Inspector, tblSchedule.InspectorID, tblSchedule.LineNo, tblSchedule.[01A], tblSchedule.[01B], tblSchedule.[01C], tblSchedule.[01D], tblSchedule.[01E], tblSchedule.[02A], tblSchedule.[02B], tblSchedule.[02C], tblSchedule.[02D], tblSchedule.[02E], tblSchedule.[03A], tblSchedule.[03B], tblSchedule.[03C], tblSchedule.[03D], tblSchedule.[03E], tblSchedule.[04A], tblSchedule.[04B], tblSchedule.[04C], tblSchedule.[04D], tblSchedule.[04E], tblSchedule.[05A], tblSchedule.[05B], tblSchedule.[05C], tblSchedule.[05D], tblSchedule.[05E], tblSchedule.[06A], tblSchedule.[06B], tblSchedule.[06C], tblSchedule.[06D], tblSchedule.[06E], tblSchedule.[07A], tblSchedule.[07B], tblSchedule.[07C], tblSchedule.[07D], tblSchedule.[07E], tblSchedule.[08A], tblSchedule.[08B], tblSchedule.[08C], tblSchedule.[08D], tblSchedule.[08E], tblSchedule.[09A], tblSchedule.[09B], tblSchedule.[09C], tblSchedule.[09D], tblSchedule.[09E], tblSchedule.[10A], tblSchedule.[10B], tblSchedule.[10C], tblSchedule.[10D], tblSchedule.[10E], tblSchedule.[11A], tblSchedule.[11B], tblSchedule.[11C], tblSchedule.[11D], tblSchedule.[11E], tblSchedule.[12A], tblSchedule.[12B], tblSchedule.[12C], tblSchedule.[12D], tblSchedule.[12E], tblSchedule.[13A], tblSchedule.[13B], tblSchedule.[13C], tblSchedule.[13D], tblSchedule.[13E], tblSchedule.[14A], tblSchedule.[14B], tblSchedule.[14C], tblSchedule.[14D], tblSchedule.[14E]
FROM tblSchedule
ORDER BY tblSchedule.Inspector, tblSchedule.InspectorID, tblSchedule.LineNo;</RecordSource>
    </DataSource>
    <Layout>
      <Width>30600</Width>
      <MarginLeft>360</MarginLeft>
      <MarginTop>1080</MarginTop>
      <MarginRight>360</MarginRight>
      <MarginBottom>1080</MarginBottom>
    </Layout>
    <Groups>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>255</Height>
        <KeepTogether>0</KeepTogether>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>FormHeader</Name>
        <Type>1</Type>
        <Height>480</Height>
        <KeepTogether>0</KeepTogether>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>FormFooter</Name>
        <Type>2</Type>
        <KeepTogether>0</KeepTogether>
        <CanGrow>0</CanGrow>
        <BackColor>2147483663</BackColor>
      </Section>
      <Section>
        <Name>Page Header</Name>
        <Type>3</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Page Footer</Name>
        <Type>4</Type>
        <Visible>0</Visible>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>lbl01A</Name>
        <Section>1</Section>
        <Text>01A</Text>
        <Left>1200</Left>
        <Top>240</Top>
        <Width>420</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl01B</Name>
        <Section>1</Section>
        <Text>&gt; &lt;</Text>
        <Left>1620</Left>
        <Top>240</Top>
        <Width>360</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl01C</Name>
        <Section>1</Section>
        <Text>01C</Text>
        <Left>1980</Left>
        <Top>240</Top>
        <Width>420</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl01D</Name>
        <Section>1</Section>
        <Text>&gt; &lt;</Text>
        <Left>2400</Left>
        <Top>240</Top>
        <Width>360</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl01E</Name>
        <Section>1</Section>
        <Text>01E</Text>
        <Left>2760</Left>
        <Top>240</Top>
        <Width>420</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl02A</Name>
        <Section>1</Section>
        <Text>02A</Text>
        <Left>3180</Left>
        <Top>240</Top>
        <Width>420</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl02B</Name>
        <Section>1</Section>
        <Text>&gt; &lt;</Text>
        <Left>3600</Left>
        <Top>240</Top>
        <Width>360</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl02C</Name>
        <Section>1</Section>
        <Text>02C</Text>
        <Left>3960</Left>
        <Top>240</Top>
        <Width>420</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl02D</Name>
        <Section>1</Section>
        <Text>&gt; &lt;</Text>
        <Left>4380</Left>
        <Top>240</Top>
        <Width>360</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl02E</Name>
        <Section>1</Section>
        <Text>02E</Text>
        <Left>4740</Left>
        <Top>240</Top>
        <Width>420</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl03A</Name>
        <Section>1</Section>
        <Text>03A</Text>
        <Left>5160</Left>
        <Top>240</Top>
        <Width>420</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl03B</Name>
        <Section>1</Section>
        <Text>&gt; &lt;</Text>
        <Left>5580</Left>
        <Top>240</Top>
        <Width>360</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl03C</Name>
        <Section>1</Section>
        <Text>03C</Text>
        <Left>5940</Left>
        <Top>240</Top>
        <Width>420</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl03D</Name>
        <Section>1</Section>
        <Text>&gt; &lt;</Text>
        <Left>6360</Left>
        <Top>240</Top>
        <Width>360</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl03E</Name>
        <Section>1</Section>
        <Text>03E</Text>
        <Left>6720</Left>
        <Top>240</Top>
        <Width>420</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl04A</Name>
        <Section>1</Section>
        <Text>04A</Text>
        <Left>7140</Left>
        <Top>240</Top>
        <Width>420</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl04B</Name>
        <Section>1</Section>
        <Text>&gt; &lt;</Text>
        <Left>7560</Left>
        <Top>240</Top>
        <Width>360</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl04C</Name>
        <Section>1</Section>
        <Text>04C</Text>
        <Left>7920</Left>
        <Top>240</Top>
        <Width>420</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl04D</Name>
        <Section>1</Section>
        <Text>&gt; &lt;</Text>
        <Left>8340</Left>
        <Top>240</Top>
        <Width>360</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl04E</Name>
        <Section>1</Section>
        <Text>04E</Text>
        <Left>8700</Left>
        <Top>240</Top>
        <Width>420</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl05A</Name>
        <Section>1</Section>
        <Text>05A</Text>
        <Left>9120</Left>
        <Top>240</Top>
        <Width>420</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl05B</Name>
        <Section>1</Section>
        <Text>&gt; &lt;</Text>
        <Left>9540</Left>
        <Top>240</Top>
        <Width>360</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl05C</Name>
        <Section>1</Section>
        <Text>05C</Text>
        <Left>9900</Left>
        <Top>240</Top>
        <Width>420</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl05D</Name>
        <Section>1</Section>
        <Text>&gt; &lt;</Text>
        <Left>10320</Left>
        <Top>240</Top>
        <Width>360</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl05E</Name>
        <Section>1</Section>
        <Text>05E</Text>
        <Left>10680</Left>
        <Top>240</Top>
        <Width>420</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl06A</Name>
        <Section>1</Section>
        <Text>06A</Text>
        <Left>11100</Left>
        <Top>240</Top>
        <Width>420</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl06B</Name>
        <Section>1</Section>
        <Text>&gt; &lt;</Text>
        <Left>11520</Left>
        <Top>240</Top>
        <Width>360</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl06C</Name>
        <Section>1</Section>
        <Text>06C</Text>
        <Left>11880</Left>
        <Top>240</Top>
        <Width>420</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl06D</Name>
        <Section>1</Section>
        <Text>&gt; &lt;</Text>
        <Left>12300</Left>
        <Top>240</Top>
        <Width>360</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl06E</Name>
        <Section>1</Section>
        <Text>06E</Text>
        <Left>12660</Left>
        <Top>240</Top>
        <Width>420</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl07A</Name>
        <Section>1</Section>
        <Text>07A</Text>
        <Left>13080</Left>
        <Top>240</Top>
        <Width>420</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl07B</Name>
        <Section>1</Section>
        <Text>&gt; &lt;</Text>
        <Left>13500</Left>
        <Top>240</Top>
        <Width>360</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl07C</Name>
        <Section>1</Section>
        <Text>07C</Text>
        <Left>13860</Left>
        <Top>240</Top>
        <Width>420</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl07D</Name>
        <Section>1</Section>
        <Text>&gt; &lt;</Text>
        <Left>14280</Left>
        <Top>240</Top>
        <Width>360</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl07E</Name>
        <Section>1</Section>
        <Text>07E</Text>
        <Left>14640</Left>
        <Top>240</Top>
        <Width>420</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>1</Name>
        <Section>1</Section>
        <Left>1200</Left>
        <Width>1980</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>2</Name>
        <Section>1</Section>
        <Left>3180</Left>
        <Width>1980</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>3</Name>
        <Section>1</Section>
        <Left>5160</Left>
        <Width>1980</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>4</Name>
        <Section>1</Section>
        <Left>7140</Left>
        <Width>1980</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>5</Name>
        <Section>1</Section>
        <Left>9120</Left>
        <Width>1980</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>6</Name>
        <Section>1</Section>
        <Left>11100</Left>
        <Width>1980</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>7</Name>
        <Section>1</Section>
        <Left>13080</Left>
        <Width>1980</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl08A</Name>
        <Section>1</Section>
        <Text>08A</Text>
        <Left>16380</Left>
        <Top>240</Top>
        <Width>420</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl08B</Name>
        <Section>1</Section>
        <Text>&gt; &lt;</Text>
        <Left>16800</Left>
        <Top>240</Top>
        <Width>360</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl08C</Name>
        <Section>1</Section>
        <Text>08C</Text>
        <Left>17160</Left>
        <Top>240</Top>
        <Width>420</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl08D</Name>
        <Section>1</Section>
        <Text>&gt; &lt;</Text>
        <Left>17580</Left>
        <Top>240</Top>
        <Width>360</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl08E</Name>
        <Section>1</Section>
        <Text>08E</Text>
        <Left>17940</Left>
        <Top>240</Top>
        <Width>420</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl09A</Name>
        <Section>1</Section>
        <Text>09A</Text>
        <Left>18360</Left>
        <Top>240</Top>
        <Width>420</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl09B</Name>
        <Section>1</Section>
        <Text>&gt; &lt;</Text>
        <Left>18780</Left>
        <Top>240</Top>
        <Width>360</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl09C</Name>
        <Section>1</Section>
        <Text>09C</Text>
        <Left>19140</Left>
        <Top>240</Top>
        <Width>420</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl09D</Name>
        <Section>1</Section>
        <Text>&gt; &lt;</Text>
        <Left>19560</Left>
        <Top>240</Top>
        <Width>360</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl09E</Name>
        <Section>1</Section>
        <Text>09E</Text>
        <Left>19920</Left>
        <Top>240</Top>
        <Width>420</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl10A</Name>
        <Section>1</Section>
        <Text>10A</Text>
        <Left>20340</Left>
        <Top>240</Top>
        <Width>420</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl10B</Name>
        <Section>1</Section>
        <Text>&gt; &lt;</Text>
        <Left>20760</Left>
        <Top>240</Top>
        <Width>360</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl10C</Name>
        <Section>1</Section>
        <Text>10C</Text>
        <Left>21120</Left>
        <Top>240</Top>
        <Width>420</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl10D</Name>
        <Section>1</Section>
        <Text>&gt; &lt;</Text>
        <Left>21540</Left>
        <Top>240</Top>
        <Width>360</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl10E</Name>
        <Section>1</Section>
        <Text>10E</Text>
        <Left>21900</Left>
        <Top>240</Top>
        <Width>420</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl11A</Name>
        <Section>1</Section>
        <Text>11A</Text>
        <Left>22320</Left>
        <Top>240</Top>
        <Width>420</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl11B</Name>
        <Section>1</Section>
        <Text>&gt; &lt;</Text>
        <Left>22740</Left>
        <Top>240</Top>
        <Width>360</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl11C</Name>
        <Section>1</Section>
        <Text>11C</Text>
        <Left>23100</Left>
        <Top>240</Top>
        <Width>420</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl11D</Name>
        <Section>1</Section>
        <Text>&gt; &lt;</Text>
        <Left>23520</Left>
        <Top>240</Top>
        <Width>360</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl11E</Name>
        <Section>1</Section>
        <Text>11E</Text>
        <Left>23880</Left>
        <Top>240</Top>
        <Width>420</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl12A</Name>
        <Section>1</Section>
        <Text>12A</Text>
        <Left>24300</Left>
        <Top>240</Top>
        <Width>420</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl12B</Name>
        <Section>1</Section>
        <Text>&gt; &lt;</Text>
        <Left>24720</Left>
        <Top>240</Top>
        <Width>360</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl12C</Name>
        <Section>1</Section>
        <Text>12C</Text>
        <Left>25080</Left>
        <Top>240</Top>
        <Width>420</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl12D</Name>
        <Section>1</Section>
        <Text>&gt; &lt;</Text>
        <Left>25500</Left>
        <Top>240</Top>
        <Width>360</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl12E</Name>
        <Section>1</Section>
        <Text>12E</Text>
        <Left>25860</Left>
        <Top>240</Top>
        <Width>420</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl13A</Name>
        <Section>1</Section>
        <Text>13A</Text>
        <Left>26280</Left>
        <Top>240</Top>
        <Width>420</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl13B</Name>
        <Section>1</Section>
        <Text>&gt; &lt;</Text>
        <Left>26700</Left>
        <Top>240</Top>
        <Width>360</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl13C</Name>
        <Section>1</Section>
        <Text>13C</Text>
        <Left>27060</Left>
        <Top>240</Top>
        <Width>420</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl13D</Name>
        <Section>1</Section>
        <Text>&gt; &lt;</Text>
        <Left>27480</Left>
        <Top>240</Top>
        <Width>360</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl13E</Name>
        <Section>1</Section>
        <Text>13E</Text>
        <Left>27840</Left>
        <Top>240</Top>
        <Width>420</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl14A</Name>
        <Section>1</Section>
        <Text>14A</Text>
        <Left>28260</Left>
        <Top>240</Top>
        <Width>420</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl14B</Name>
        <Section>1</Section>
        <Text>&gt; &lt;</Text>
        <Left>28680</Left>
        <Top>240</Top>
        <Width>360</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl14C</Name>
        <Section>1</Section>
        <Text>14C</Text>
        <Left>29040</Left>
        <Top>240</Top>
        <Width>420</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl14D</Name>
        <Section>1</Section>
        <Text>&gt; &lt;</Text>
        <Left>29460</Left>
        <Top>240</Top>
        <Width>360</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>lbl14E</Name>
        <Section>1</Section>
        <Text>14E</Text>
        <Left>29820</Left>
        <Top>240</Top>
        <Width>420</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>8</Name>
        <Section>1</Section>
        <Left>16380</Left>
        <Width>1980</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>9</Name>
        <Section>1</Section>
        <Left>18360</Left>
        <Width>1980</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>10</Name>
        <Section>1</Section>
        <Left>20340</Left>
        <Width>1980</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>11</Name>
        <Section>1</Section>
        <Left>22320</Left>
        <Width>1980</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>12</Name>
        <Section>1</Section>
        <Left>24300</Left>
        <Width>1980</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>13</Name>
        <Section>1</Section>
        <Left>26280</Left>
        <Width>1980</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>14</Name>
        <Section>1</Section>
        <Left>28260</Left>
        <Width>1980</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lblInspector</Name>
        <Section>1</Section>
        <Text>Inspector</Text>
        <Top>240</Top>
        <Width>1200</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lblAS</Name>
        <Section>1</Section>
        <Text>Appt. Schedule</Text>
        <Width>1200</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <Visible>0</Visible>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Label160</Name>
        <Section>1</Section>
        <Text>Inspector</Text>
        <Left>15180</Left>
        <Top>240</Top>
        <Width>1200</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Label161</Name>
        <Section>1</Section>
        <Text>Appt. Schedule</Text>
        <Left>15180</Left>
        <Width>1200</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <Visible>0</Visible>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>txt01A</Name>
        <Section>0</Section>
        <Text>01A</Text>
        <Calculated>-1</Calculated>
        <Left>1200</Left>
        <Width>420</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt01B</Name>
        <Section>0</Section>
        <Text>01B</Text>
        <Calculated>-1</Calculated>
        <Left>1620</Left>
        <Width>360</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt01C</Name>
        <Section>0</Section>
        <Text>01C</Text>
        <Calculated>-1</Calculated>
        <Left>1980</Left>
        <Width>420</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt01D</Name>
        <Section>0</Section>
        <Text>01D</Text>
        <Calculated>-1</Calculated>
        <Left>2400</Left>
        <Width>360</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt01E</Name>
        <Section>0</Section>
        <Text>01E</Text>
        <Calculated>-1</Calculated>
        <Left>2760</Left>
        <Width>420</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt02A</Name>
        <Section>0</Section>
        <Text>02A</Text>
        <Calculated>-1</Calculated>
        <Left>3180</Left>
        <Width>420</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt02B</Name>
        <Section>0</Section>
        <Text>02B</Text>
        <Calculated>-1</Calculated>
        <Left>3600</Left>
        <Width>360</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt02C</Name>
        <Section>0</Section>
        <Text>02C</Text>
        <Calculated>-1</Calculated>
        <Left>3960</Left>
        <Width>420</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt02D</Name>
        <Section>0</Section>
        <Text>02D</Text>
        <Calculated>-1</Calculated>
        <Left>4380</Left>
        <Width>360</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt02E</Name>
        <Section>0</Section>
        <Text>02E</Text>
        <Calculated>-1</Calculated>
        <Left>4740</Left>
        <Width>420</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt03A</Name>
        <Section>0</Section>
        <Text>03A</Text>
        <Calculated>-1</Calculated>
        <Left>5160</Left>
        <Width>420</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt03B</Name>
        <Section>0</Section>
        <Text>03B</Text>
        <Calculated>-1</Calculated>
        <Left>5580</Left>
        <Width>360</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt03C</Name>
        <Section>0</Section>
        <Text>03C</Text>
        <Calculated>-1</Calculated>
        <Left>5940</Left>
        <Width>420</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt03D</Name>
        <Section>0</Section>
        <Text>03D</Text>
        <Calculated>-1</Calculated>
        <Left>6360</Left>
        <Width>360</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt03E</Name>
        <Section>0</Section>
        <Text>03E</Text>
        <Calculated>-1</Calculated>
        <Left>6720</Left>
        <Width>420</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt04A</Name>
        <Section>0</Section>
        <Text>04A</Text>
        <Calculated>-1</Calculated>
        <Left>7140</Left>
        <Width>420</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt04B</Name>
        <Section>0</Section>
        <Text>04B</Text>
        <Calculated>-1</Calculated>
        <Left>7560</Left>
        <Width>360</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt04C</Name>
        <Section>0</Section>
        <Text>04C</Text>
        <Calculated>-1</Calculated>
        <Left>7920</Left>
        <Width>420</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt04D</Name>
        <Section>0</Section>
        <Text>04D</Text>
        <Calculated>-1</Calculated>
        <Left>8340</Left>
        <Width>360</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt04E</Name>
        <Section>0</Section>
        <Text>04E</Text>
        <Calculated>-1</Calculated>
        <Left>8700</Left>
        <Width>420</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt05A</Name>
        <Section>0</Section>
        <Text>05A</Text>
        <Calculated>-1</Calculated>
        <Left>9120</Left>
        <Width>420</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt05B</Name>
        <Section>0</Section>
        <Text>05B</Text>
        <Calculated>-1</Calculated>
        <Left>9540</Left>
        <Width>360</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt05C</Name>
        <Section>0</Section>
        <Text>05C</Text>
        <Calculated>-1</Calculated>
        <Left>9900</Left>
        <Width>420</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt05D</Name>
        <Section>0</Section>
        <Text>05D</Text>
        <Calculated>-1</Calculated>
        <Left>10320</Left>
        <Width>360</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt05E</Name>
        <Section>0</Section>
        <Text>05E</Text>
        <Calculated>-1</Calculated>
        <Left>10680</Left>
        <Width>420</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt06A</Name>
        <Section>0</Section>
        <Text>06A</Text>
        <Calculated>-1</Calculated>
        <Left>11100</Left>
        <Width>420</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt06B</Name>
        <Section>0</Section>
        <Text>06B</Text>
        <Calculated>-1</Calculated>
        <Left>11520</Left>
        <Width>360</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt06C</Name>
        <Section>0</Section>
        <Text>06C</Text>
        <Calculated>-1</Calculated>
        <Left>11880</Left>
        <Width>420</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt06D</Name>
        <Section>0</Section>
        <Text>06D</Text>
        <Calculated>-1</Calculated>
        <Left>12300</Left>
        <Width>360</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt06E</Name>
        <Section>0</Section>
        <Text>06E</Text>
        <Calculated>-1</Calculated>
        <Left>12660</Left>
        <Width>420</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt07A</Name>
        <Section>0</Section>
        <Text>07A</Text>
        <Calculated>-1</Calculated>
        <Left>13080</Left>
        <Width>420</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt07B</Name>
        <Section>0</Section>
        <Text>07B</Text>
        <Calculated>-1</Calculated>
        <Left>13500</Left>
        <Width>360</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt07C</Name>
        <Section>0</Section>
        <Text>07C</Text>
        <Calculated>-1</Calculated>
        <Left>13860</Left>
        <Width>420</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt07D</Name>
        <Section>0</Section>
        <Text>07D</Text>
        <Calculated>-1</Calculated>
        <Left>14280</Left>
        <Width>360</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt07E</Name>
        <Section>0</Section>
        <Text>07E</Text>
        <Calculated>-1</Calculated>
        <Left>14640</Left>
        <Width>420</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt08A</Name>
        <Section>0</Section>
        <Text>08A</Text>
        <Calculated>-1</Calculated>
        <Left>16380</Left>
        <Width>420</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt08B</Name>
        <Section>0</Section>
        <Text>08B</Text>
        <Calculated>-1</Calculated>
        <Left>16800</Left>
        <Width>360</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt08C</Name>
        <Section>0</Section>
        <Text>08C</Text>
        <Calculated>-1</Calculated>
        <Left>17160</Left>
        <Width>420</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt08D</Name>
        <Section>0</Section>
        <Text>08D</Text>
        <Calculated>-1</Calculated>
        <Left>17580</Left>
        <Width>360</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt08E</Name>
        <Section>0</Section>
        <Text>08E</Text>
        <Calculated>-1</Calculated>
        <Left>17940</Left>
        <Width>420</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt09A</Name>
        <Section>0</Section>
        <Text>09A</Text>
        <Calculated>-1</Calculated>
        <Left>18360</Left>
        <Width>420</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt09B</Name>
        <Section>0</Section>
        <Text>09B</Text>
        <Calculated>-1</Calculated>
        <Left>18780</Left>
        <Width>360</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt09C</Name>
        <Section>0</Section>
        <Text>09C</Text>
        <Calculated>-1</Calculated>
        <Left>19140</Left>
        <Width>420</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt09D</Name>
        <Section>0</Section>
        <Text>09D</Text>
        <Calculated>-1</Calculated>
        <Left>19560</Left>
        <Width>360</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt09E</Name>
        <Section>0</Section>
        <Text>09E</Text>
        <Calculated>-1</Calculated>
        <Left>19920</Left>
        <Width>420</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt10A</Name>
        <Section>0</Section>
        <Text>10A</Text>
        <Calculated>-1</Calculated>
        <Left>20340</Left>
        <Width>420</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt10B</Name>
        <Section>0</Section>
        <Text>10B</Text>
        <Calculated>-1</Calculated>
        <Left>20760</Left>
        <Width>360</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt10C</Name>
        <Section>0</Section>
        <Text>10C</Text>
        <Calculated>-1</Calculated>
        <Left>21120</Left>
        <Width>420</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt10D</Name>
        <Section>0</Section>
        <Text>10D</Text>
        <Calculated>-1</Calculated>
        <Left>21540</Left>
        <Width>360</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt10E</Name>
        <Section>0</Section>
        <Text>10E</Text>
        <Calculated>-1</Calculated>
        <Left>21900</Left>
        <Width>420</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt11A</Name>
        <Section>0</Section>
        <Text>11A</Text>
        <Calculated>-1</Calculated>
        <Left>22320</Left>
        <Width>420</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt11B</Name>
        <Section>0</Section>
        <Text>11B</Text>
        <Calculated>-1</Calculated>
        <Left>22740</Left>
        <Width>360</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt11C</Name>
        <Section>0</Section>
        <Text>11C</Text>
        <Calculated>-1</Calculated>
        <Left>23100</Left>
        <Width>420</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt11D</Name>
        <Section>0</Section>
        <Text>11D</Text>
        <Calculated>-1</Calculated>
        <Left>23520</Left>
        <Width>360</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt11E</Name>
        <Section>0</Section>
        <Text>11E</Text>
        <Calculated>-1</Calculated>
        <Left>23880</Left>
        <Width>420</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt12A</Name>
        <Section>0</Section>
        <Text>12A</Text>
        <Calculated>-1</Calculated>
        <Left>24300</Left>
        <Width>420</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt12B</Name>
        <Section>0</Section>
        <Text>12B</Text>
        <Calculated>-1</Calculated>
        <Left>24720</Left>
        <Width>360</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt12C</Name>
        <Section>0</Section>
        <Text>12C</Text>
        <Calculated>-1</Calculated>
        <Left>25080</Left>
        <Width>420</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt12D</Name>
        <Section>0</Section>
        <Text>12D</Text>
        <Calculated>-1</Calculated>
        <Left>25500</Left>
        <Width>360</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt12E</Name>
        <Section>0</Section>
        <Text>12E</Text>
        <Calculated>-1</Calculated>
        <Left>25860</Left>
        <Width>420</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt13A</Name>
        <Section>0</Section>
        <Text>13A</Text>
        <Calculated>-1</Calculated>
        <Left>26280</Left>
        <Width>420</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt13B</Name>
        <Section>0</Section>
        <Text>13B</Text>
        <Calculated>-1</Calculated>
        <Left>26700</Left>
        <Width>360</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt13C</Name>
        <Section>0</Section>
        <Text>13C</Text>
        <Calculated>-1</Calculated>
        <Left>27060</Left>
        <Width>420</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt13D</Name>
        <Section>0</Section>
        <Text>13D</Text>
        <Calculated>-1</Calculated>
        <Left>27480</Left>
        <Width>360</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt13E</Name>
        <Section>0</Section>
        <Text>13E</Text>
        <Calculated>-1</Calculated>
        <Left>27840</Left>
        <Width>420</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt14A</Name>
        <Section>0</Section>
        <Text>14A</Text>
        <Calculated>-1</Calculated>
        <Left>28260</Left>
        <Width>420</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt14B</Name>
        <Section>0</Section>
        <Text>14B</Text>
        <Calculated>-1</Calculated>
        <Left>28680</Left>
        <Width>360</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt14C</Name>
        <Section>0</Section>
        <Text>14C</Text>
        <Calculated>-1</Calculated>
        <Left>29040</Left>
        <Width>420</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt14D</Name>
        <Section>0</Section>
        <Text>14D</Text>
        <Calculated>-1</Calculated>
        <Left>29460</Left>
        <Width>360</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt14E</Name>
        <Section>0</Section>
        <Text>14E</Text>
        <Calculated>-1</Calculated>
        <Left>29820</Left>
        <Width>420</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>Arial Narrow</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtInspector</Name>
        <Section>0</Section>
        <Text>Inspector</Text>
        <Calculated>-1</Calculated>
        <Width>1200</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtInspectorID</Name>
        <Section>0</Section>
        <Text>InspectorID</Text>
        <Calculated>-1</Calculated>
        <Left>720</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <BackColor>255</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Visible>0</Visible>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtLineNo</Name>
        <Section>0</Section>
        <Text>LineNo</Text>
        <Calculated>-1</Calculated>
        <Left>960</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <BackColor>255</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Visible>0</Visible>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Text162</Name>
        <Section>0</Section>
        <Text>Inspector</Text>
        <Calculated>-1</Calculated>
        <Left>15180</Left>
        <Width>1200</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptScheduleShort *** -->
  <Report>
    <Name>rptScheduleShort</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
      <RecordSource>SELECT tblSchedule.Inspector, tblSchedule.InspectorID, tblSchedule.LineNo, tblSchedule.[01A], tblSchedule.[01B], tblSchedule.[01C], tblSchedule.[01D], tblSchedule.[01E], tblSchedule.[02A], tblSchedule.[02B], tblSchedule.[02C], tblSchedule.[02D], tblSchedule.[02E], tblSchedule.[03A], tblSchedule.[03B], tblSchedule.[03C], tblSchedule.[03D], tblSchedule.[03E], tblSchedule.[04A], tblSchedule.[04B], tblSchedule.[04C], tblSchedule.[04D], tblSchedule.[04E], tblSchedule.[05A], tblSchedule.[05B], tblSchedule.[05C], tblSchedule.[05D], tblSchedule.[05E], tblSchedule.[06A], tblSchedule.[06B], tblSchedule.[06C], tblSchedule.[06D], tblSchedule.[06E], tblSchedule.[07A], tblSchedule.[07B], tblSchedule.[07C], tblSchedule.[07D], tblSchedule.[07E], tblSchedule.[08A], tblSchedule.[08B], tblSchedule.[08C], tblSchedule.[08D], tblSchedule.[08E], tblSchedule.[09A], tblSchedule.[09B], tblSchedule.[09C], tblSchedule.[09D], tblSchedule.[09E], tblSchedule.[10A], tblSchedule.[10B], tblSchedule.[10C], tblSchedule.[10D], tblSchedule.[10E], tblSchedule.[11A], tblSchedule.[11B], tblSchedule.[11C], tblSchedule.[11D], tblSchedule.[11E], tblSchedule.[12A], tblSchedule.[12B], tblSchedule.[12C], tblSchedule.[12D], tblSchedule.[12E], tblSchedule.[13A], tblSchedule.[13B], tblSchedule.[13C], tblSchedule.[13D], tblSchedule.[13E], tblSchedule.[14A], tblSchedule.[14B], tblSchedule.[14C], tblSchedule.[14D], tblSchedule.[14E]
FROM tblSchedule
ORDER BY tblSchedule.Inspector, tblSchedule.InspectorID, tblSchedule.LineNo;</RecordSource>
    </DataSource>
    <Layout>
      <Width>14760</Width>
      <MarginLeft>360</MarginLeft>
      <MarginTop>1080</MarginTop>
      <MarginRight>360</MarginRight>
      <MarginBottom>1080</MarginBottom>
    </Layout>
    <Groups>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>255</Height>
        <KeepTogether>0</KeepTogether>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>FormHeader</Name>
        <Type>1</Type>
        <Height>480</Height>
        <KeepTogether>0</KeepTogether>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>FormFooter</Name>
        <Type>2</Type>
        <KeepTogether>0</KeepTogether>
        <CanGrow>0</CanGrow>
        <BackColor>2147483663</BackColor>
      </Section>
      <Section>
        <Name>Page Header</Name>
        <Type>3</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Page Footer</Name>
        <Type>4</Type>
        <Visible>0</Visible>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>lbl01A</Name>
        <Section>1</Section>
        <Text>01A</Text>
        <Left>1680</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl01B</Name>
        <Section>1</Section>
        <Left>1860</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl01C</Name>
        <Section>1</Section>
        <Text>01C</Text>
        <Left>2040</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl01D</Name>
        <Section>1</Section>
        <Left>2220</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl01E</Name>
        <Section>1</Section>
        <Text>01E</Text>
        <Left>2400</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl02A</Name>
        <Section>1</Section>
        <Text>02A</Text>
        <Left>2580</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl02B</Name>
        <Section>1</Section>
        <Left>2760</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl02C</Name>
        <Section>1</Section>
        <Text>02C</Text>
        <Left>2940</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl02D</Name>
        <Section>1</Section>
        <Left>3120</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl02E</Name>
        <Section>1</Section>
        <Text>02E</Text>
        <Left>3300</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl03A</Name>
        <Section>1</Section>
        <Text>03A</Text>
        <Left>3480</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl03B</Name>
        <Section>1</Section>
        <Left>3660</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl03C</Name>
        <Section>1</Section>
        <Text>03C</Text>
        <Left>3840</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl03D</Name>
        <Section>1</Section>
        <Left>4020</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl03E</Name>
        <Section>1</Section>
        <Text>03E</Text>
        <Left>4200</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl04A</Name>
        <Section>1</Section>
        <Text>04A</Text>
        <Left>4380</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl04B</Name>
        <Section>1</Section>
        <Left>4560</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl04C</Name>
        <Section>1</Section>
        <Text>04C</Text>
        <Left>4740</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl04D</Name>
        <Section>1</Section>
        <Left>4920</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl04E</Name>
        <Section>1</Section>
        <Text>04E</Text>
        <Left>5100</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl05A</Name>
        <Section>1</Section>
        <Text>05A</Text>
        <Left>5280</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl05B</Name>
        <Section>1</Section>
        <Left>5460</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl05C</Name>
        <Section>1</Section>
        <Text>05C</Text>
        <Left>5640</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl05D</Name>
        <Section>1</Section>
        <Left>5820</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl05E</Name>
        <Section>1</Section>
        <Text>05E</Text>
        <Left>6000</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl06A</Name>
        <Section>1</Section>
        <Text>06A</Text>
        <Left>6180</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl06B</Name>
        <Section>1</Section>
        <Left>6360</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl06C</Name>
        <Section>1</Section>
        <Text>06C</Text>
        <Left>6540</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl06D</Name>
        <Section>1</Section>
        <Left>6720</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl06E</Name>
        <Section>1</Section>
        <Text>06E</Text>
        <Left>6900</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl07A</Name>
        <Section>1</Section>
        <Text>07A</Text>
        <Left>7080</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl07B</Name>
        <Section>1</Section>
        <Left>7260</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl07C</Name>
        <Section>1</Section>
        <Text>07C</Text>
        <Left>7440</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl07D</Name>
        <Section>1</Section>
        <Left>7620</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl07E</Name>
        <Section>1</Section>
        <Text>07E</Text>
        <Left>7800</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>1</Name>
        <Section>1</Section>
        <Left>1680</Left>
        <Width>900</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>2</Name>
        <Section>1</Section>
        <Left>2580</Left>
        <Width>900</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>3</Name>
        <Section>1</Section>
        <Left>3480</Left>
        <Width>900</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>4</Name>
        <Section>1</Section>
        <Left>4380</Left>
        <Width>900</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>5</Name>
        <Section>1</Section>
        <Left>5280</Left>
        <Width>900</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>6</Name>
        <Section>1</Section>
        <Left>6180</Left>
        <Width>900</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>7</Name>
        <Section>1</Section>
        <Left>7080</Left>
        <Width>900</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl08A</Name>
        <Section>1</Section>
        <Text>08A</Text>
        <Left>8100</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl08B</Name>
        <Section>1</Section>
        <Left>8280</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl08C</Name>
        <Section>1</Section>
        <Text>08C</Text>
        <Left>8460</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl08D</Name>
        <Section>1</Section>
        <Left>8640</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl08E</Name>
        <Section>1</Section>
        <Text>08E</Text>
        <Left>8820</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl09A</Name>
        <Section>1</Section>
        <Text>09A</Text>
        <Left>9000</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl09B</Name>
        <Section>1</Section>
        <Left>9180</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl09C</Name>
        <Section>1</Section>
        <Text>09C</Text>
        <Left>9360</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl09D</Name>
        <Section>1</Section>
        <Left>9540</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl09E</Name>
        <Section>1</Section>
        <Text>09E</Text>
        <Left>9720</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl10A</Name>
        <Section>1</Section>
        <Text>10A</Text>
        <Left>9900</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl10B</Name>
        <Section>1</Section>
        <Left>10080</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl10C</Name>
        <Section>1</Section>
        <Text>10C</Text>
        <Left>10260</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl10D</Name>
        <Section>1</Section>
        <Left>10440</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl10E</Name>
        <Section>1</Section>
        <Text>10E</Text>
        <Left>10620</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl11A</Name>
        <Section>1</Section>
        <Text>11A</Text>
        <Left>10800</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl11B</Name>
        <Section>1</Section>
        <Left>10980</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl11C</Name>
        <Section>1</Section>
        <Text>11C</Text>
        <Left>11160</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl11D</Name>
        <Section>1</Section>
        <Left>11340</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl11E</Name>
        <Section>1</Section>
        <Text>11E</Text>
        <Left>11520</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl12A</Name>
        <Section>1</Section>
        <Text>12A</Text>
        <Left>11700</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl12B</Name>
        <Section>1</Section>
        <Left>11880</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl12C</Name>
        <Section>1</Section>
        <Text>12C</Text>
        <Left>12060</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl12D</Name>
        <Section>1</Section>
        <Left>12240</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl12E</Name>
        <Section>1</Section>
        <Text>12E</Text>
        <Left>12420</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl13A</Name>
        <Section>1</Section>
        <Text>13A</Text>
        <Left>12600</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl13B</Name>
        <Section>1</Section>
        <Left>12780</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl13C</Name>
        <Section>1</Section>
        <Text>13C</Text>
        <Left>12960</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl13D</Name>
        <Section>1</Section>
        <Left>13140</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl13E</Name>
        <Section>1</Section>
        <Text>13E</Text>
        <Left>13320</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl14A</Name>
        <Section>1</Section>
        <Text>14A</Text>
        <Left>13500</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl14B</Name>
        <Section>1</Section>
        <Left>13680</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl14C</Name>
        <Section>1</Section>
        <Text>14C</Text>
        <Left>13860</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl14D</Name>
        <Section>1</Section>
        <Left>14040</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lbl14E</Name>
        <Section>1</Section>
        <Text>14E</Text>
        <Left>14220</Left>
        <Top>240</Top>
        <Width>180</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>8</Name>
        <Section>1</Section>
        <Left>8100</Left>
        <Width>900</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>9</Name>
        <Section>1</Section>
        <Left>9000</Left>
        <Width>900</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>10</Name>
        <Section>1</Section>
        <Left>9900</Left>
        <Width>900</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>11</Name>
        <Section>1</Section>
        <Left>10800</Left>
        <Width>900</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>12</Name>
        <Section>1</Section>
        <Left>11700</Left>
        <Width>900</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>13</Name>
        <Section>1</Section>
        <Left>12600</Left>
        <Width>900</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>14</Name>
        <Section>1</Section>
        <Left>13500</Left>
        <Width>900</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lblInspector</Name>
        <Section>1</Section>
        <Text>Inspector</Text>
        <Top>240</Top>
        <Width>1620</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lblAS</Name>
        <Section>1</Section>
        <Text>Appt. Schedule</Text>
        <Width>1620</Width>
        <Height>240</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <ForeColor>2147483666</ForeColor>
        <Visible>0</Visible>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>txt01A</Name>
        <Section>0</Section>
        <Text>01A</Text>
        <Calculated>-1</Calculated>
        <Left>1680</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt01B</Name>
        <Section>0</Section>
        <Text>01B</Text>
        <Calculated>-1</Calculated>
        <Left>1860</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt01C</Name>
        <Section>0</Section>
        <Text>01C</Text>
        <Calculated>-1</Calculated>
        <Left>2040</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt01D</Name>
        <Section>0</Section>
        <Text>01D</Text>
        <Calculated>-1</Calculated>
        <Left>2220</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt01E</Name>
        <Section>0</Section>
        <Text>01E</Text>
        <Calculated>-1</Calculated>
        <Left>2400</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt02A</Name>
        <Section>0</Section>
        <Text>02A</Text>
        <Calculated>-1</Calculated>
        <Left>2580</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt02B</Name>
        <Section>0</Section>
        <Text>02B</Text>
        <Calculated>-1</Calculated>
        <Left>2760</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt02C</Name>
        <Section>0</Section>
        <Text>02C</Text>
        <Calculated>-1</Calculated>
        <Left>2940</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt02D</Name>
        <Section>0</Section>
        <Text>02D</Text>
        <Calculated>-1</Calculated>
        <Left>3120</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt02E</Name>
        <Section>0</Section>
        <Text>02E</Text>
        <Calculated>-1</Calculated>
        <Left>3300</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt03A</Name>
        <Section>0</Section>
        <Text>03A</Text>
        <Calculated>-1</Calculated>
        <Left>3480</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt03B</Name>
        <Section>0</Section>
        <Text>03B</Text>
        <Calculated>-1</Calculated>
        <Left>3660</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt03C</Name>
        <Section>0</Section>
        <Text>03C</Text>
        <Calculated>-1</Calculated>
        <Left>3840</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt03D</Name>
        <Section>0</Section>
        <Text>03D</Text>
        <Calculated>-1</Calculated>
        <Left>4020</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt03E</Name>
        <Section>0</Section>
        <Text>03E</Text>
        <Calculated>-1</Calculated>
        <Left>4200</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt04A</Name>
        <Section>0</Section>
        <Text>04A</Text>
        <Calculated>-1</Calculated>
        <Left>4380</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt04B</Name>
        <Section>0</Section>
        <Text>04B</Text>
        <Calculated>-1</Calculated>
        <Left>4560</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt04C</Name>
        <Section>0</Section>
        <Text>04C</Text>
        <Calculated>-1</Calculated>
        <Left>4740</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt04D</Name>
        <Section>0</Section>
        <Text>04D</Text>
        <Calculated>-1</Calculated>
        <Left>4920</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt04E</Name>
        <Section>0</Section>
        <Text>04E</Text>
        <Calculated>-1</Calculated>
        <Left>5100</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt05A</Name>
        <Section>0</Section>
        <Text>05A</Text>
        <Calculated>-1</Calculated>
        <Left>5280</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt05B</Name>
        <Section>0</Section>
        <Text>05B</Text>
        <Calculated>-1</Calculated>
        <Left>5460</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt05C</Name>
        <Section>0</Section>
        <Text>05C</Text>
        <Calculated>-1</Calculated>
        <Left>5640</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt05D</Name>
        <Section>0</Section>
        <Text>05D</Text>
        <Calculated>-1</Calculated>
        <Left>5820</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt05E</Name>
        <Section>0</Section>
        <Text>05E</Text>
        <Calculated>-1</Calculated>
        <Left>6000</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt06A</Name>
        <Section>0</Section>
        <Text>06A</Text>
        <Calculated>-1</Calculated>
        <Left>6180</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt06B</Name>
        <Section>0</Section>
        <Text>06B</Text>
        <Calculated>-1</Calculated>
        <Left>6360</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt06C</Name>
        <Section>0</Section>
        <Text>06C</Text>
        <Calculated>-1</Calculated>
        <Left>6540</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt06D</Name>
        <Section>0</Section>
        <Text>06D</Text>
        <Calculated>-1</Calculated>
        <Left>6720</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt06E</Name>
        <Section>0</Section>
        <Text>06E</Text>
        <Calculated>-1</Calculated>
        <Left>6900</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt07A</Name>
        <Section>0</Section>
        <Text>07A</Text>
        <Calculated>-1</Calculated>
        <Left>7080</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt07B</Name>
        <Section>0</Section>
        <Text>07B</Text>
        <Calculated>-1</Calculated>
        <Left>7260</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt07C</Name>
        <Section>0</Section>
        <Text>07C</Text>
        <Calculated>-1</Calculated>
        <Left>7440</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt07D</Name>
        <Section>0</Section>
        <Text>07D</Text>
        <Calculated>-1</Calculated>
        <Left>7620</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt07E</Name>
        <Section>0</Section>
        <Text>07E</Text>
        <Calculated>-1</Calculated>
        <Left>7800</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt08A</Name>
        <Section>0</Section>
        <Text>08A</Text>
        <Calculated>-1</Calculated>
        <Left>8100</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt08B</Name>
        <Section>0</Section>
        <Text>08B</Text>
        <Calculated>-1</Calculated>
        <Left>8280</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt08C</Name>
        <Section>0</Section>
        <Text>08C</Text>
        <Calculated>-1</Calculated>
        <Left>8460</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt08D</Name>
        <Section>0</Section>
        <Text>08D</Text>
        <Calculated>-1</Calculated>
        <Left>8640</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt08E</Name>
        <Section>0</Section>
        <Text>08E</Text>
        <Calculated>-1</Calculated>
        <Left>8820</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt09A</Name>
        <Section>0</Section>
        <Text>09A</Text>
        <Calculated>-1</Calculated>
        <Left>9000</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt09B</Name>
        <Section>0</Section>
        <Text>09B</Text>
        <Calculated>-1</Calculated>
        <Left>9180</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt09C</Name>
        <Section>0</Section>
        <Text>09C</Text>
        <Calculated>-1</Calculated>
        <Left>9360</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt09D</Name>
        <Section>0</Section>
        <Text>09D</Text>
        <Calculated>-1</Calculated>
        <Left>9540</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt09E</Name>
        <Section>0</Section>
        <Text>09E</Text>
        <Calculated>-1</Calculated>
        <Left>9720</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt10A</Name>
        <Section>0</Section>
        <Text>10A</Text>
        <Calculated>-1</Calculated>
        <Left>9900</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt10B</Name>
        <Section>0</Section>
        <Text>10B</Text>
        <Calculated>-1</Calculated>
        <Left>10080</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt10C</Name>
        <Section>0</Section>
        <Text>10C</Text>
        <Calculated>-1</Calculated>
        <Left>10260</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt10D</Name>
        <Section>0</Section>
        <Text>10D</Text>
        <Calculated>-1</Calculated>
        <Left>10440</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt10E</Name>
        <Section>0</Section>
        <Text>10E</Text>
        <Calculated>-1</Calculated>
        <Left>10620</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt11A</Name>
        <Section>0</Section>
        <Text>11A</Text>
        <Calculated>-1</Calculated>
        <Left>10800</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt11B</Name>
        <Section>0</Section>
        <Text>11B</Text>
        <Calculated>-1</Calculated>
        <Left>10980</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt11C</Name>
        <Section>0</Section>
        <Text>11C</Text>
        <Calculated>-1</Calculated>
        <Left>11160</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt11D</Name>
        <Section>0</Section>
        <Text>11D</Text>
        <Calculated>-1</Calculated>
        <Left>11340</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt11E</Name>
        <Section>0</Section>
        <Text>11E</Text>
        <Calculated>-1</Calculated>
        <Left>11520</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt12A</Name>
        <Section>0</Section>
        <Text>12A</Text>
        <Calculated>-1</Calculated>
        <Left>11700</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt12B</Name>
        <Section>0</Section>
        <Text>12B</Text>
        <Calculated>-1</Calculated>
        <Left>11880</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt12C</Name>
        <Section>0</Section>
        <Text>12C</Text>
        <Calculated>-1</Calculated>
        <Left>12060</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt12D</Name>
        <Section>0</Section>
        <Text>12D</Text>
        <Calculated>-1</Calculated>
        <Left>12240</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt12E</Name>
        <Section>0</Section>
        <Text>12E</Text>
        <Calculated>-1</Calculated>
        <Left>12420</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt13A</Name>
        <Section>0</Section>
        <Text>13A</Text>
        <Calculated>-1</Calculated>
        <Left>12600</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt13B</Name>
        <Section>0</Section>
        <Text>13B</Text>
        <Calculated>-1</Calculated>
        <Left>12780</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt13C</Name>
        <Section>0</Section>
        <Text>13C</Text>
        <Calculated>-1</Calculated>
        <Left>12960</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt13D</Name>
        <Section>0</Section>
        <Text>13D</Text>
        <Calculated>-1</Calculated>
        <Left>13140</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt13E</Name>
        <Section>0</Section>
        <Text>13E</Text>
        <Calculated>-1</Calculated>
        <Left>13320</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt14A</Name>
        <Section>0</Section>
        <Text>14A</Text>
        <Calculated>-1</Calculated>
        <Left>13500</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt14B</Name>
        <Section>0</Section>
        <Text>14B</Text>
        <Calculated>-1</Calculated>
        <Left>13680</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt14C</Name>
        <Section>0</Section>
        <Text>14C</Text>
        <Calculated>-1</Calculated>
        <Left>13860</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt14D</Name>
        <Section>0</Section>
        <Text>14D</Text>
        <Calculated>-1</Calculated>
        <Left>14040</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>2147483653</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txt14E</Name>
        <Section>0</Section>
        <Text>14E</Text>
        <Calculated>-1</Calculated>
        <Left>14220</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtInspector</Name>
        <Section>0</Section>
        <Text>Inspector</Text>
        <Calculated>-1</Calculated>
        <Width>1620</Width>
        <Height>255</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>13434828</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtInspectorID</Name>
        <Section>0</Section>
        <Text>InspectorID</Text>
        <Calculated>-1</Calculated>
        <Left>1080</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <BackColor>255</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Visible>0</Visible>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtLineNo</Name>
        <Section>0</Section>
        <Text>LineNo</Text>
        <Calculated>-1</Calculated>
        <Left>1320</Left>
        <Width>180</Width>
        <Height>255</Height>
        <Align>1</Align>
        <BackStyle>1</BackStyle>
        <BackColor>255</BackColor>
        <ForeColor>2147483656</ForeColor>
        <BorderStyle>1</BorderStyle>
        <Visible>0</Visible>
        <Font>
          <Name>MS Sans Serif</Name>
          <Size>8.25</Size>
        </Font>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptTotInspByMonth *** -->
  <Report>
    <Name>rptTotInspByMonth</Name>
    <DataSource>
      <ConnectionString>PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA SOURCE=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;PERSIST SECURITY INFO=FALSE;Jet OLEDB:System database=C:\Documents and Settings\stephen.bentley\Application Data\Microsoft\Access\System.mdw</ConnectionString>
      <RecordSource>SELECT tblOrder.OrderID, tblOrder.OrderStatus, Format$([InspDate],"mmmm yyyy",0,0) AS MonthYear, Format$([InspDate],"yyyymm",0,0) AS YearMonth, tblOrder.InspDate, tblOrder.InspTime, tblOrder.ApptStart, tblOrder.ApptEnd, tblOrder.SubAddress, tblOrder.SubCity, tblOrder.SubState, tblOrder.SubZip, tblInspectors.InspectorID, tblInspectors.InspLN, tblInspectors.InspFN, tblOrder.Client1LN, [InspLN] &amp; ", " &amp; [InspFN] AS Inspector, [Client1LN] &amp; ", " &amp; [Client1FN] AS Client1
FROM tblInspectors INNER JOIN (tblOrder INNER JOIN tblOrderInspectors ON tblOrder.OrderID=tblOrderInspectors.OrderID) ON tblInspectors.InspectorID=tblOrderInspectors.InspectorID
ORDER BY tblOrder.OrderID;</RecordSource>
    </DataSource>
    <Layout>
      <Width>9720</Width>
    </Layout>
    <Groups>
      <Group>
        <Name>Group 1</Name>
        <GroupBy>MonthYear</GroupBy>
      </Group>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportHeader</Name>
        <Type>1</Type>
        <Height>1695</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportFooter</Name>
        <Type>2</Type>
        <Height>645</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>PageHeaderSection</Name>
        <Type>3</Type>
        <Height>660</Height>
      </Section>
      <Section>
        <Name>PageFooterSection</Name>
        <Type>4</Type>
        <Height>510</Height>
      </Section>
      <Section>
        <Name>GroupHeader0</Name>
        <Type>5</Type>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>GroupFooter1</Name>
        <Type>6</Type>
        <Height>360</Height>
        <CanGrow>0</CanGrow>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>Label4</Name>
        <Section>1</Section>
        <Text>Total Inspections by Month</Text>
        <Top>900</Top>
        <Width>5100</Width>
        <Height>645</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>27.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line7</Name>
        <Section>1</Section>
        <Top>60</Top>
        <Width>9360</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>MonthYear_Label</Name>
        <Section>3</Section>
        <Text>Month</Text>
        <Left>60</Left>
        <Top>60</Top>
        <Width>1935</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>InspDate_Label</Name>
        <Section>3</Section>
        <Text>Total Inspections</Text>
        <Left>2070</Left>
        <Top>60</Top>
        <Width>1935</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line8</Name>
        <Section>3</Section>
        <Width>9360</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>Line9</Name>
        <Section>3</Section>
        <Top>465</Top>
        <Width>9360</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>InspDate</Name>
        <Section>6</Section>
        <Text>=Count([MonthYear])</Text>
        <Calculated>-1</Calculated>
        <Left>2160</Left>
        <Width>825</Width>
        <Height>285</Height>
      </Field>
      <Field>
        <Name>Text5</Name>
        <Section>4</Section>
        <Text>=Now()</Text>
        <Calculated>-1</Calculated>
        <Format>Long Date</Format>
        <Left>60</Left>
        <Top>240</Top>
        <Width>4560</Width>
        <Height>270</Height>
        <Align>0</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Text6</Name>
        <Section>4</Section>
        <Text>="Page " &amp; [Page] &amp; " of " &amp; [Pages]</Text>
        <Calculated>-1</Calculated>
        <Left>4740</Left>
        <Top>240</Top>
        <Width>4560</Width>
        <Height>270</Height>
        <Align>2</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtCA</Name>
        <Section>1</Section>
        <Text>=DLookUp("RA","rqryCoInfo")</Text>
        <Calculated>-1</Calculated>
        <Top>540</Top>
        <Width>6114</Width>
        <Height>360</Height>
        <BackStyle>1</BackStyle>
        <CanGrow>-1</CanGrow>
        <Font>
          <Name>Tahoma</Name>
          <Size>9.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtCoName</Name>
        <Section>1</Section>
        <Text>=DLookUp("CoName","qlkpCoInfo")</Text>
        <Calculated>-1</Calculated>
        <Top>180</Top>
        <Width>6114</Width>
        <Height>360</Height>
        <BackStyle>1</BackStyle>
        <Font>
          <Name>Tahoma</Name>
          <Size>12</Size>
        </Font>
      </Field>
      <Field>
        <Name>MonthYear</Name>
        <Section>6</Section>
        <Text>MonthYear</Text>
        <Calculated>-1</Calculated>
        <Width>1995</Width>
        <Height>285</Height>
      </Field>
      <Field>
        <Name>InspDate1</Name>
        <Section>2</Section>
        <Text>=Count([MonthYear])</Text>
        <Calculated>-1</Calculated>
        <Left>2160</Left>
        <Top>180</Top>
        <Width>825</Width>
        <Height>285</Height>
      </Field>
      <Field>
        <Name>InspDate_Label1</Name>
        <Section>2</Section>
        <Text>Total Inspections</Text>
        <Top>120</Top>
        <Width>1935</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptTotInspByMonthInspector *** -->
  <Report>
    <Name>rptTotInspByMonthInspector</Name>
    <DataSource>
      <ConnectionString>PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA SOURCE=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;PERSIST SECURITY INFO=FALSE;Jet OLEDB:System database=C:\Documents and Settings\stephen.bentley\Application Data\Microsoft\Access\System.mdw</ConnectionString>
      <RecordSource>SELECT * FROM qryOrderSnapshot WHERE (InspDate BETWEEN #03/01/1999# AND #06/30/1999#) ORDER BY YEARMONTH, SUBZIP</RecordSource>
    </DataSource>
    <Layout>
      <Width>9720</Width>
    </Layout>
    <Groups>
      <Group>
        <Name>Group 1</Name>
        <GroupBy>MonthYear</GroupBy>
      </Group>
      <Group>
        <Name>Group 2</Name>
        <GroupBy>Inspector</GroupBy>
      </Group>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportHeader</Name>
        <Type>1</Type>
        <Height>1695</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportFooter</Name>
        <Type>2</Type>
        <Height>645</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>PageHeaderSection</Name>
        <Type>3</Type>
        <Height>660</Height>
      </Section>
      <Section>
        <Name>PageFooterSection</Name>
        <Type>4</Type>
        <Height>510</Height>
      </Section>
      <Section>
        <Name>GroupHeader0</Name>
        <Type>5</Type>
        <Height>390</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>GroupFooter1</Name>
        <Type>6</Type>
        <Height>360</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>Group 1 Header</Name>
        <Type>7</Type>
      </Section>
      <Section>
        <Name>Group 1 Footer</Name>
        <Type>8</Type>
        <Height>360</Height>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>Label4</Name>
        <Section>1</Section>
        <Text>Total Inspections by Month</Text>
        <Top>900</Top>
        <Width>5100</Width>
        <Height>645</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>27.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line7</Name>
        <Section>1</Section>
        <Top>60</Top>
        <Width>9360</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>MonthYear_Label</Name>
        <Section>3</Section>
        <Text>Month</Text>
        <Left>60</Left>
        <Top>60</Top>
        <Width>1665</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>InspDate_Label</Name>
        <Section>3</Section>
        <Text>Total Inspections</Text>
        <Left>4000</Left>
        <Top>60</Top>
        <Width>1935</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line8</Name>
        <Section>3</Section>
        <Width>9360</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>Line9</Name>
        <Section>3</Section>
        <Top>465</Top>
        <Width>9360</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>InspDate</Name>
        <Section>6</Section>
        <Text>=Count([MonthYear])</Text>
        <Calculated>-1</Calculated>
        <Left>4000</Left>
        <Width>825</Width>
        <Height>285</Height>
      </Field>
      <Field>
        <Name>Text5</Name>
        <Section>4</Section>
        <Text>=Now()</Text>
        <Calculated>-1</Calculated>
        <Format>Long Date</Format>
        <Left>60</Left>
        <Top>240</Top>
        <Width>4560</Width>
        <Height>270</Height>
        <Align>0</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Text6</Name>
        <Section>4</Section>
        <Text>="Page " &amp; [Page] &amp; " of " &amp; [Pages]</Text>
        <Calculated>-1</Calculated>
        <Left>4740</Left>
        <Top>240</Top>
        <Width>4560</Width>
        <Height>270</Height>
        <Align>2</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtCA</Name>
        <Section>1</Section>
        <Text>=DLookUp("RA","rqryCoInfo")</Text>
        <Calculated>-1</Calculated>
        <Top>540</Top>
        <Width>6114</Width>
        <Height>360</Height>
        <BackStyle>1</BackStyle>
        <CanGrow>-1</CanGrow>
        <Font>
          <Name>Tahoma</Name>
          <Size>9.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtCoName</Name>
        <Section>1</Section>
        <Text>=DLookUp("CoName","qlkpCoInfo")</Text>
        <Calculated>-1</Calculated>
        <Top>180</Top>
        <Width>6114</Width>
        <Height>360</Height>
        <BackStyle>1</BackStyle>
        <Font>
          <Name>Tahoma</Name>
          <Size>12</Size>
        </Font>
      </Field>
      <Field>
        <Name>MonthYear</Name>
        <Section>6</Section>
        <Text>MonthYear</Text>
        <Calculated>-1</Calculated>
        <Left>720</Left>
        <Width>1995</Width>
        <Height>285</Height>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>12</Size>
        </Font>
      </Field>
      <Field>
        <Name>InspDate1</Name>
        <Section>2</Section>
        <Text>=Count([MonthYear])</Text>
        <Calculated>-1</Calculated>
        <Left>4000</Left>
        <Top>180</Top>
        <Width>825</Width>
        <Height>285</Height>
      </Field>
      <Field>
        <Name>InspDate_Label1</Name>
        <Section>2</Section>
        <Text>Total Inspections</Text>
        <Top>120</Top>
        <Width>1935</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>MonthYear_Label1</Name>
        <Section>3</Section>
        <Text>Inspector</Text>
        <Left>1800</Left>
        <Top>60</Top>
        <Width>1365</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>MonthYear1</Name>
        <Section>8</Section>
        <Text>Inspector</Text>
        <Calculated>-1</Calculated>
        <Left>1800</Left>
        <Width>2000</Width>
        <Height>285</Height>
        <Align>0</Align>
      </Field>
      <Field>
        <Name>InspDate2</Name>
        <Section>8</Section>
        <Text>=Count([MonthYear])</Text>
        <Calculated>-1</Calculated>
        <Left>4000</Left>
        <Width>825</Width>
        <Height>285</Height>
      </Field>
      <Field>
        <Name>Label21</Name>
        <Section>6</Section>
        <Text>Total for</Text>
        <Width>735</Width>
        <Height>300</Height>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>12</Size>
        </Font>
      </Field>
      <Field>
        <Name>MonthYear2</Name>
        <Section>5</Section>
        <Text>MonthYear</Text>
        <Calculated>-1</Calculated>
        <Top>90</Top>
        <Width>1995</Width>
        <Height>285</Height>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>12</Size>
        </Font>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptTotInspByMonthZip *** -->
  <Report>
    <Name>rptTotInspByMonthZip</Name>
    <DataSource>
      <ConnectionString>PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA SOURCE=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;PERSIST SECURITY INFO=FALSE;Jet OLEDB:System database=C:\Documents and Settings\stephen.bentley\Application Data\Microsoft\Access\System.mdw</ConnectionString>
      <RecordSource>SELECT * FROM qryOrderSnapshot WHERE (InspDate BETWEEN #03/01/1999# AND #06/30/1999#) ORDER BY YEARMONTH, SUBZIP</RecordSource>
    </DataSource>
    <Layout>
      <Width>9720</Width>
    </Layout>
    <Groups>
      <Group>
        <Name>Group 1</Name>
        <GroupBy>MonthYear</GroupBy>
      </Group>
      <Group>
        <Name>Group 2</Name>
        <GroupBy>SubZip</GroupBy>
      </Group>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportHeader</Name>
        <Type>1</Type>
        <Height>1695</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportFooter</Name>
        <Type>2</Type>
        <Height>645</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>PageHeaderSection</Name>
        <Type>3</Type>
        <Height>660</Height>
      </Section>
      <Section>
        <Name>PageFooterSection</Name>
        <Type>4</Type>
        <Height>510</Height>
      </Section>
      <Section>
        <Name>GroupHeader0</Name>
        <Type>5</Type>
        <Height>390</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>GroupFooter1</Name>
        <Type>6</Type>
        <Height>360</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>Group 1 Header</Name>
        <Type>7</Type>
      </Section>
      <Section>
        <Name>Group 1 Footer</Name>
        <Type>8</Type>
        <Height>360</Height>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>Label4</Name>
        <Section>1</Section>
        <Text>Total Inspections by Month</Text>
        <Top>900</Top>
        <Width>5100</Width>
        <Height>645</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>27.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line7</Name>
        <Section>1</Section>
        <Top>60</Top>
        <Width>9360</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>MonthYear_Label</Name>
        <Section>3</Section>
        <Text>Month</Text>
        <Left>60</Left>
        <Top>60</Top>
        <Width>1665</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>InspDate_Label</Name>
        <Section>3</Section>
        <Text>Total Inspections</Text>
        <Left>3330</Left>
        <Top>60</Top>
        <Width>1935</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line8</Name>
        <Section>3</Section>
        <Width>9360</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>Line9</Name>
        <Section>3</Section>
        <Top>465</Top>
        <Width>9360</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>InspDate</Name>
        <Section>6</Section>
        <Text>=Count([MonthYear])</Text>
        <Calculated>-1</Calculated>
        <Left>3420</Left>
        <Width>825</Width>
        <Height>285</Height>
      </Field>
      <Field>
        <Name>Text5</Name>
        <Section>4</Section>
        <Text>=Now()</Text>
        <Calculated>-1</Calculated>
        <Format>Long Date</Format>
        <Left>60</Left>
        <Top>240</Top>
        <Width>4560</Width>
        <Height>270</Height>
        <Align>0</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Text6</Name>
        <Section>4</Section>
        <Text>="Page " &amp; [Page] &amp; " of " &amp; [Pages]</Text>
        <Calculated>-1</Calculated>
        <Left>4740</Left>
        <Top>240</Top>
        <Width>4560</Width>
        <Height>270</Height>
        <Align>2</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtCA</Name>
        <Section>1</Section>
        <Text>=DLookUp("RA","rqryCoInfo")</Text>
        <Calculated>-1</Calculated>
        <Top>540</Top>
        <Width>6114</Width>
        <Height>360</Height>
        <BackStyle>1</BackStyle>
        <CanGrow>-1</CanGrow>
        <Font>
          <Name>Tahoma</Name>
          <Size>9.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtCoName</Name>
        <Section>1</Section>
        <Text>=DLookUp("CoName","qlkpCoInfo")</Text>
        <Calculated>-1</Calculated>
        <Top>180</Top>
        <Width>6114</Width>
        <Height>360</Height>
        <BackStyle>1</BackStyle>
        <Font>
          <Name>Tahoma</Name>
          <Size>12</Size>
        </Font>
      </Field>
      <Field>
        <Name>MonthYear</Name>
        <Section>6</Section>
        <Text>MonthYear</Text>
        <Calculated>-1</Calculated>
        <Left>720</Left>
        <Width>1995</Width>
        <Height>285</Height>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>12</Size>
        </Font>
      </Field>
      <Field>
        <Name>InspDate1</Name>
        <Section>2</Section>
        <Text>=Count([MonthYear])</Text>
        <Calculated>-1</Calculated>
        <Left>3420</Left>
        <Top>180</Top>
        <Width>825</Width>
        <Height>285</Height>
      </Field>
      <Field>
        <Name>InspDate_Label1</Name>
        <Section>2</Section>
        <Text>Total Inspections</Text>
        <Top>120</Top>
        <Width>1935</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>MonthYear_Label1</Name>
        <Section>3</Section>
        <Text>Zip Code</Text>
        <Left>1800</Left>
        <Top>60</Top>
        <Width>1365</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>MonthYear1</Name>
        <Section>8</Section>
        <Text>SubZip</Text>
        <Calculated>-1</Calculated>
        <Left>1800</Left>
        <Width>1365</Width>
        <Height>285</Height>
        <Align>0</Align>
      </Field>
      <Field>
        <Name>InspDate2</Name>
        <Section>8</Section>
        <Text>=Count([MonthYear])</Text>
        <Calculated>-1</Calculated>
        <Left>3420</Left>
        <Width>825</Width>
        <Height>285</Height>
      </Field>
      <Field>
        <Name>Label21</Name>
        <Section>6</Section>
        <Text>Total for</Text>
        <Width>735</Width>
        <Height>300</Height>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>12</Size>
        </Font>
      </Field>
      <Field>
        <Name>MonthYear2</Name>
        <Section>5</Section>
        <Text>MonthYear</Text>
        <Calculated>-1</Calculated>
        <Top>90</Top>
        <Width>1995</Width>
        <Height>285</Height>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>12</Size>
        </Font>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptUnpaidOrders *** -->
  <Report>
    <Name>rptUnpaidOrders</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
      <RecordSource>SELECT rqryOrdersUnpaid_Balance.OrderID, rqryOrdersUnpaid_Balance.Balance, tblOrder.InspDate, [InspFN] &amp; " " &amp; [InspLN] AS InspName, tblOrder.SubAddress, tblOrder.SubCity, tlkpInspectors.InspectorID, tblOrder.OrderStatus, [Client1LN] &amp; ", " &amp; [Client1FN] AS Client, tblOrder.ClientPhone
FROM (rqryOrdersUnpaid_Balance INNER JOIN tblOrder ON rqryOrdersUnpaid_Balance.OrderID = tblOrder.OrderID) INNER JOIN (tlkpInspectors INNER JOIN tblOrderInspectors ON tlkpInspectors.InspectorID = tblOrderInspectors.InspectorID) ON tblOrder.OrderID = tblOrderInspectors.OrderID
WHERE (((rqryOrdersUnpaid_Balance.Balance)&gt;0) AND ((tblOrder.OrderStatus)=1 Or (tblOrder.OrderStatus)=4))
ORDER BY tblOrder.InspDate, [InspFN] &amp; " " &amp; [InspLN];</RecordSource>
    </DataSource>
    <Layout>
      <Width>13350</Width>
    </Layout>
    <Groups>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>360</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportHeader</Name>
        <Type>1</Type>
        <Height>1065</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportFooter</Name>
        <Type>2</Type>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>PageHeader</Name>
        <Type>3</Type>
        <Height>510</Height>
      </Section>
      <Section>
        <Name>PageFooter</Name>
        <Type>4</Type>
        <Height>510</Height>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>Label10</Name>
        <Section>1</Section>
        <Text>Unpaid Orders</Text>
        <Left>60</Left>
        <Top>60</Top>
        <Width>2880</Width>
        <Height>660</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>27.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>InspName Label</Name>
        <Section>3</Section>
        <Text>Inspector</Text>
        <Left>60</Left>
        <Top>90</Top>
        <Width>1935</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>InspDate Label</Name>
        <Section>3</Section>
        <Text>Insp Date</Text>
        <Left>2070</Left>
        <Top>90</Top>
        <Width>930</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>SubAddress Label</Name>
        <Section>3</Section>
        <Text>Address</Text>
        <Left>3240</Left>
        <Top>90</Top>
        <Width>3075</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>SubCity Label</Name>
        <Section>3</Section>
        <Text>City</Text>
        <Left>6390</Left>
        <Top>90</Top>
        <Width>1815</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>BalanceDue Label</Name>
        <Section>3</Section>
        <Text>Bal Due</Text>
        <Left>8280</Left>
        <Top>90</Top>
        <Width>915</Width>
        <Height>345</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line13</Name>
        <Section>3</Section>
        <Top>450</Top>
        <Width>12795</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>txtInspName</Name>
        <Section>0</Section>
        <Text>InspName</Text>
        <Calculated>-1</Calculated>
        <Top>90</Top>
        <Width>1995</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>txtInspDate</Name>
        <Section>0</Section>
        <Text>InspDate</Text>
        <Calculated>-1</Calculated>
        <Left>2070</Left>
        <Top>90</Top>
        <Width>930</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>txtSubAddress</Name>
        <Section>0</Section>
        <Text>SubAddress</Text>
        <Calculated>-1</Calculated>
        <Left>3240</Left>
        <Top>90</Top>
        <Width>3075</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>txtSubCity</Name>
        <Section>0</Section>
        <Text>SubCity</Text>
        <Calculated>-1</Calculated>
        <Left>6390</Left>
        <Top>90</Top>
        <Width>1815</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>txtBalanceDue</Name>
        <Section>0</Section>
        <Text>Balance</Text>
        <Calculated>-1</Calculated>
        <Left>8280</Left>
        <Top>90</Top>
        <Width>915</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>Text11</Name>
        <Section>4</Section>
        <Text>=Now()</Text>
        <Calculated>-1</Calculated>
        <Format>Long Date</Format>
        <Left>60</Left>
        <Top>240</Top>
        <Width>5040</Width>
        <Height>270</Height>
        <Align>0</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Text12</Name>
        <Section>4</Section>
        <Text>="Page " &amp; [Page] &amp; " of " &amp; [Pages]</Text>
        <Calculated>-1</Calculated>
        <Left>7860</Left>
        <Top>240</Top>
        <Width>5040</Width>
        <Height>270</Height>
        <Align>2</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line14</Name>
        <Section>4</Section>
        <Left>60</Left>
        <Top>240</Top>
        <Width>12840</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>20</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>txtDateRange</Name>
        <Section>1</Section>
        <Text>="During " &amp; [Forms]![frmRpts]![sfmReports].[Form]![txtStartDate] &amp; " - " &amp; [Forms]![frmRpts]![sfmReports].[Form]![txtEndDate]</Text>
        <Calculated>-1</Calculated>
        <Left>3150</Left>
        <Top>450</Top>
        <Width>8205</Width>
        <Height>300</Height>
        <Align>0</Align>
      </Field>
      <Field>
        <Name>txtInspName1</Name>
        <Section>0</Section>
        <Text>Client</Text>
        <Calculated>-1</Calculated>
        <Left>9360</Left>
        <Top>90</Top>
        <Width>2265</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>txtInspName2</Name>
        <Section>0</Section>
        <Text>ClientPhone</Text>
        <Calculated>-1</Calculated>
        <Left>11700</Left>
        <Top>90</Top>
        <Width>1545</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>InspDate Label1</Name>
        <Section>3</Section>
        <Text>Client</Text>
        <Left>9360</Left>
        <Top>90</Top>
        <Width>2265</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>InspDate Label2</Name>
        <Section>3</Section>
        <Text>Client Phone</Text>
        <Left>11700</Left>
        <Top>90</Top>
        <Width>1545</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptVolDollarsByREFirmSortedByDollars *** -->
  <Report>
    <Name>rptVolDollarsByREFirmSortedByDollars</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
      <RecordSource>tblWork</RecordSource>
    </DataSource>
    <Layout>
      <Width>10260</Width>
      <MarginTop>720</MarginTop>
      <MarginRight>720</MarginRight>
      <MarginBottom>720</MarginBottom>
    </Layout>
    <Groups>
      <Group>
        <Name>Group 1</Name>
        <GroupBy>Value1</GroupBy>
        <Sort>2</Sort>
      </Group>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>405</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportHeader</Name>
        <Type>1</Type>
        <Height>1065</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportFooter</Name>
        <Type>2</Type>
        <Height>360</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>PageHeader</Name>
        <Type>3</Type>
        <Height>480</Height>
      </Section>
      <Section>
        <Name>PageFooter</Name>
        <Type>4</Type>
        <Height>510</Height>
      </Section>
      <Section>
        <Name>Group 0 Header</Name>
        <Type>5</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Group 0 Footer</Name>
        <Type>6</Type>
        <Visible>0</Visible>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>Label18</Name>
        <Section>1</Section>
        <Text>Dollar Volume By RE Firms</Text>
        <Left>60</Left>
        <Top>60</Top>
        <Width>5160</Width>
        <Height>645</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>27.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>Label23</Name>
        <Section>1</Section>
        <Text>Sorted by Dollars</Text>
        <Left>5340</Left>
        <Top>360</Top>
        <Width>4560</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtDateRange</Name>
        <Section>1</Section>
        <Text>="During " &amp; [Forms]![frmRpts]![sfmReports].[Form]![txtStartDate] &amp; " - " &amp; [Forms]![frmRpts]![sfmReports].[Form]![txtEndDate]</Text>
        <Calculated>-1</Calculated>
        <Left>5700</Left>
        <Top>60</Top>
        <Width>4260</Width>
        <Height>285</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>CountBA Label</Name>
        <Section>3</Section>
        <Text>Volume $</Text>
        <Left>360</Left>
        <Top>60</Top>
        <Width>930</Width>
        <Height>345</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>REFirm Label</Name>
        <Section>3</Section>
        <Text>RE Firm</Text>
        <Left>1900</Left>
        <Top>60</Top>
        <Width>1845</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>REAddress1 Label</Name>
        <Section>3</Section>
        <Text>Address</Text>
        <Left>5670</Left>
        <Top>60</Top>
        <Width>4515</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line26</Name>
        <Section>3</Section>
        <Left>60</Left>
        <Top>420</Top>
        <Width>9960</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>60</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>txtSumOfFee</Name>
        <Section>0</Section>
        <Text>Value1</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>60</Left>
        <Top>60</Top>
        <Width>1680</Width>
        <Height>285</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>txtREFirm</Name>
        <Section>0</Section>
        <Text>Group1</Text>
        <Calculated>-1</Calculated>
        <Left>1900</Left>
        <Top>60</Top>
        <Width>3510</Width>
        <Height>285</Height>
      </Field>
      <Field>
        <Name>txtREAddress</Name>
        <Section>0</Section>
        <Text>Group2</Text>
        <Calculated>-1</Calculated>
        <Left>5670</Left>
        <Top>60</Top>
        <Width>3735</Width>
        <Height>285</Height>
      </Field>
      <Field>
        <Name>Text19</Name>
        <Section>4</Section>
        <Text>=Now()</Text>
        <Calculated>-1</Calculated>
        <Format>Long Date</Format>
        <Left>60</Left>
        <Top>240</Top>
        <Width>5040</Width>
        <Height>270</Height>
        <Align>0</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Text20</Name>
        <Section>4</Section>
        <Text>="Page " &amp; [Page] &amp; " of " &amp; [Pages]</Text>
        <Calculated>-1</Calculated>
        <Left>5100</Left>
        <Top>240</Top>
        <Width>4920</Width>
        <Height>270</Height>
        <Align>2</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line22</Name>
        <Section>4</Section>
        <Left>60</Left>
        <Top>240</Top>
        <Width>9960</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>20</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>txtTotal</Name>
        <Section>2</Section>
        <Text>=Sum([Value1])</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>60</Left>
        <Width>1680</Width>
        <Height>360</Height>
        <Align>2</Align>
        <Font>
          <Size>12</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Label25</Name>
        <Section>2</Section>
        <Text>Total $</Text>
        <Left>1900</Left>
        <Width>1560</Width>
        <Height>360</Height>
        <Align>0</Align>
        <Font>
          <Size>12</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptVolDollarsByREFirmSortedByREFirm *** -->
  <Report>
    <Name>rptVolDollarsByREFirmSortedByREFirm</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
      <RecordSource>tblWork</RecordSource>
    </DataSource>
    <Layout>
      <Width>10080</Width>
      <MarginTop>720</MarginTop>
      <MarginRight>720</MarginRight>
      <MarginBottom>720</MarginBottom>
    </Layout>
    <Groups>
      <Group>
        <Name>Group 1</Name>
        <GroupBy>Group1</GroupBy>
        <Sort>1</Sort>
      </Group>
      <Group>
        <Name>Group 2</Name>
        <GroupBy>Value1</GroupBy>
        <Sort>2</Sort>
      </Group>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>405</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportHeader</Name>
        <Type>1</Type>
        <Height>1065</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportFooter</Name>
        <Type>2</Type>
        <Height>360</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>PageHeader</Name>
        <Type>3</Type>
        <Height>480</Height>
      </Section>
      <Section>
        <Name>PageFooter</Name>
        <Type>4</Type>
        <Height>510</Height>
      </Section>
      <Section>
        <Name>Group 0 Header</Name>
        <Type>5</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Group 0 Footer</Name>
        <Type>6</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Group 1 Header</Name>
        <Type>7</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Group 1 Footer</Name>
        <Type>8</Type>
        <Visible>0</Visible>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>Label18</Name>
        <Section>1</Section>
        <Text>Dollar Volume By RE Firms</Text>
        <Left>60</Left>
        <Top>60</Top>
        <Width>5160</Width>
        <Height>645</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>27.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>Label23</Name>
        <Section>1</Section>
        <Text>Sorted by RE Firm</Text>
        <Left>5340</Left>
        <Top>360</Top>
        <Width>4560</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtDateRange</Name>
        <Section>1</Section>
        <Text>="During " &amp; [Forms]![frmRpts]![sfmReports].[Form]![txtStartDate] &amp; " - " &amp; [Forms]![frmRpts]![sfmReports].[Form]![txtEndDate]</Text>
        <Calculated>-1</Calculated>
        <Left>5880</Left>
        <Top>60</Top>
        <Width>4080</Width>
        <Height>285</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>CountBA Label</Name>
        <Section>3</Section>
        <Text>Volume $</Text>
        <Left>360</Left>
        <Top>60</Top>
        <Width>930</Width>
        <Height>345</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>REFirm Label</Name>
        <Section>3</Section>
        <Text>RE Firm</Text>
        <Left>1900</Left>
        <Top>60</Top>
        <Width>3810</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>REAddress1 Label</Name>
        <Section>3</Section>
        <Text>Address</Text>
        <Left>5670</Left>
        <Top>60</Top>
        <Width>4335</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line26</Name>
        <Section>3</Section>
        <Left>60</Left>
        <Top>420</Top>
        <Width>9960</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>60</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>txtSumOfFee</Name>
        <Section>0</Section>
        <Text>Value1</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>60</Left>
        <Top>60</Top>
        <Width>1680</Width>
        <Height>285</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>txtREFirm</Name>
        <Section>0</Section>
        <Text>Group1</Text>
        <Calculated>-1</Calculated>
        <Left>1900</Left>
        <Top>60</Top>
        <Width>3510</Width>
        <Height>285</Height>
      </Field>
      <Field>
        <Name>txtREAddress</Name>
        <Section>0</Section>
        <Text>Group2</Text>
        <Calculated>-1</Calculated>
        <Left>5670</Left>
        <Top>60</Top>
        <Width>3735</Width>
        <Height>285</Height>
      </Field>
      <Field>
        <Name>Text19</Name>
        <Section>4</Section>
        <Text>=Now()</Text>
        <Calculated>-1</Calculated>
        <Format>Long Date</Format>
        <Left>60</Left>
        <Top>240</Top>
        <Width>5040</Width>
        <Height>270</Height>
        <Align>0</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Text20</Name>
        <Section>4</Section>
        <Text>="Page " &amp; [Page] &amp; " of " &amp; [Pages]</Text>
        <Calculated>-1</Calculated>
        <Left>5100</Left>
        <Top>240</Top>
        <Width>4920</Width>
        <Height>270</Height>
        <Align>2</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line22</Name>
        <Section>4</Section>
        <Left>60</Left>
        <Top>240</Top>
        <Width>9960</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>20</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>txtTotal</Name>
        <Section>2</Section>
        <Text>=Sum([Value1])</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>60</Left>
        <Width>1680</Width>
        <Height>360</Height>
        <Align>2</Align>
        <Font>
          <Size>12</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Label25</Name>
        <Section>2</Section>
        <Text>Total $</Text>
        <Left>1900</Left>
        <Width>1560</Width>
        <Height>360</Height>
        <Align>0</Align>
        <Font>
          <Size>12</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptVolTransByREFirm *** -->
  <Report>
    <Name>rptVolTransByREFirm</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
      <RecordSource>tblWork</RecordSource>
    </DataSource>
    <Layout>
      <Width>13320</Width>
      <MarginLeft>1080</MarginLeft>
      <MarginTop>720</MarginTop>
      <MarginBottom>720</MarginBottom>
    </Layout>
    <Groups>
      <Group>
        <Name>Group 1</Name>
        <GroupBy>CountBA</GroupBy>
        <Sort>2</Sort>
      </Group>
      <Group>
        <Name>Group 2</Name>
        <GroupBy>REFirm</GroupBy>
        <Sort>1</Sort>
      </Group>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>405</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportHeader</Name>
        <Type>1</Type>
        <Height>1065</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportFooter</Name>
        <Type>2</Type>
        <Height>390</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>PageHeader</Name>
        <Type>3</Type>
        <Height>465</Height>
      </Section>
      <Section>
        <Name>PageFooter</Name>
        <Type>4</Type>
        <Height>510</Height>
      </Section>
      <Section>
        <Name>Group 0 Header</Name>
        <Type>5</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Group 0 Footer</Name>
        <Type>6</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Group 1 Header</Name>
        <Type>7</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Group 1 Footer</Name>
        <Type>8</Type>
        <Visible>0</Visible>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>Label18</Name>
        <Section>1</Section>
        <Text>Transaction Volume By RE Firm</Text>
        <Left>60</Left>
        <Top>60</Top>
        <Width>6030</Width>
        <Height>645</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>27.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>Label23</Name>
        <Section>1</Section>
        <Text>Sorted by Volume</Text>
        <Left>6120</Left>
        <Top>360</Top>
        <Width>4560</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtDateRange</Name>
        <Section>1</Section>
        <Text>="During " &amp; [Forms]![frmRpts]![sfmReports].[Form]![txtStartDate] &amp; " - " &amp; [Forms]![frmRpts]![sfmReports].[Form]![txtEndDate]</Text>
        <Calculated>-1</Calculated>
        <Left>7500</Left>
        <Top>60</Top>
        <Width>5400</Width>
        <Height>285</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>CountBA Label</Name>
        <Section>3</Section>
        <Text>Volume</Text>
        <Left>60</Left>
        <Top>60</Top>
        <Width>930</Width>
        <Height>345</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>REFirm Label</Name>
        <Section>3</Section>
        <Text>RE Firm</Text>
        <Left>1700</Left>
        <Top>60</Top>
        <Width>3810</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>REAddress1 Label</Name>
        <Section>3</Section>
        <Text>Address</Text>
        <Left>5670</Left>
        <Top>60</Top>
        <Width>4335</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line21</Name>
        <Section>3</Section>
        <Left>60</Left>
        <Top>405</Top>
        <Width>12900</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>CountBA</Name>
        <Section>0</Section>
        <Text>Count1</Text>
        <Calculated>-1</Calculated>
        <Format>#,###</Format>
        <Left>60</Left>
        <Top>60</Top>
        <Width>930</Width>
        <Height>285</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>REFirm</Name>
        <Section>0</Section>
        <Text>Group1</Text>
        <Calculated>-1</Calculated>
        <Left>1700</Left>
        <Top>60</Top>
        <Width>3810</Width>
        <Height>285</Height>
      </Field>
      <Field>
        <Name>REAddress1</Name>
        <Section>0</Section>
        <Text>Group2</Text>
        <Calculated>-1</Calculated>
        <Left>5670</Left>
        <Top>60</Top>
        <Width>7290</Width>
        <Height>285</Height>
      </Field>
      <Field>
        <Name>Text19</Name>
        <Section>4</Section>
        <Text>=Now()</Text>
        <Calculated>-1</Calculated>
        <Format>Long Date</Format>
        <Left>60</Left>
        <Top>240</Top>
        <Width>5040</Width>
        <Height>270</Height>
        <Align>0</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Text20</Name>
        <Section>4</Section>
        <Text>="Page " &amp; [Page] &amp; " of " &amp; [Pages]</Text>
        <Calculated>-1</Calculated>
        <Left>8100</Left>
        <Top>240</Top>
        <Width>4860</Width>
        <Height>270</Height>
        <Align>2</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line22</Name>
        <Section>4</Section>
        <Left>60</Left>
        <Top>240</Top>
        <Width>12900</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>20</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>txtTotalCount</Name>
        <Section>2</Section>
        <Text>=Sum([Count1])</Text>
        <Calculated>-1</Calculated>
        <Left>60</Left>
        <Width>930</Width>
        <Height>285</Height>
        <Align>2</Align>
        <Font>
          <Size>12</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Label25</Name>
        <Section>2</Section>
        <Text>Total #</Text>
        <Left>1700</Left>
        <Width>1560</Width>
        <Height>360</Height>
        <Align>0</Align>
        <Font>
          <Size>12</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptVolTransRefBy *** -->
  <Report>
    <Name>rptVolTransRefBy</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
      <RecordSource>SELECT rqryVolRefByCount.CountOfOrderID, [RefByFN] &amp; " " &amp; [RefByLN] AS RN, tblRefBy.RefByCompany, tblRefBy.RefByLN
FROM rqryVolRefByCount INNER JOIN tblRefBy ON rqryVolRefByCount.RefByID = tblRefBy.RefByID
ORDER BY rqryVolRefByCount.CountOfOrderID DESC , tblRefBy.RefByLN;</RecordSource>
    </DataSource>
    <Layout>
      <Width>9720</Width>
    </Layout>
    <Groups>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>405</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportHeader</Name>
        <Type>1</Type>
        <Height>1065</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportFooter</Name>
        <Type>2</Type>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>PageHeader</Name>
        <Type>3</Type>
        <Height>480</Height>
      </Section>
      <Section>
        <Name>PageFooter</Name>
        <Type>4</Type>
        <Height>510</Height>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>Label6</Name>
        <Section>1</Section>
        <Text>Transaction Volume by Other Referrals</Text>
        <Left>60</Left>
        <Top>60</Top>
        <Width>6960</Width>
        <Height>645</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>27.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>CountOfOrderID Label</Name>
        <Section>3</Section>
        <Text># Orders</Text>
        <Left>60</Left>
        <Top>60</Top>
        <Width>1200</Width>
        <Height>345</Height>
        <Align>2</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>RN Label</Name>
        <Section>3</Section>
        <Text>Referral Name</Text>
        <Left>1560</Left>
        <Top>60</Top>
        <Width>2310</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>RefByCompany Label</Name>
        <Section>3</Section>
        <Text>Company</Text>
        <Left>5640</Left>
        <Top>60</Top>
        <Width>3585</Width>
        <Height>345</Height>
        <Align>0</Align>
        <Font>
          <Name>Haettenschweiler</Name>
          <Size>14.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line9</Name>
        <Section>3</Section>
        <Left>120</Left>
        <Top>420</Top>
        <Width>9060</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>3</LineSlant>
      </Field>
      <Field>
        <Name>CountOfOrderID</Name>
        <Section>0</Section>
        <Text>CountOfOrderID</Text>
        <Calculated>-1</Calculated>
        <Left>60</Left>
        <Top>60</Top>
        <Width>1200</Width>
        <Height>285</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>RN</Name>
        <Section>0</Section>
        <Text>RN</Text>
        <Calculated>-1</Calculated>
        <Left>1560</Left>
        <Top>60</Top>
        <Width>3975</Width>
        <Height>285</Height>
      </Field>
      <Field>
        <Name>RefByCompany</Name>
        <Section>0</Section>
        <Text>RefByCompany</Text>
        <Calculated>-1</Calculated>
        <Left>5640</Left>
        <Top>60</Top>
        <Width>3585</Width>
        <Height>285</Height>
      </Field>
      <Field>
        <Name>Text7</Name>
        <Section>4</Section>
        <Text>=Now()</Text>
        <Calculated>-1</Calculated>
        <Format>Long Date</Format>
        <Left>60</Left>
        <Top>240</Top>
        <Width>4560</Width>
        <Height>270</Height>
        <Align>0</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Text8</Name>
        <Section>4</Section>
        <Text>="Page " &amp; [Page] &amp; " of " &amp; [Pages]</Text>
        <Calculated>-1</Calculated>
        <Left>4740</Left>
        <Top>240</Top>
        <Width>4560</Width>
        <Height>270</Height>
        <Align>2</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line10</Name>
        <Section>4</Section>
        <Left>60</Left>
        <Top>240</Top>
        <Width>9240</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>20</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptWorkOrder *** -->
  <Report>
    <Name>rptWorkOrder</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
      <RecordSource>rqryWorkOrder</RecordSource>
    </DataSource>
    <Layout>
      <Width>11040</Width>
      <MarginLeft>720</MarginLeft>
      <MarginTop>864</MarginTop>
      <MarginRight>720</MarginRight>
      <MarginBottom>864</MarginBottom>
    </Layout>
    <Groups>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>10890</Height>
        <CanShrink>-1</CanShrink>
      </Section>
      <Section>
        <Name>ReportHeader</Name>
        <Type>1</Type>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportFooter</Name>
        <Type>2</Type>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>PageHeader</Name>
        <Type>3</Type>
        <Height>840</Height>
      </Section>
      <Section>
        <Name>PageFooter</Name>
        <Type>4</Type>
        <Height>420</Height>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>Label44</Name>
        <Section>3</Section>
        <Text>Work Order</Text>
        <Left>60</Left>
        <Width>2100</Width>
        <Height>420</Height>
        <Align>0</Align>
        <Font>
          <Size>18</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>txtOrderDate</Name>
        <Section>3</Section>
        <Text>OrderDate</Text>
        <Calculated>-1</Calculated>
        <Format>Short Date</Format>
        <Left>7380</Left>
        <Top>360</Top>
        <Width>1560</Width>
        <Height>300</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <MarginLeft>40</MarginLeft>
        <Font>
          <Size>11.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>OrderDate Label</Name>
        <Section>3</Section>
        <Text>Order Date:</Text>
        <Left>7380</Left>
        <Top>60</Top>
        <Width>1560</Width>
        <Height>300</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <MarginLeft>40</MarginLeft>
        <Font>
          <Size>11.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtOrderStatus</Name>
        <Section>3</Section>
        <Text>OS</Text>
        <Calculated>-1</Calculated>
        <Left>8940</Left>
        <Top>360</Top>
        <Width>1560</Width>
        <Height>300</Height>
        <BorderStyle>1</BorderStyle>
        <MarginLeft>40</MarginLeft>
        <Font>
          <Size>11.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>OrderStatus Label</Name>
        <Section>3</Section>
        <Text>Status:</Text>
        <Left>8940</Left>
        <Top>60</Top>
        <Width>1560</Width>
        <Height>300</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <MarginLeft>40</MarginLeft>
        <Font>
          <Size>11.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>Line48</Name>
        <Section>3</Section>
        <Left>60</Left>
        <Top>720</Top>
        <Width>10440</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>120</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>txtOID</Name>
        <Section>3</Section>
        <Text>OrderID</Text>
        <Calculated>-1</Calculated>
        <Left>300</Left>
        <Width>720</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>255</BackColor>
        <Visible>0</Visible>
      </Field>
      <Field>
        <Name>txtBA2</Name>
        <Section>3</Section>
        <Text>BA2</Text>
        <Calculated>-1</Calculated>
        <Left>1080</Left>
        <Width>420</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>255</BackColor>
        <Visible>0</Visible>
      </Field>
      <Field>
        <Name>txtLA2</Name>
        <Section>3</Section>
        <Text>LA2</Text>
        <Calculated>-1</Calculated>
        <Left>1560</Left>
        <Width>420</Width>
        <Height>240</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>255</BackColor>
        <Visible>0</Visible>
      </Field>
      <Field>
        <Name>txtReportNumber</Name>
        <Section>3</Section>
        <Text>ReportNumber</Text>
        <Calculated>-1</Calculated>
        <Left>2640</Left>
        <Top>360</Top>
        <Width>1980</Width>
        <Height>300</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <MarginLeft>40</MarginLeft>
        <Font>
          <Size>11.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Label78</Name>
        <Section>3</Section>
        <Text>Report#:</Text>
        <Left>2640</Left>
        <Top>60</Top>
        <Width>1980</Width>
        <Height>300</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <MarginLeft>40</MarginLeft>
        <Font>
          <Size>11.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtRptDeliveryMethod</Name>
        <Section>3</Section>
        <Text>RptDeliveryMethod</Text>
        <Calculated>-1</Calculated>
        <Left>4620</Left>
        <Top>360</Top>
        <Width>2760</Width>
        <Height>300</Height>
        <BorderStyle>1</BorderStyle>
        <MarginLeft>40</MarginLeft>
        <Font>
          <Size>11.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Label80</Name>
        <Section>3</Section>
        <Text>Report Delivery Method:</Text>
        <Left>4620</Left>
        <Top>60</Top>
        <Width>2760</Width>
        <Height>300</Height>
        <Align>0</Align>
        <BorderStyle>1</BorderStyle>
        <MarginLeft>40</MarginLeft>
        <Font>
          <Size>11.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtC1</Name>
        <Section>0</Section>
        <Text>C1</Text>
        <Calculated>-1</Calculated>
        <Left>1500</Left>
        <Top>4320</Top>
        <Width>4740</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>C1 Label</Name>
        <Section>0</Section>
        <Text>Client 1:</Text>
        <Left>480</Left>
        <Top>4320</Top>
        <Width>960</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>txtC2</Name>
        <Section>0</Section>
        <Text>C2</Text>
        <Calculated>-1</Calculated>
        <Left>1500</Left>
        <Top>4560</Top>
        <Width>4740</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>C2 Label</Name>
        <Section>0</Section>
        <Text>Client 2:</Text>
        <Left>480</Left>
        <Top>4560</Top>
        <Width>960</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>txtClientAddress</Name>
        <Section>0</Section>
        <Text>ClientAddress</Text>
        <Calculated>-1</Calculated>
        <Left>1500</Left>
        <Top>4800</Top>
        <Width>4740</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>ClientAddress Label</Name>
        <Section>0</Section>
        <Text>Address:</Text>
        <Left>450</Left>
        <Top>4800</Top>
        <Width>960</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>txtClientCSZ</Name>
        <Section>0</Section>
        <Text>ClientCSZ</Text>
        <Calculated>-1</Calculated>
        <Left>1500</Left>
        <Top>5040</Top>
        <Width>4740</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>ClientCSZ Label</Name>
        <Section>0</Section>
        <Text>CSZ:</Text>
        <Left>450</Left>
        <Top>5040</Top>
        <Width>960</Width>
        <Height>240</Height>
        <Align>2</Align>
        <Visible>0</Visible>
      </Field>
      <Field>
        <Name>txtInspDate</Name>
        <Section>0</Section>
        <Text>InspDate</Text>
        <Calculated>-1</Calculated>
        <Format>Long Date</Format>
        <Left>1080</Left>
        <Top>60</Top>
        <Width>6300</Width>
        <Height>300</Height>
        <Align>0</Align>
        <Font>
          <Size>11.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>InspDate Label</Name>
        <Section>0</Section>
        <Text>Insp Date:</Text>
        <Left>60</Left>
        <Top>60</Top>
        <Width>960</Width>
        <Height>300</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>txtInspTime</Name>
        <Section>0</Section>
        <Text>InspTime</Text>
        <Calculated>-1</Calculated>
        <Left>8820</Left>
        <Top>60</Top>
        <Width>1680</Width>
        <Height>300</Height>
        <Align>0</Align>
        <Font>
          <Size>11.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>InspTime Label</Name>
        <Section>0</Section>
        <Text>Appt. Time:</Text>
        <Left>7680</Left>
        <Top>60</Top>
        <Width>1080</Width>
        <Height>300</Height>
        <Align>0</Align>
      </Field>
      <Field>
        <Name>txtSubLoc</Name>
        <Section>0</Section>
        <Text>SubLoc</Text>
        <Calculated>-1</Calculated>
        <Left>1080</Left>
        <Top>360</Top>
        <Width>9420</Width>
        <Height>300</Height>
        <Align>0</Align>
        <Font>
          <Size>11.25</Size>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>SubLoc Label</Name>
        <Section>0</Section>
        <Text>Address:</Text>
        <Left>60</Left>
        <Top>360</Top>
        <Width>960</Width>
        <Height>300</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>txtDirections</Name>
        <Section>0</Section>
        <Text>="DIRECTIONS: " &amp; [Directions]</Text>
        <Calculated>-1</Calculated>
        <Left>60</Left>
        <Top>660</Top>
        <Width>7320</Width>
        <Height>1260</Height>
        <Align>0</Align>
      </Field>
      <Field>
        <Name>txtSF</Name>
        <Section>0</Section>
        <Text>SF</Text>
        <Calculated>-1</Calculated>
        <Format>#,###</Format>
        <Left>1500</Left>
        <Top>3060</Top>
        <Width>960</Width>
        <Height>240</Height>
        <Align>0</Align>
      </Field>
      <Field>
        <Name>SF Label</Name>
        <Section>0</Section>
        <Text>Square Feet:</Text>
        <Left>60</Left>
        <Top>3060</Top>
        <Width>1380</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>txtYB</Name>
        <Section>0</Section>
        <Text>YB</Text>
        <Calculated>-1</Calculated>
        <Left>1500</Left>
        <Top>3300</Top>
        <Width>960</Width>
        <Height>240</Height>
        <Align>0</Align>
      </Field>
      <Field>
        <Name>YB Label</Name>
        <Section>0</Section>
        <Text>Year Built:</Text>
        <Left>60</Left>
        <Top>3300</Top>
        <Width>1380</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>txtReferralType</Name>
        <Section>0</Section>
        <Text>ReferralType</Text>
        <Calculated>-1</Calculated>
        <Left>1500</Left>
        <Top>9420</Top>
        <Width>4320</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>ReferralType Label</Name>
        <Section>0</Section>
        <Text>Reference:</Text>
        <Left>120</Left>
        <Top>9420</Top>
        <Width>1320</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>txtRefBy</Name>
        <Section>0</Section>
        <Text>RefBy</Text>
        <Calculated>-1</Calculated>
        <Left>1500</Left>
        <Top>9720</Top>
        <Width>4320</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>RefBy Label</Name>
        <Section>0</Section>
        <Text>Referred By:</Text>
        <Left>120</Left>
        <Top>9720</Top>
        <Width>1320</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>AttendeeC Label</Name>
        <Section>0</Section>
        <Text>Buyer</Text>
        <Left>1350</Left>
        <Top>1980</Top>
        <Width>735</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>AttendeeBA Label</Name>
        <Section>0</Section>
        <Text>Buyer's Agent</Text>
        <Left>2610</Left>
        <Top>1980</Top>
        <Width>1200</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>AttendeeSA Label</Name>
        <Section>0</Section>
        <Text>Seller's Agent</Text>
        <Left>4320</Left>
        <Top>1980</Top>
        <Width>1200</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>AttendeeS Label</Name>
        <Section>0</Section>
        <Text>Seller</Text>
        <Left>5940</Left>
        <Top>1980</Top>
        <Width>735</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>txtSellerName</Name>
        <Section>0</Section>
        <Text>SellerName</Text>
        <Calculated>-1</Calculated>
        <Left>1500</Left>
        <Top>10020</Top>
        <Width>2760</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>SellerName Label</Name>
        <Section>0</Section>
        <Text>Seller's Name:</Text>
        <Top>10020</Top>
        <Width>1440</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>txtSellerPhone1</Name>
        <Section>0</Section>
        <Text>SellerPhone1</Text>
        <Calculated>-1</Calculated>
        <Left>1500</Left>
        <Top>10320</Top>
        <Width>1560</Width>
        <Height>240</Height>
        <Align>0</Align>
      </Field>
      <Field>
        <Name>SellerPhone1 Label</Name>
        <Section>0</Section>
        <Text>Seller's Phone1:</Text>
        <Top>10320</Top>
        <Width>1440</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>txtSellerPhone2</Name>
        <Section>0</Section>
        <Text>SellerPhone2</Text>
        <Calculated>-1</Calculated>
        <Left>1500</Left>
        <Top>10620</Top>
        <Width>1560</Width>
        <Height>240</Height>
        <Align>0</Align>
      </Field>
      <Field>
        <Name>SellerPhone2 Label</Name>
        <Section>0</Section>
        <Text>Seller's Phone2:</Text>
        <Top>10620</Top>
        <Width>1440</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>Line47</Name>
        <Section>0</Section>
        <Left>60</Left>
        <Top>5625</Top>
        <Width>10440</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>Line49</Name>
        <Section>0</Section>
        <Left>60</Left>
        <Top>2280</Top>
        <Width>10440</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>Line50</Name>
        <Section>0</Section>
        <Left>60</Left>
        <Top>4260</Top>
        <Width>10440</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>txtAge</Name>
        <Section>0</Section>
        <Text>=Format(Now(),"yyyy")-[YB]</Text>
        <Calculated>-1</Calculated>
        <Left>1500</Left>
        <Top>3540</Top>
        <Width>960</Width>
        <Height>240</Height>
        <Align>0</Align>
      </Field>
      <Field>
        <Name>Label52</Name>
        <Section>0</Section>
        <Text>Age:</Text>
        <Left>60</Left>
        <Top>3540</Top>
        <Width>1380</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>txtPropertyType</Name>
        <Section>0</Section>
        <Text>PropertyType</Text>
        <Calculated>-1</Calculated>
        <Left>1500</Left>
        <Top>2340</Top>
        <Width>4320</Width>
        <Height>240</Height>
        <Align>0</Align>
      </Field>
      <Field>
        <Name>Label54</Name>
        <Section>0</Section>
        <Text>Type:</Text>
        <Left>60</Left>
        <Top>2340</Top>
        <Width>1380</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>Label55</Name>
        <Section>0</Section>
        <Text>Attendees:</Text>
        <Left>120</Left>
        <Top>1980</Top>
        <Width>1020</Width>
        <Height>240</Height>
        <Align>0</Align>
      </Field>
      <Field>
        <Name>Box56</Name>
        <Section>0</Section>
        <Left>60</Left>
        <Top>1980</Top>
        <Width>5175</Width>
        <Height>240</Height>
        <LineWidth>20</LineWidth>
      </Field>
      <Field>
        <Name>Line57</Name>
        <Section>0</Section>
        <Left>60</Left>
        <Top>9360</Top>
        <Width>10440</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>srWOInspectors</Name>
        <Section>0</Section>
        <Text>"OrderID = '" &amp; OrderID &amp; "'"</Text>
        <Calculated>-1</Calculated>
        <Left>7680</Left>
        <Top>900</Top>
        <Width>2865</Width>
        <Height>1005</Height>
        <CanGrow>-1</CanGrow>
        <Subreport>rptWorkOrderInspectors</Subreport>
      </Field>
      <Field>
        <Name>Label58</Name>
        <Section>0</Section>
        <Text>Inspector(s):</Text>
        <Left>7680</Left>
        <Top>630</Top>
        <Width>2010</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>Label68</Name>
        <Section>0</Section>
        <Text>Notes:</Text>
        <Left>6000</Left>
        <Top>9420</Top>
        <Width>2010</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>txtVOM</Name>
        <Section>0</Section>
        <Text>VOM</Text>
        <Calculated>-1</Calculated>
        <Left>1500</Left>
        <Top>2820</Top>
        <Width>1680</Width>
        <Height>240</Height>
        <Align>0</Align>
      </Field>
      <Field>
        <Name>Label72</Name>
        <Section>0</Section>
        <Text>Occupancy:</Text>
        <Left>60</Left>
        <Top>2820</Top>
        <Width>1380</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>txtSubPrice</Name>
        <Section>0</Section>
        <Text>SubPrice</Text>
        <Calculated>-1</Calculated>
        <Left>1500</Left>
        <Top>3780</Top>
        <Width>1680</Width>
        <Height>240</Height>
        <Align>0</Align>
      </Field>
      <Field>
        <Name>Label74</Name>
        <Section>0</Section>
        <Text>Price:</Text>
        <Left>60</Left>
        <Top>3780</Top>
        <Width>1380</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>txtPropertyStyle</Name>
        <Section>0</Section>
        <Text>PropertyStyle</Text>
        <Calculated>-1</Calculated>
        <Left>1500</Left>
        <Top>2580</Top>
        <Width>4320</Width>
        <Height>240</Height>
        <Align>0</Align>
      </Field>
      <Field>
        <Name>Label76</Name>
        <Section>0</Section>
        <Text>Style:</Text>
        <Left>60</Left>
        <Top>2580</Top>
        <Width>1380</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>Text45</Name>
        <Section>4</Section>
        <Text>=Now()</Text>
        <Calculated>-1</Calculated>
        <Format>Long Date</Format>
        <Left>60</Left>
        <Top>180</Top>
        <Width>4560</Width>
        <Height>240</Height>
        <Align>0</Align>
        <Font>
          <Size>8.25</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtScheduledBy</Name>
        <Section>4</Section>
        <Text>="Scheduled By: " &amp; IIf(IsNull([ScheduledBy]),"",[ScheduledBy])</Text>
        <Calculated>-1</Calculated>
        <Left>6480</Left>
        <Top>180</Top>
        <Width>4200</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>CheckBox</Name>
        <Section>0</Section>
        <Text>AttendeeC</Text>
        <Calculated>-1</Calculated>
        <CheckBox>1</CheckBox>
        <Left>1350</Left>
        <Top>1980</Top>
        <Width>195</Width>
        <Height>195</Height>
        <Font>
          <Name>Wingdings</Name>
          <Size>9.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>CheckBox1</Name>
        <Section>0</Section>
        <Text>AttendeeBA</Text>
        <Calculated>-1</Calculated>
        <CheckBox>1</CheckBox>
        <Left>2435</Left>
        <Top>1980</Top>
        <Width>195</Width>
        <Height>195</Height>
        <Font>
          <Name>Wingdings</Name>
          <Size>9.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>CheckBox2</Name>
        <Section>0</Section>
        <Text>AttendeeSA</Text>
        <Calculated>-1</Calculated>
        <CheckBox>1</CheckBox>
        <Left>4140</Left>
        <Top>1980</Top>
        <Width>195</Width>
        <Height>195</Height>
        <Font>
          <Name>Wingdings</Name>
          <Size>9.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>CheckBox3</Name>
        <Section>0</Section>
        <Text>AttendeeS</Text>
        <Calculated>-1</Calculated>
        <CheckBox>1</CheckBox>
        <Left>5940</Left>
        <Top>1980</Top>
        <Width>195</Width>
        <Height>195</Height>
        <Font>
          <Name>Wingdings</Name>
          <Size>9.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>srWOFees</Name>
        <Section>0</Section>
        <Text>"OrderID = '" &amp; OrderID &amp; "'"</Text>
        <Calculated>-1</Calculated>
        <Left>5850</Left>
        <Top>2430</Top>
        <Width>4590</Width>
        <Height>1710</Height>
        <CanGrow>-1</CanGrow>
        <Subreport>rptWorkOrderFees</Subreport>
      </Field>
      <Field>
        <Name>srWOPhones</Name>
        <Section>0</Section>
        <Text>"OrderID = '" &amp; OrderID &amp; "'"</Text>
        <Calculated>-1</Calculated>
        <Left>6390</Left>
        <Top>4410</Top>
        <Width>4050</Width>
        <Height>900</Height>
        <CanGrow>-1</CanGrow>
        <Subreport>rptWorkOrderPhones</Subreport>
      </Field>
      <Field>
        <Name>C</Name>
        <Section>0</Section>
        <Text>Buyer's Agent 1:</Text>
        <Top>5685</Top>
        <Width>1410</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>txtC</Name>
        <Section>0</Section>
        <Text>BA1Agent</Text>
        <Calculated>-1</Calculated>
        <Left>1500</Left>
        <Top>5685</Top>
        <Width>3915</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>C1</Name>
        <Section>0</Section>
        <Text>Buyer's Agent 2:</Text>
        <Top>5970</Top>
        <Width>1410</Width>
        <Height>240</Height>
        <Align>2</Align>
        <Font>
          <Italic>-1</Italic>
        </Font>
      </Field>
      <Field>
        <Name>txtC3</Name>
        <Section>0</Section>
        <Text>BA2Agent</Text>
        <Calculated>-1</Calculated>
        <Left>1500</Left>
        <Top>5970</Top>
        <Width>3915</Width>
        <Height>240</Height>
        <Font>
          <Italic>-1</Italic>
        </Font>
      </Field>
      <Field>
        <Name>srWOBAPhones</Name>
        <Section>0</Section>
        <Text>"AgentID = '" &amp; BA1 &amp; "'"</Text>
        <Calculated>-1</Calculated>
        <Left>90</Left>
        <Top>6600</Top>
        <Width>4785</Width>
        <Height>900</Height>
        <CanGrow>-1</CanGrow>
        <Subreport>rptWorkOrderPhonesBA</Subreport>
      </Field>
      <Field>
        <Name>C2</Name>
        <Section>0</Section>
        <Text>Seller's Agent 1:</Text>
        <Left>30</Left>
        <Top>7620</Top>
        <Width>1410</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>C3</Name>
        <Section>0</Section>
        <Text>Seller's Agent 2:</Text>
        <Left>30</Left>
        <Top>7905</Top>
        <Width>1410</Width>
        <Height>240</Height>
        <Align>2</Align>
        <Font>
          <Italic>-1</Italic>
        </Font>
      </Field>
      <Field>
        <Name>txtC4</Name>
        <Section>0</Section>
        <Text>SA1Agent</Text>
        <Calculated>-1</Calculated>
        <Left>1530</Left>
        <Top>7620</Top>
        <Width>3885</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>txtC5</Name>
        <Section>0</Section>
        <Text>SA2Agent</Text>
        <Calculated>-1</Calculated>
        <Left>1530</Left>
        <Top>7905</Top>
        <Width>3885</Width>
        <Height>240</Height>
        <Font>
          <Italic>-1</Italic>
        </Font>
      </Field>
      <Field>
        <Name>srWOSAPhones</Name>
        <Section>0</Section>
        <Text>"AgentID = '" &amp; LA1 &amp; "'"</Text>
        <Calculated>-1</Calculated>
        <Left>90</Left>
        <Top>8525</Top>
        <Width>4770</Width>
        <Height>900</Height>
        <CanGrow>-1</CanGrow>
        <Subreport>rptWorkOrderPhonesSA</Subreport>
      </Field>
      <Field>
        <Name>srWOSAFirm</Name>
        <Section>0</Section>
        <Text>"AgentID = '" &amp; LA1 &amp; "'"</Text>
        <Calculated>-1</Calculated>
        <Left>5760</Left>
        <Top>7275</Top>
        <Width>4680</Width>
        <Height>1710</Height>
        <CanGrow>-1</CanGrow>
        <Subreport>rptWorkOrderAgentFirm</Subreport>
      </Field>
      <Field>
        <Name>srWOBAFirm</Name>
        <Section>0</Section>
        <Text>"AgentID = '" &amp; BA1 &amp; "'"</Text>
        <Calculated>-1</Calculated>
        <Left>5760</Left>
        <Top>5670</Top>
        <Width>4680</Width>
        <Height>1530</Height>
        <CanGrow>-1</CanGrow>
        <Subreport>rptWorkOrderAgentFirm</Subreport>
      </Field>
      <Field>
        <Name>srWONotes</Name>
        <Section>0</Section>
        <Text>"OrderID = '" &amp; OrderID &amp; "'"</Text>
        <Calculated>-1</Calculated>
        <Left>5985</Left>
        <Top>9660</Top>
        <Width>4515</Width>
        <Height>1185</Height>
        <CanGrow>-1</CanGrow>
        <Subreport>rptWorkOrderNotes</Subreport>
      </Field>
      <Field>
        <Name>ClientCSZ Label1</Name>
        <Section>0</Section>
        <Text>Email:</Text>
        <Left>450</Left>
        <Top>5310</Top>
        <Width>960</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>txtClientCSZ1</Name>
        <Section>0</Section>
        <Text>ClientEmail</Text>
        <Calculated>-1</Calculated>
        <Left>1500</Left>
        <Top>5310</Top>
        <Width>4740</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>txtOtherAtt</Name>
        <Section>0</Section>
        <Text>AttendeeOther</Text>
        <Calculated>-1</Calculated>
        <Left>7300</Left>
        <Top>1980</Top>
        <Width>1275</Width>
        <Height>240</Height>
        <Align>0</Align>
      </Field>
      <Field>
        <Name>chkOther</Name>
        <Section>0</Section>
        <Text>True</Text>
        <Calculated>-1</Calculated>
        <CheckBox>1</CheckBox>
        <Left>7020</Left>
        <Top>1980</Top>
        <Width>195</Width>
        <Height>195</Height>
        <Font>
          <Name>Wingdings</Name>
          <Size>9.75</Size>
        </Font>
      </Field>
      <Field>
        <Name>txtBA1Email</Name>
        <Section>0</Section>
        <Text>BA1Email</Text>
        <Calculated>-1</Calculated>
        <Left>1710</Left>
        <Top>6295</Top>
        <Width>2535</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>C4</Name>
        <Section>0</Section>
        <Text>Email</Text>
        <Left>500</Left>
        <Top>6295</Top>
        <Width>1140</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>C5</Name>
        <Section>0</Section>
        <Text>Email</Text>
        <Left>500</Left>
        <Top>8230</Top>
        <Width>1140</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>txtSA1Email</Name>
        <Section>0</Section>
        <Text>SA1Email</Text>
        <Calculated>-1</Calculated>
        <Left>1710</Left>
        <Top>8230</Top>
        <Width>2535</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>txtInspTimeHidden</Name>
        <Section>3</Section>
        <Text>InspTime</Text>
        <Calculated>-1</Calculated>
        <Left>540</Left>
        <Top>270</Top>
        <Width>1680</Width>
        <Height>300</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>255</BackColor>
        <Visible>0</Visible>
        <Font>
          <Bold>-1</Bold>
        </Font>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptWorkOrderAgentFirm *** -->
  <Report>
    <Name>rptWorkOrderAgentFirm</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2006.mdb;Persist Security Info=False</ConnectionString>
      <RecordSource>rqryWorkOrderAgentAndREFirm</RecordSource>
    </DataSource>
    <Layout>
      <Width>5610</Width>
    </Layout>
    <Groups>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>1830</Height>
      </Section>
      <Section>
        <Name>Header</Name>
        <Type>1</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Footer</Name>
        <Type>2</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Page Header</Name>
        <Type>3</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Page Footer</Name>
        <Type>4</Type>
        <Visible>0</Visible>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>txtREFirm</Name>
        <Section>0</Section>
        <Text>REFirm</Text>
        <Calculated>-1</Calculated>
        <Left>990</Left>
        <Top>45</Top>
        <Width>4560</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>REFirm Label</Name>
        <Section>0</Section>
        <Text>RE Firm:</Text>
        <Left>30</Left>
        <Top>45</Top>
        <Width>900</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>txtREAddress1</Name>
        <Section>0</Section>
        <Text>REAddress1</Text>
        <Calculated>-1</Calculated>
        <Left>990</Left>
        <Top>330</Top>
        <Width>4140</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>REAddress1 Label</Name>
        <Section>0</Section>
        <Text>Address:</Text>
        <Left>30</Left>
        <Top>330</Top>
        <Width>900</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>txtREAddress2</Name>
        <Section>0</Section>
        <Text>REAddress2</Text>
        <Calculated>-1</Calculated>
        <Left>990</Left>
        <Top>585</Top>
        <Width>4140</Width>
        <Height>240</Height>
        <CanShrink>-1</CanShrink>
      </Field>
      <Field>
        <Name>txtRECSZ</Name>
        <Section>0</Section>
        <Text>RECSZ</Text>
        <Calculated>-1</Calculated>
        <Left>990</Left>
        <Top>840</Top>
        <Width>4140</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>txtREVoice</Name>
        <Section>0</Section>
        <Text>"Main: " &amp; REVoice &amp; "     Fax:" &amp; REFax</Text>
        <Calculated>-1</Calculated>
        <Left>495</Left>
        <Top>1110</Top>
        <Width>4710</Width>
        <Height>240</Height>
        <Align>0</Align>
      </Field>
      <Field>
        <Name>txtVoiceHidden</Name>
        <Section>0</Section>
        <Text>REVoice</Text>
        <Calculated>-1</Calculated>
        <Left>540</Left>
        <Top>1350</Top>
        <Width>1680</Width>
        <Height>300</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>255</BackColor>
        <Visible>0</Visible>
        <Font>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>txtFaxHidden</Name>
        <Section>0</Section>
        <Text>REFAX</Text>
        <Calculated>-1</Calculated>
        <Left>2250</Left>
        <Top>1350</Top>
        <Width>1680</Width>
        <Height>300</Height>
        <Align>0</Align>
        <BackStyle>1</BackStyle>
        <BackColor>255</BackColor>
        <Visible>0</Visible>
        <Font>
          <Bold>-1</Bold>
        </Font>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptWorkOrderFees *** -->
  <Report>
    <Name>rptWorkOrderFees</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
      <RecordSource>rqryWorkOrderFees</RecordSource>
    </DataSource>
    <Layout>
      <Width>4860</Width>
    </Layout>
    <Groups>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>300</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportHeader</Name>
        <Type>1</Type>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>ReportFooter</Name>
        <Type>2</Type>
        <Height>540</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>PageHeader</Name>
        <Type>3</Type>
        <Height>240</Height>
      </Section>
      <Section>
        <Name>PageFooter</Name>
        <Type>4</Type>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>FeeType Label</Name>
        <Section>3</Section>
        <Text>Fee Types</Text>
        <Left>60</Left>
        <Width>2820</Width>
        <Height>240</Height>
        <Align>0</Align>
        <Font>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Fee Label</Name>
        <Section>3</Section>
        <Text>Fees</Text>
        <Left>3600</Left>
        <Width>900</Width>
        <Height>240</Height>
        <Align>2</Align>
        <Font>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>lblFeeTax</Name>
        <Section>3</Section>
        <Text>FeeTax</Text>
        <Left>2820</Left>
        <Width>720</Width>
        <Height>240</Height>
        <Align>2</Align>
        <Visible>0</Visible>
        <Font>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Line9</Name>
        <Section>3</Section>
        <Left>60</Left>
        <Top>240</Top>
        <Width>4440</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>40</LineWidth>
        <LineSlant>3</LineSlant>
      </Field>
      <Field>
        <Name>txtFeeType</Name>
        <Section>0</Section>
        <Text>FeeType</Text>
        <Calculated>-1</Calculated>
        <Left>60</Left>
        <Width>2820</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>txtFee</Name>
        <Section>0</Section>
        <Text>Fee</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>3600</Left>
        <Width>900</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>txtFeeTax</Name>
        <Section>0</Section>
        <Text>FeeTax</Text>
        <Calculated>-1</Calculated>
        <Format>#,###.00</Format>
        <Left>2820</Left>
        <Width>720</Width>
        <Height>240</Height>
        <Align>2</Align>
        <Visible>0</Visible>
      </Field>
      <Field>
        <Name>Line10</Name>
        <Section>2</Section>
        <Left>60</Left>
        <Width>4440</Width>
        <BorderStyle>1</BorderStyle>
        <LineWidth>20</LineWidth>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>txtTotalTaxes</Name>
        <Section>2</Section>
        <Text>=Sum([FeeTax])</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>3300</Left>
        <Width>1200</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>lblTax</Name>
        <Section>2</Section>
        <Text>Tax</Text>
        <Left>1980</Left>
        <Width>1230</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>txtTotal</Name>
        <Section>2</Section>
        <Text>=Sum([Fee])+[txtTotalTaxes]</Text>
        <Calculated>-1</Calculated>
        <Format>Currency</Format>
        <Left>3300</Left>
        <Top>300</Top>
        <Width>1200</Width>
        <Height>240</Height>
        <Align>2</Align>
        <Font>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Label16</Name>
        <Section>2</Section>
        <Text>Total Amount Due</Text>
        <Left>1260</Left>
        <Top>300</Top>
        <Width>1950</Width>
        <Height>240</Height>
        <Align>2</Align>
        <Font>
          <Bold>-1</Bold>
        </Font>
      </Field>
      <Field>
        <Name>Line17</Name>
        <Section>2</Section>
        <Left>3300</Left>
        <Top>300</Top>
        <Width>1200</Width>
        <BorderStyle>1</BorderStyle>
        <LineSlant>2</LineSlant>
      </Field>
      <Field>
        <Name>Line11</Name>
        <Section>2</Section>
        <Left>3300</Left>
        <Top>240</Top>
        <Width>1200</Width>
        <BorderStyle>1</BorderStyle>
        <LineSlant>2</LineSlant>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptWorkOrderInspectors *** -->
  <Report>
    <Name>rptWorkOrderInspectors</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False;Jet OLEDB:System database=C:\Documents and Settings\stephen.bentley\Application Data\Microsoft\Access\System.mdw</ConnectionString>
      <RecordSource>rqryWorkOrderInspectors</RecordSource>
    </DataSource>
    <Layout>
      <Width>2880</Width>
    </Layout>
    <Groups>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>300</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>Header</Name>
        <Type>1</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Footer</Name>
        <Type>2</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Page Header</Name>
        <Type>3</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Page Footer</Name>
        <Type>4</Type>
        <Visible>0</Visible>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>txtIN</Name>
        <Section>0</Section>
        <Text>InspectorName</Text>
        <Calculated>-1</Calculated>
        <Width>2520</Width>
        <Height>240</Height>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptWorkOrderNotes *** -->
  <Report>
    <Name>rptWorkOrderNotes</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
      <RecordSource>SELECT tblOrderNotesWO.OrderID, tblOrderNotesWO.NotesWorkOrder
FROM tblOrderNotesWO;</RecordSource>
    </DataSource>
    <Layout>
      <Width>4920</Width>
    </Layout>
    <Groups>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>300</Height>
      </Section>
      <Section>
        <Name>Header</Name>
        <Type>1</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Footer</Name>
        <Type>2</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Page Header</Name>
        <Type>3</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Page Footer</Name>
        <Type>4</Type>
        <Visible>0</Visible>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>txtNotesWorkOrder</Name>
        <Section>0</Section>
        <Text>NotesWorkOrder</Text>
        <Calculated>-1</Calculated>
        <Width>4560</Width>
        <Height>300</Height>
        <BorderStyle>1</BorderStyle>
        <MarginLeft>20</MarginLeft>
        <CanGrow>-1</CanGrow>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptWorkOrderPhones *** -->
  <Report>
    <Name>rptWorkOrderPhones</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
      <RecordSource>SELECT tblOrderPhones.OrderID, tlkpPhoneTypes.PhoneType, tblOrderPhones.ClientNumber
FROM tblOrderPhones INNER JOIN tlkpPhoneTypes ON tblOrderPhones.PhoneTypeID = tlkpPhoneTypes.PhoneTypeID
ORDER BY tlkpPhoneTypes.PhoneType;</RecordSource>
    </DataSource>
    <Layout>
      <Width>3540</Width>
    </Layout>
    <Groups>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>300</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>Header</Name>
        <Type>1</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Footer</Name>
        <Type>2</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Page Header</Name>
        <Type>3</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Page Footer</Name>
        <Type>4</Type>
        <Visible>0</Visible>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>txtPhoneType</Name>
        <Section>0</Section>
        <Text>PhoneType</Text>
        <Calculated>-1</Calculated>
        <Width>1560</Width>
        <Height>240</Height>
        <Align>0</Align>
      </Field>
      <Field>
        <Name>txtClientNumber</Name>
        <Section>0</Section>
        <Text>ClientNumber</Text>
        <Calculated>-1</Calculated>
        <Left>1620</Left>
        <Width>1560</Width>
        <Height>240</Height>
        <Align>0</Align>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptWorkOrderPhonesBA *** -->
  <Report>
    <Name>rptWorkOrderPhonesBA</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
      <RecordSource>SELECT tblREAgentPhones.AgentID, tlkpPhoneTypes.PhoneType, tblREAgentPhones.REAgentNumber
FROM tblREAgentPhones INNER JOIN tlkpPhoneTypes ON tblREAgentPhones.PhoneTypeID = tlkpPhoneTypes.PhoneTypeID
ORDER BY tlkpPhoneTypes.PhoneType;</RecordSource>
    </DataSource>
    <Layout>
      <Width>3540</Width>
    </Layout>
    <Groups>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>300</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>Header</Name>
        <Type>1</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Footer</Name>
        <Type>2</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Page Header</Name>
        <Type>3</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Page Footer</Name>
        <Type>4</Type>
        <Visible>0</Visible>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>txtPhoneType</Name>
        <Section>0</Section>
        <Text>PhoneType</Text>
        <Calculated>-1</Calculated>
        <Width>1560</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>txtREAgentNumber</Name>
        <Section>0</Section>
        <Text>REAgentNumber</Text>
        <Calculated>-1</Calculated>
        <Left>1620</Left>
        <Width>1560</Width>
        <Height>240</Height>
        <Align>0</Align>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptWorkOrderPhonesSA *** -->
  <Report>
    <Name>rptWorkOrderPhonesSA</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
      <RecordSource>SELECT tblREAgentPhones.AgentID, tlkpPhoneTypes.PhoneType, tblREAgentPhones.REAgentNumber
FROM tblREAgentPhones INNER JOIN tlkpPhoneTypes ON tblREAgentPhones.PhoneTypeID = tlkpPhoneTypes.PhoneTypeID
ORDER BY tlkpPhoneTypes.PhoneType;</RecordSource>
    </DataSource>
    <Layout>
      <Width>3540</Width>
    </Layout>
    <Groups>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>300</Height>
        <CanGrow>0</CanGrow>
      </Section>
      <Section>
        <Name>Header</Name>
        <Type>1</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Footer</Name>
        <Type>2</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Page Header</Name>
        <Type>3</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Page Footer</Name>
        <Type>4</Type>
        <Visible>0</Visible>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>txtPhoneType</Name>
        <Section>0</Section>
        <Text>PhoneType</Text>
        <Calculated>-1</Calculated>
        <Width>1560</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>txtREAgentNumber</Name>
        <Section>0</Section>
        <Text>REAgentNumber</Text>
        <Calculated>-1</Calculated>
        <Left>1620</Left>
        <Width>1560</Width>
        <Height>240</Height>
        <Align>0</Align>
      </Field>
    </Fields>
  </Report>

  <!-- Report *** rptWorkOrderSA *** -->
  <Report>
    <Name>rptWorkOrderSA</Name>
    <DataSource>
      <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\@Batcave\@Development\OfficePro 2000\VB Code\Database\op2005.mdb;Persist Security Info=False</ConnectionString>
      <RecordSource>SELECT tblREAgents.AgentID, [AgentFN] &amp; " " &amp; [AgentLN] AS Agent, tblREFirm.REFirm, tblREFirm.REAddress1, tblREFirm.REAddress2, [RECity] &amp; ", " &amp; [REState] &amp; " " &amp; [REZip] AS RECSZ, tblREFirm.REVoice, tblREFirm.REFax
FROM tblREFirm INNER JOIN tblREAgents ON tblREFirm.REID = tblREAgents.REID;</RecordSource>
    </DataSource>
    <Layout>
      <Width>10740</Width>
    </Layout>
    <Groups>
    </Groups>
    <Sections>
      <Section>
        <Name>Detail</Name>
        <Height>2160</Height>
      </Section>
      <Section>
        <Name>Header</Name>
        <Type>1</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Footer</Name>
        <Type>2</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Page Header</Name>
        <Type>3</Type>
        <Visible>0</Visible>
      </Section>
      <Section>
        <Name>Page Footer</Name>
        <Type>4</Type>
        <Visible>0</Visible>
      </Section>
    </Sections>
    <Fields>
      <Field>
        <Name>txtREFirm</Name>
        <Section>0</Section>
        <Text>REFirm</Text>
        <Calculated>-1</Calculated>
        <Left>5820</Left>
        <Width>4560</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>REFirm Label</Name>
        <Section>0</Section>
        <Text>RE Firm:</Text>
        <Left>4860</Left>
        <Width>900</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>txtREAddress1</Name>
        <Section>0</Section>
        <Text>REAddress1</Text>
        <Calculated>-1</Calculated>
        <Left>5820</Left>
        <Top>300</Top>
        <Width>4140</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>REAddress1 Label</Name>
        <Section>0</Section>
        <Text>Address:</Text>
        <Left>4860</Left>
        <Top>300</Top>
        <Width>900</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>txtREAddress2</Name>
        <Section>0</Section>
        <Text>REAddress2</Text>
        <Calculated>-1</Calculated>
        <Left>5820</Left>
        <Top>540</Top>
        <Width>4140</Width>
        <Height>240</Height>
        <CanShrink>-1</CanShrink>
      </Field>
      <Field>
        <Name>REAddress2 Label</Name>
        <Section>0</Section>
        <Text>REAddress2</Text>
        <Left>4860</Left>
        <Top>540</Top>
        <Width>900</Width>
        <Height>240</Height>
        <Align>2</Align>
        <Visible>0</Visible>
      </Field>
      <Field>
        <Name>txtRECSZ</Name>
        <Section>0</Section>
        <Text>RECSZ</Text>
        <Calculated>-1</Calculated>
        <Left>5820</Left>
        <Top>780</Top>
        <Width>4140</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>RECSZ Label</Name>
        <Section>0</Section>
        <Text>RECSZ</Text>
        <Left>4860</Left>
        <Top>780</Top>
        <Width>900</Width>
        <Height>240</Height>
        <Align>2</Align>
        <Visible>0</Visible>
      </Field>
      <Field>
        <Name>txtREVoice</Name>
        <Section>0</Section>
        <Text>=Format([REVoice],"(000) 000-0000"" x""")</Text>
        <Calculated>-1</Calculated>
        <Format>"(999) "000-0000" x9999";0;_</Format>
        <Left>5820</Left>
        <Top>1140</Top>
        <Width>1920</Width>
        <Height>240</Height>
        <Align>0</Align>
      </Field>
      <Field>
        <Name>REVoice Label</Name>
        <Section>0</Section>
        <Text>Main:</Text>
        <Left>5220</Left>
        <Top>1140</Top>
        <Width>540</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>txtREFax</Name>
        <Section>0</Section>
        <Text>=Format([REFax],"(000) 000-0000")</Text>
        <Calculated>-1</Calculated>
        <Format>"(999) "000-0000;0;_</Format>
        <Left>8400</Left>
        <Top>1140</Top>
        <Width>1560</Width>
        <Height>240</Height>
        <Align>0</Align>
      </Field>
      <Field>
        <Name>REFax Label</Name>
        <Section>0</Section>
        <Text>Fax:</Text>
        <Left>7800</Left>
        <Top>1140</Top>
        <Width>540</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>rptWorkOrderPhonesSA</Name>
        <Section>0</Section>
        <Text>"AgentID = '" &amp; AgentID &amp; "'"</Text>
        <Calculated>-1</Calculated>
        <Left>120</Left>
        <Top>600</Top>
        <Width>3196</Width>
        <Height>1560</Height>
        <CanGrow>-1</CanGrow>
        <Subreport>rptWorkOrderPhonesSA</Subreport>
      </Field>
      <Field>
        <Name>txtAgent1</Name>
        <Section>0</Section>
        <Text>Agent</Text>
        <Calculated>-1</Calculated>
        <Left>1560</Left>
        <Width>3240</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>Label20</Name>
        <Section>0</Section>
        <Text>Seller's Agent1:</Text>
        <Left>60</Left>
        <Width>1440</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
      <Field>
        <Name>txtAgent2</Name>
        <Section>0</Section>
        <Text>=IIf(IsNull([Reports]![rptWorkOrder]![txtLA2]),"",DLookUp("Agent","rqlkpAgent","AgentID=" &amp; [Reports]![rptWorkOrder]![txtLA2]))</Text>
        <Calculated>-1</Calculated>
        <Left>1560</Left>
        <Top>300</Top>
        <Width>3240</Width>
        <Height>240</Height>
      </Field>
      <Field>
        <Name>Label22</Name>
        <Section>0</Section>
        <Text>Seller's Agent2:</Text>
        <Left>60</Left>
        <Top>300</Top>
        <Width>1440</Width>
        <Height>240</Height>
        <Align>2</Align>
      </Field>
    </Fields>
  </Report>
</Reports>
