<?xml version="1.0" encoding="ISO-8859-1"?>
<slide>
 <title>MDB File Format</title>

 <blurb>
  Access keeps all its database and programming objects
  in a single file with the extension .MDB
 </blurb>

 <blurb>
  A MDB file contains seperate sections for:
 </blurb>

 <list>
  <li>data tables and indexes</li>
  <li>queries</li>
  <li>forms</li> 
  <li>reports</li>
  <li>VBA code</li> 
 </list>

 <blurb>
  When dealing with a MDB file we are usually only interested
  in the data table contents.
 </blurb>

</slide>
