<!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.00.3314.2100" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><SPAN class=360432023-05022003>Ok, what is the 
trick to prevent a form from opening if it does not meet certain criteria? If 
the EvaluatorID on the form does not have an entry, I do not want the form to 
open, but give a message "All assigned".</SPAN></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=360432023-05022003>If IsNull 
(Me.EvaluatorID) Then</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=360432023-05022003>    
Do not Open</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=360432023-05022003></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=360432023-05022003>Virginia</SPAN></FONT></DIV></BODY></HTML>