<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 5.50.4522.1800" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I am trying to intercept an error ("...specified 
file not found...") when clicking on a hyperlink control in an Access 97 
form.  My error handling code is in the control's CLICK event, but the 
error is apparently occuring sometime after the CLICK event. </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Where should I put my error handling routine?  
The hyperlink control is bound to a hyperlink field in a table.  I deleted 
the file that the hyperlink points to force this error so I could use a more 
descriptive error message.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanks,</FONT></DIV>
<DIV><FONT face=Arial size=2>Barb Ryan</FONT></DIV></BODY></HTML>