<!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 6.00.2800.1141" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Dear List</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I have a couple of simple validation 
tests:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>    If Not 
IsNumeric(Nz(txtStartingRoomNumber)) 
Then<BR>        MsgBox "Starting Room Number 
Must Be Numeric.", vbExclamation<BR>        
txtStartingRoomNumber.SetFocus<BR>        
Exit Sub<BR>    End If<BR>    
<BR>    If Val(Nz(txtStartingRoomNumber)) > 9999999 
Then<BR>        MsgBox "Starting Room Number 
Must Be Less Than 7 Digits.", 
vbExclamation<BR>        
txtStartingRoomNumber.SetFocus<BR>        
Exit Sub<BR>    End If<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>in the AfterUpdate event of 
txtStartingRoomNumber.  But the SetFocus does not work.  The focus 
ends up being set on the next control in the tab sequence.  I tried the 
tests in the Lost Focus event with the same result.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I know there must be a simple way to return the 
focus to the control but I can't see it. (Maybe I shouldn'</FONT><FONT 
face=Arial size=2>t work on Sunday but the kids are in Sunday school and it's 
quiet.) :)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>MTIA,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Rocky Smolin<BR>Beach Access Software</FONT></DIV>
<DIV><FONT face=Arial size=2> </DIV></FONT></BODY></HTML>