<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<META content="MSHTML 6.00.2900.6058" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello Maggie</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV>2. Microslop Access does not have a Boolean datatype. It uses Yes/No as the 
closest thing to that. </DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>in fact 'yes/no' in ms access is Boolean. MS just 
choose to display it as yes/no presumably in an effort to make it simpler for 
the average user. You can also choose to display it as true/false or on/off. 
</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>For example, you can use a "yes/no" field as a 
condition in a calculated field in a query. <BR>&nbsp;&nbsp; </FONT><FONT 
face=Arial size=2>moreJunk: IIf([junk],"hello","goodbye")</FONT></DIV>
<DIV><FONT face=Arial size=2>where [junk] is a field declared as yes/no; ie it's 
boolean</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Regards</FONT></DIV>
<DIV><FONT face=Arial size=2>Robert T-A</FONT></DIV>
<DIV><FONT face=Arial size=2>Brighton SC</FONT></DIV></BODY></HTML>