<!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.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>SELECT District, School, Grade</FONT></DIV>
<DIV><FONT face=Arial size=2>FROM table</FONT></DIV>
<DIV><FONT face=Arial size=2>WHERE District = "A" OR District = "B"</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV> </DIV>
<BLOCKQUOTE dir=ltr 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV class=OutlookMessageHeader dir=ltr align=left> </DIV>
  <DIV><FONT size=2><SPAN class=687074417-03022003>I need to query a table that 
  lists districts, schools, and the school's grade.  I need to find only 
  those districts that have A or B schools only.  No C, D, F, or N 
  schools.  Any help will of course be greatly appreciated.  
  </SPAN></FONT></DIV></BLOCKQUOTE></BODY></HTML>