<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE>Message</TITLE>

<META content="MSHTML 5.00.3314.2100" name=GENERATOR>
<STYLE>@font-face {
        font-family: Tahoma;
}
P.MsoNormal {
        FONT-FAMILY: "Times New Roman"; FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt
}
LI.MsoNormal {
        FONT-FAMILY: "Times New Roman"; FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt
}
DIV.MsoNormal {
        FONT-FAMILY: "Times New Roman"; FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt
}
H2 {
        FONT-FAMILY: Arial; FONT-SIZE: 14pt; FONT-STYLE: italic; FONT-WEIGHT: bold; MARGIN: 12pt 0cm 3pt
}
H3 {
        FONT-FAMILY: Arial; FONT-SIZE: 13pt; FONT-WEIGHT: bold; MARGIN: 12pt 0cm 3pt
}
H4 {
        FONT-FAMILY: Arial; FONT-SIZE: 12pt; FONT-WEIGHT: bold; MARGIN: 3pt 0cm
}
A:link {
        COLOR: blue; TEXT-DECORATION: underline
}
SPAN.MsoHyperlink {
        COLOR: blue; TEXT-DECORATION: underline
}
A:visited {
        COLOR: purple; TEXT-DECORATION: underline
}
SPAN.MsoHyperlinkFollowed {
        COLOR: purple; TEXT-DECORATION: underline
}
P {
        FONT-FAMILY: "Times New Roman"; FONT-SIZE: 12pt; MARGIN-LEFT: 0cm; MARGIN-RIGHT: 0cm
}
P.Code {
        FONT-FAMILY: "Courier New"; FONT-SIZE: 12pt; MARGIN: 6pt 0cm 6pt 17.85pt; punctuation-wrap: simple
}
LI.Code {
        FONT-FAMILY: "Courier New"; FONT-SIZE: 12pt; MARGIN: 6pt 0cm 6pt 17.85pt; punctuation-wrap: simple
}
DIV.Code {
        FONT-FAMILY: "Courier New"; FONT-SIZE: 12pt; MARGIN: 6pt 0cm 6pt 17.85pt; punctuation-wrap: simple
}
SPAN.EmailStyle19 {
        COLOR: navy; FONT-FAMILY: Arial
}
DIV.Section1 {
        page: Section1
}
</STYLE>
</HEAD>
<BODY lang=EN-US link=blue vLink=purple>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN class=230542817-11032003>Ok, I 
found Sub TestGetFileName() in ADH.</SPAN></FONT></DIV>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN 
class=230542817-11032003></SPAN></FONT> </DIV>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN class=230542817-11032003>You 
mentioned posting the results to a control. Do I need to have a button on the 
form that opens the GetFileName? Then what transfers this file name to the 
field?</SPAN></FONT></DIV>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN 
class=230542817-11032003></SPAN></FONT> </DIV>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN 
class=230542817-11032003>Virginia</SPAN></FONT></DIV>
<BLOCKQUOTE style="MARGIN-RIGHT: 0px">
  <DIV align=left class=OutlookMessageHeader dir=ltr><FONT face=Tahoma 
  size=2>-----Original Message-----<BR><B>From:</B> Arthur Fuller 
  [mailto:artful@rogers.com]<BR><B>Sent:</B> Tuesday, March 11, 2003 10:20 
  AM<BR><B>To:</B> accessd@databaseadvisors.com<BR><B>Subject:</B> RE: [AccessD] 
  Adding Attachments<BR><BR></DIV></FONT>
  <DIV class=Section1>
  <P class=MsoNormal><FONT color=navy face=Arial size=2><SPAN 
  style="COLOR: navy; FONT-FAMILY: Arial; FONT-SIZE: 10pt">You don’t need to use 
  URLs if you don’t want to. I use code from ADH that calls the Windows API to 
  open the GetFile dialog, then posts the result to a control on my form, like 
  so:</SPAN></FONT></P>
  <P class=MsoNormal><FONT color=navy face=Arial size=2><SPAN 
  style="COLOR: navy; FONT-FAMILY: Arial; FONT-SIZE: 10pt"> </SPAN></FONT></P>
  <P class=MsoNormal><FONT color=navy face=Arial size=2><SPAN 
  style="COLOR: navy; FONT-FAMILY: Arial; FONT-SIZE: 10pt">    
  With Me</SPAN></FONT></P>
  <P class=MsoNormal><FONT color=navy face=Arial size=2><SPAN 
  style="COLOR: navy; FONT-FAMILY: Arial; FONT-SIZE: 10pt">        
  .BigImagePath = ahtCommonFileOpenSave()</SPAN></FONT></P>
  <P class=MsoNormal><FONT color=navy face=Arial size=2><SPAN 
  style="COLOR: navy; FONT-FAMILY: Arial; FONT-SIZE: 10pt">    
  End With</SPAN></FONT></P>
  <P class=MsoNormal><FONT color=navy face=Arial size=2><SPAN 
  style="COLOR: navy; FONT-FAMILY: Arial; FONT-SIZE: 10pt"> </SPAN></FONT></P>
  <P class=MsoNormal><FONT color=navy face=Arial size=2><SPAN 
  style="COLOR: navy; FONT-FAMILY: Arial; FONT-SIZE: 10pt">To cohere to the 
  licensing I cannot post said function or its API declaration. Of course I 
  could change all the variable names and the function name and claim it as my 
  own work, which is how I learned to program, but now that I’m an old fart I 
  don’t do that any more.</SPAN></FONT></P>
  <P class=MsoNormal><FONT color=navy face=Arial size=2><SPAN 
  style="COLOR: navy; FONT-FAMILY: Arial; FONT-SIZE: 10pt"> </SPAN></FONT></P>
  <P class=MsoNormal><FONT color=navy face=Arial size=2><SPAN 
  style="COLOR: navy; FONT-FAMILY: Arial; FONT-SIZE: 10pt">(Fuller’s Law #3: You 
  start out a Young Turk and before you know it you’re an Old 
  Fart.)</SPAN></FONT></P>
  <P class=MsoNormal><FONT color=navy face=Arial size=2><SPAN 
  style="COLOR: navy; FONT-FAMILY: Arial; FONT-SIZE: 10pt"> </SPAN></FONT></P>
  <P class=MsoNormal><FONT color=navy face=Arial size=2><SPAN 
  style="COLOR: navy; FONT-FAMILY: Arial; FONT-SIZE: 10pt">The function called 
  above returns an absolute path, but given same and knowledge of the app 
  directory, it’s a simple matter to replace the app path with a relative 
  reference. The Replace function does it in one line:</SPAN></FONT></P>
  <P class=MsoNormal><FONT color=navy face=Arial size=2><SPAN 
  style="COLOR: navy; FONT-FAMILY: Arial; FONT-SIZE: 10pt"> </SPAN></FONT></P>
  <P class=MsoNormal><FONT color=navy face=Arial size=2><SPAN 
  style="COLOR: navy; FONT-FAMILY: Arial; FONT-SIZE: 10pt">    
  Replace( strExp as String, strFind as String, strReplace as String 
  )</SPAN></FONT></P>
  <P class=MsoNormal><FONT color=navy face=Arial size=2><SPAN 
  style="COLOR: navy; FONT-FAMILY: Arial; FONT-SIZE: 10pt"> </SPAN></FONT></P>
  <P class=MsoNormal><FONT color=navy face=Arial size=2><SPAN 
  style="COLOR: navy; FONT-FAMILY: Arial; FONT-SIZE: 10pt">HTH,</SPAN></FONT></P>
  <P class=MsoNormal><FONT color=navy face=Arial size=2><SPAN 
  style="COLOR: navy; FONT-FAMILY: Arial; FONT-SIZE: 10pt">A.</SPAN></FONT></P>
  <P class=MsoNormal><FONT color=navy face=Arial size=2><SPAN 
  style="COLOR: navy; FONT-FAMILY: Arial; FONT-SIZE: 10pt"> </SPAN></FONT></P>
  <P class=MsoNormal><FONT color=navy face=Arial size=2><SPAN 
  style="COLOR: navy; FONT-FAMILY: Arial; FONT-SIZE: 10pt"> </SPAN></FONT></P>
  <P class=MsoNormal style="MARGIN-LEFT: 36pt"><FONT face=Tahoma size=2><SPAN 
  style="FONT-FAMILY: Tahoma; FONT-SIZE: 10pt">-----Original 
  Message-----<BR><B><SPAN style="FONT-WEIGHT: bold">From:</SPAN></B> 
  accessd-admin@databaseadvisors.com [mailto:accessd-admin@databaseadvisors.com] 
  <B><SPAN style="FONT-WEIGHT: bold">On Behalf Of </SPAN></B></SPAN></FONT><FONT 
  face=Tahoma size=2><SPAN 
  style="FONT-FAMILY: Tahoma; FONT-SIZE: 10pt">Hollis</SPAN></FONT><FONT 
  face=Tahoma size=2><SPAN 
  style="FONT-FAMILY: Tahoma; FONT-SIZE: 10pt">,</SPAN></FONT><FONT face=Tahoma 
  size=2><SPAN 
  style="FONT-FAMILY: Tahoma; FONT-SIZE: 10pt">Virginia</SPAN></FONT><FONT 
  face=Tahoma size=2><SPAN 
  style="FONT-FAMILY: Tahoma; FONT-SIZE: 10pt"><BR><B><SPAN 
  style="FONT-WEIGHT: bold">Sent:</SPAN></B> </SPAN></FONT><FONT face=Tahoma 
  size=2><SPAN style="FONT-FAMILY: Tahoma; FONT-SIZE: 10pt">March 11, 
  2003</SPAN></FONT><FONT face=Tahoma size=2><SPAN 
  style="FONT-FAMILY: Tahoma; FONT-SIZE: 10pt"> </SPAN></FONT><FONT face=Tahoma 
  size=2><SPAN style="FONT-FAMILY: Tahoma; FONT-SIZE: 10pt">10:12 
  AM</SPAN></FONT><FONT face=Tahoma size=2><SPAN 
  style="FONT-FAMILY: Tahoma; FONT-SIZE: 10pt"><BR><B><SPAN 
  style="FONT-WEIGHT: bold">To:</SPAN></B> 
  'accessd@databaseadvisors.com'<BR><B><SPAN 
  style="FONT-WEIGHT: bold">Subject:</SPAN></B> RE: [AccessD] Adding 
  Attachments</SPAN></FONT></P>
  <P class=MsoNormal style="MARGIN-LEFT: 36pt"><FONT face="Times New Roman" 
  size=3><SPAN style="FONT-SIZE: 12pt"> </SPAN></FONT></P>
  <DIV>
  <DIV>
  <P class=MsoNormal style="MARGIN-LEFT: 36pt"><FONT color=blue face=Arial 
  size=2><SPAN style="COLOR: blue; FONT-FAMILY: Arial; FONT-SIZE: 10pt">Do you 
  know if there is a way to default the hyperlink to use "relative path to 
  hyperlink"? </SPAN></FONT></P></DIV>
  <DIV>
  <P class=MsoNormal style="MARGIN-LEFT: 36pt"><FONT color=blue face=Arial 
  size=2><SPAN 
  style="COLOR: blue; FONT-FAMILY: Arial; FONT-SIZE: 10pt"> </SPAN></FONT></P></DIV>
  <DIV>
  <P class=MsoNormal style="MARGIN-LEFT: 36pt"><FONT color=blue face=Arial 
  size=2><SPAN style="COLOR: blue; FONT-FAMILY: Arial; FONT-SIZE: 10pt">It 
  always wants to use http:\\ for the hyperlink instead of the path. I set the 
  Base to the directory and folder. I set a field to Hyperlink, I was hoping 
  that all the customer would have to do is type the name of the document into 
  the field (Test Attach.doc) and it would open the hyperlink to the document. 
  Is this correct? What am I missing?</SPAN></FONT></P></DIV>
  <DIV>
  <P class=MsoNormal style="MARGIN-LEFT: 36pt"><FONT color=blue face=Arial 
  size=2><SPAN 
  style="COLOR: blue; FONT-FAMILY: Arial; FONT-SIZE: 10pt"> </SPAN></FONT></P></DIV></DIV>
  <DIV>
  <P class=MsoNormal style="MARGIN-LEFT: 36pt"><FONT color=blue face=Arial 
  size=2><SPAN 
  style="COLOR: blue; FONT-FAMILY: Arial; FONT-SIZE: 10pt">************</SPAN></FONT></P></DIV>
  <DIV>
  <P class=MsoNormal style="MARGIN-LEFT: 36pt"><FONT color=blue face=Arial 
  size=2><SPAN style="COLOR: blue; FONT-FAMILY: Arial; FONT-SIZE: 10pt">The 
  archives only show the past 3 months, how do you get to the previous 
  messages?</SPAN></FONT></P></DIV>
  <DIV>
  <P class=MsoNormal style="MARGIN-LEFT: 36pt"><FONT face="Times New Roman" 
  size=3><SPAN style="FONT-SIZE: 12pt"> </SPAN></FONT></P></DIV>
  <DIV>
  <P class=MsoNormal style="MARGIN-LEFT: 36pt"><FONT color=blue face=Arial 
  size=2><SPAN 
  style="COLOR: blue; FONT-FAMILY: Arial; FONT-SIZE: 10pt">Virginia</SPAN></FONT></P></DIV>
  <DIV>
  <P class=MsoNormal style="MARGIN-LEFT: 36pt"><FONT face="Times New Roman" 
  size=3><SPAN style="FONT-SIZE: 12pt"> </SPAN></FONT></P></DIV>
  <BLOCKQUOTE style="MARGIN-BOTTOM: 5pt; MARGIN-RIGHT: 0cm; MARGIN-TOP: 5pt">
    <P class=MsoNormal 
    style="MARGIN-BOTTOM: 12pt; MARGIN-LEFT: 36pt; MARGIN-RIGHT: 0cm"><FONT 
    face=Tahoma size=2><SPAN 
    style="FONT-FAMILY: Tahoma; FONT-SIZE: 10pt">-----Original 
    Message-----<BR><B><SPAN style="FONT-WEIGHT: bold">From:</SPAN></B> Wortz, 
    Charles [mailto:CWortz@tea.state.tx.us]<BR><B><SPAN 
    style="FONT-WEIGHT: bold">Sent:</SPAN></B> Tuesday, March 11, 2003 8:23 
    AM<BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> 
    accessd@databaseadvisors.com<BR><B><SPAN 
    style="FONT-WEIGHT: bold">Subject:</SPAN></B> RE: [AccessD] Adding 
    Attachments</SPAN></FONT></P>
    <DIV>
    <P class=MsoNormal style="MARGIN-LEFT: 36pt"><FONT color=blue 
    face="Times New Roman" size=2><SPAN 
    style="COLOR: blue; FONT-SIZE: 10pt">Virginia,</SPAN></FONT></P></DIV>
    <DIV>
    <P class=MsoNormal style="MARGIN-LEFT: 36pt"><FONT face="Times New Roman" 
    size=3><SPAN style="FONT-SIZE: 12pt"> </SPAN></FONT></P></DIV>
    <DIV>
    <P class=MsoNormal style="MARGIN-LEFT: 36pt"><FONT color=blue 
    face="Times New Roman" size=2><SPAN 
    style="COLOR: blue; FONT-SIZE: 10pt">Since you are storing the files 
    externally to Access and only storing a link (path name) to the files in 
    Access, it makes no difference to Access what types of files they are.  
    Linking to external files is a frequent subject on this list so you should 
    be able to find a lot of hints in the archives.  Some non-obvious 
    search terms that may help are "Image files" and 
    "bloat."</SPAN></FONT></P></DIV>
    <DIV>
    <P class=MsoNormal style="MARGIN-LEFT: 36pt"><FONT face="Times New Roman" 
    size=3><SPAN style="FONT-SIZE: 12pt"> </SPAN></FONT></P></DIV><!-- Converted from text/rtf format -->
    <P style="MARGIN-LEFT: 36pt"><B><FONT color=blue face="Times New Roman" 
    size=3><SPAN style="COLOR: blue; FONT-SIZE: 12pt; FONT-WEIGHT: bold">Charles 
    Wortz</SPAN></FONT></B> <BR><FONT color=blue><SPAN 
    style="COLOR: blue">Software Development Division</SPAN></FONT> <BR><FONT 
    color=blue><SPAN style="COLOR: blue">Texas Education Agency</SPAN></FONT> 
    <BR><FONT color=blue><SPAN style="COLOR: blue">1701 N. Congress 
    Ave</SPAN></FONT> <BR><FONT color=blue><SPAN style="COLOR: blue">Austin, TX 
    78701-1494</SPAN></FONT> <BR><FONT color=blue><SPAN 
    style="COLOR: blue">512-463-9493</SPAN></FONT> <BR><FONT color=blue><SPAN 
    style="COLOR: blue">CWortz@tea.state.tx.us</SPAN></FONT> </P>
    <P class=MsoNormal 
    style="MARGIN-BOTTOM: 12pt; MARGIN-LEFT: 36pt; MARGIN-RIGHT: 0cm"><FONT 
    face=Tahoma size=2><SPAN 
    style="FONT-FAMILY: Tahoma; FONT-SIZE: 10pt">-----Original 
    Message-----<BR><B><SPAN style="FONT-WEIGHT: bold">From:</SPAN></B> 
    Hollis,Virginia [mailto:HollisVJ@pgdp.usec.com] <BR><B><SPAN 
    style="FONT-WEIGHT: bold">Sent:</SPAN></B> Tuesday 2003 Mar 11 
    08:13<BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> 
    'accessd@databaseadvisors.com'<BR><B><SPAN 
    style="FONT-WEIGHT: bold">Subject:</SPAN></B> RE: [AccessD] Adding 
    Attachments</SPAN></FONT></P>
    <DIV>
    <P class=MsoNormal style="MARGIN-LEFT: 36pt"><FONT color=blue face=Arial 
    size=2><SPAN style="COLOR: blue; FONT-FAMILY: Arial; FONT-SIZE: 10pt">I 
    really do not know what I am after :-) I am open for any ideas because I 
    sure can't think of any...</SPAN></FONT></P></DIV>
    <DIV>
    <P class=MsoNormal style="MARGIN-LEFT: 36pt"><FONT face="Times New Roman" 
    size=3><SPAN style="FONT-SIZE: 12pt"> </SPAN></FONT></P></DIV>
    <DIV>
    <P class=MsoNormal style="MARGIN-LEFT: 36pt"><FONT color=blue face=Arial 
    size=2><SPAN style="COLOR: blue; FONT-FAMILY: Arial; FONT-SIZE: 10pt">Make a 
    folder to store the attachments and they would place them in the directory? 
    Would it matter if they were .pdf or .doc or any type of 
    file?</SPAN></FONT></P></DIV>
    <DIV>
    <P class=MsoNormal style="MARGIN-LEFT: 36pt"><FONT face="Times New Roman" 
    size=3><SPAN style="FONT-SIZE: 12pt"> </SPAN></FONT></P></DIV>
    <DIV>
    <P class=MsoNormal style="MARGIN-LEFT: 36pt"><FONT color=blue face=Arial 
    size=2><SPAN 
    style="COLOR: blue; FONT-FAMILY: Arial; FONT-SIZE: 10pt">Virginia</SPAN></FONT></P></DIV>
    <BLOCKQUOTE 
      style="MARGIN-BOTTOM: 5pt; MARGIN-RIGHT: 0cm; MARGIN-TOP: 5pt"><P 
      class=MsoNormal 
      style="MARGIN-BOTTOM: 12pt; MARGIN-LEFT: 36pt; MARGIN-RIGHT: 0cm"><FONT 
      face=Tahoma size=2><SPAN 
      style="FONT-FAMILY: Tahoma; FONT-SIZE: 10pt">-----Original 
      Message-----<BR><B><SPAN style="FONT-WEIGHT: bold">From:</SPAN></B> Wortz, 
      Charles [mailto:CWortz@tea.state.tx.us]<BR><B><SPAN 
      style="FONT-WEIGHT: bold">Sent:</SPAN></B> Tuesday, March 11, 2003 7:59 
      AM<BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> 
      accessd@databaseadvisors.com<BR><B><SPAN 
      style="FONT-WEIGHT: bold">Subject:</SPAN></B> RE: [AccessD] Adding 
      Attachments</SPAN></FONT></P>
      <DIV>
      <P class=MsoNormal style="MARGIN-LEFT: 36pt"><FONT color=blue 
      face="Times New Roman" size=2><SPAN 
      style="COLOR: blue; FONT-SIZE: 10pt">Virginia,</SPAN></FONT></P></DIV>
      <DIV>
      <P class=MsoNormal style="MARGIN-LEFT: 36pt"><FONT face="Times New Roman" 
      size=3><SPAN style="FONT-SIZE: 12pt"> </SPAN></FONT></P></DIV>
      <DIV>
      <P class=MsoNormal style="MARGIN-LEFT: 36pt"><FONT color=blue 
      face="Times New Roman" size=2><SPAN 
      style="COLOR: blue; FONT-SIZE: 10pt">You can have a hyperlink field in a 
      table in which the link to the external document is placed.  Is this 
      what you are after?</SPAN></FONT></P></DIV><!-- Converted from text/rtf format -->
      <P style="MARGIN-LEFT: 36pt"><B><FONT color=blue face="Times New Roman" 
      size=3><SPAN 
      style="COLOR: blue; FONT-SIZE: 12pt; FONT-WEIGHT: bold">Charles 
      Wortz</SPAN></FONT></B> </P>
      <P class=MsoNormal 
      style="MARGIN-BOTTOM: 12pt; MARGIN-LEFT: 36pt; MARGIN-RIGHT: 0cm"><FONT 
      face=Tahoma size=2><SPAN 
      style="FONT-FAMILY: Tahoma; FONT-SIZE: 10pt">-----Original 
      Message-----<BR><B><SPAN style="FONT-WEIGHT: bold">From:</SPAN></B> 
      Hollis,Virginia [mailto:HollisVJ@pgdp.usec.com] <BR><B><SPAN 
      style="FONT-WEIGHT: bold">Sent:</SPAN></B> Tuesday 2003 Mar 11 
      07:51<BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> 
      accessd@databaseadvisors.com<BR><B><SPAN 
      style="FONT-WEIGHT: bold">Subject:</SPAN></B> [AccessD] Adding 
      Attachments</SPAN></FONT></P>
      <DIV>
      <P class=MsoNormal style="MARGIN-LEFT: 36pt"><FONT face=Arial size=2><SPAN 
      style="FONT-FAMILY: Arial; FONT-SIZE: 10pt">Is there a way to add a 
      document as an attachment to a database? </SPAN></FONT></P></DIV>
      <DIV>
      <P class=MsoNormal style="MARGIN-LEFT: 36pt"><FONT face="Times New Roman" 
      size=3><SPAN style="FONT-SIZE: 12pt"> </SPAN></FONT></P></DIV>
      <DIV>
      <P class=MsoNormal style="MARGIN-LEFT: 36pt"><FONT face=Arial size=2><SPAN 
      style="FONT-FAMILY: Arial; FONT-SIZE: 10pt">The database is used to 
      request services. The data is entered by a customer and sometimes the 
      customer needs to add additional documentation to support their request. 
      The attachment might be a sketch or Word file.</SPAN></FONT></P></DIV>
      <DIV>
      <P class=MsoNormal style="MARGIN-LEFT: 36pt"><FONT face="Times New Roman" 
      size=3><SPAN style="FONT-SIZE: 12pt"> </SPAN></FONT></P></DIV>
      <DIV>
      <P class=MsoNormal style="MARGIN-LEFT: 36pt"><FONT face=Arial size=2><SPAN 
      style="FONT-FAMILY: Arial; FONT-SIZE: 10pt">Does anyone have any idea how 
      this might be done?</SPAN></FONT></P></DIV>
      <DIV>
      <P class=MsoNormal style="MARGIN-LEFT: 36pt"><FONT face="Times New Roman" 
      size=3><SPAN style="FONT-SIZE: 12pt"> </SPAN></FONT></P></DIV>
      <DIV>
      <P class=MsoNormal style="MARGIN-LEFT: 36pt"><FONT face=Arial size=2><SPAN 
      style="FONT-FAMILY: Arial; FONT-SIZE: 10pt">Virginia</SPAN></FONT></P></DIV></BLOCKQUOTE></BLOCKQUOTE></DIV></BLOCKQUOTE></BODY></HTML>