<!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.2719.2200" name=GENERATOR></HEAD>
<BODY style="MARGIN-TOP: 2px; FONT: 10pt MS Sans Serif; MARGIN-LEFT: 2px">
<DIV>Can't you set up a Checkbox with an IF statement  like</DIV>
<DIV>IF Status = "Rejected" then </DIV>
<DIV>   Chkbx1 = YES</DIV>
<DIV>Else</DIV>
<DIV>   Chkbx1 = NO</DIV>
<DIV> </DIV>
<DIV><BR><BR>>>> HollisVJ@pgdp.usec.com 03/07/03 10:26AM 
>>><BR></DIV>
<DIV><FONT face=Arial size=2><SPAN class=010522315-07032003>On a report I need a 
checkbox to be checked if the status is Rejected. I get the status from 
tblStatus, StatusID (autonumber), status, Rejected, Canceled, Approved, 
etc....</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=010522315-07032003></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=010522315-07032003>How can I show a 
Rejected status as a checkbox instead of the word "Rejected". They are only 
wanting to show the status if it is rejected.</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=010522315-07032003></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=010522315-07032003>Virginia</SPAN></FONT></DIV></BODY></HTML>