<?xml version="1.0" encoding="ISO-8859-1"?>
<slide>
 <title>Transfering Access Data</title>

 <blurb>
  There are three different ways to transfer the
  data from within an Access database to another 
  system:
 </blurb>

 <list>
  <li>copy the complete MDB files</li>
  <li>use ODBC to read the data</li>
  <li>export to text, usually CSV</li> 
 </list>

</slide>
