<!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>But you want only unique records based on both the 
record and the date field? I don't understand how DISTINCT fits in. 
</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Susan H. </FONT></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=pedro@plex.nl href="mailto:pedro@plex.nl">Pedro Janssen</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=accessd@databaseadvisors.com 
  href="mailto:accessd@databaseadvisors.com">accessd@databaseadvisors.com</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Saturday, April 19, 2003 2:38 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [AccessD] select distinct 
  per year</DIV>
  <DIV><BR></DIV>
  <DIV><FONT face=Arial size=2>Hello Susan,</FONT></DIV>
  <DIV> </DIV>
  <DIV><FONT face=Arial size=2>sorry i wasn't clear enough.</FONT></DIV>
  <DIV><FONT face=Arial size=2>For example: TableA   has a date field 
  and a number field.</FONT></DIV>
  <DIV><FONT face=Arial size=2>What i need is to make calculations on alle the 
  record for the number field for each year.</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT> </DIV>
  <DIV><FONT face=Arial size=2>TIA</FONT></DIV>
  <DIV> </DIV>
  <DIV><FONT face=Arial size=2>Pedro Janssen</FONT> </DIV>
  <BLOCKQUOTE 
  style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
    <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
    <DIV 
    style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
    <A title=harkins@iglou.com href="mailto:harkins@iglou.com">Susan Harkins</A> 
    </DIV>
    <DIV style="FONT: 10pt arial"><B>To:</B> <A 
    title=accessd@databaseadvisors.com 
    href="mailto:accessd@databaseadvisors.com">accessd@databaseadvisors.com</A> 
    </DIV>
    <DIV style="FONT: 10pt arial"><B>Sent:</B> Saturday, April 19, 2003 6:46 
    PM</DIV>
    <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [AccessD] select distinct 
    per year</DIV>
    <DIV><BR></DIV>
    <DIV><FONT face=Arial size=2>SELECT DISTINCT  fldlist|*<BR>FROM 
    table<BR>WHERE  DatePart("yyyy",datefield) = year</FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT> </DIV>
    <DIV><FONT face=Arial size=2>=======But I'm guessing that's not really what 
    you're after -- I'm not sure I understand -- you want the results for a 
    particular year, or you want them all, just grouped by their 
    year?</FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT> </DIV>
    <DIV><FONT face=Arial size=2>Susan H. </FONT></DIV>
    <BLOCKQUOTE 
    style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
      <DIV><FONT face=Arial size=2>Hello Group,</FONT></DIV>
      <DIV> </DIV>
      <DIV><FONT face=Arial size=2>how can i make an select disctinct for all 
      the record in a date field (dd-mm-yyyy) per year??</FONT></DIV>
      <DIV> </DIV>
      <DIV><FONT face=Arial size=2>TIA</FONT></DIV>
      <DIV> </DIV>
      <DIV><FONT face=Arial size=2>Pedro Janssen</FONT></DIV>
      <P>
      <HR>

      <P></P>_______________________________________________<BR>AccessD mailing 
      list<BR><A 
      href="mailto:AccessD@databaseadvisors.com">AccessD@databaseadvisors.com</A><BR><A 
      href="http://databaseadvisors.com/mailman/listinfo/accessd">http://databaseadvisors.com/mailman/listinfo/accessd</A><BR>Website: 
      <A 
      href="http://www.databaseadvisors.com">http://www.databaseadvisors.com</A><BR></BLOCKQUOTE>
    <P>
    <HR>

    <P></P>_______________________________________________<BR>AccessD mailing 
    list<BR>AccessD@databaseadvisors.com<BR>http://databaseadvisors.com/mailman/listinfo/accessd<BR>Website: 
    http://www.databaseadvisors.com<BR></BLOCKQUOTE>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>AccessD mailing 
  list<BR>AccessD@databaseadvisors.com<BR>http://databaseadvisors.com/mailman/listinfo/accessd<BR>Website: 
  http://www.databaseadvisors.com<BR></BLOCKQUOTE></BODY></HTML>