<br><font size=2 face="sans-serif">You might try something like this:</font>
<br>
<br><font size=2 face="sans-serif">SELECT dbo_tblOffices.Name, Count(dbo_tblOffices.Name) AS CountOfName</font>
<br><font size=2 face="sans-serif">FROM dbo_tblOffices</font>
<br><font size=2 face="sans-serif">GROUP BY dbo_tblOffices.Name;</font>
<br>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td>
<td><font size=1 face="sans-serif"><b>"Mark Boyd" <MarkBoyd@mcbeeassociates.com></b></font>
<br><font size=1 face="sans-serif">Sent by: accessd-bounces@databaseadvisors.com</font>
<p><font size=1 face="sans-serif">05/28/2003 09:35 AM</font>
<br><font size=1 face="sans-serif">Please respond to accessd</font>
<br>
<td><font size=1 face="Arial">        </font>
<br><font size=1 face="sans-serif">        To:        AccessD@databaseadvisors.com</font>
<br><font size=1 face="sans-serif">        cc:        </font>
<br><font size=1 face="sans-serif">        Subject:        [AccessD] Count of Unique Records</font></table>
<br>
<br>
<br><font size=2 face="Tahoma">I have a table with the following records:</font>
<br><font size=2 face="Tahoma">John</font>
<br><font size=2 face="Tahoma">John</font>
<br><font size=2 face="Tahoma">Bill</font>
<br><font size=2 face="Tahoma">Bob</font>
<br><font size=2 face="Tahoma"> </font>
<br><font size=2 face="Tahoma">I need to find out how many unique records there are.</font>
<br><font size=2 face="Tahoma">My current approach is 1 query grouping the above table.</font>
<br><font size=2 face="Tahoma">Then, I get a count of grouped records with a 2<sup>nd</sup> query.</font>
<br><font size=2 face="Tahoma"> </font>
<br><font size=2 face="Tahoma">Is there a way to avoid using 2 queries for this?</font>
<br><font size=2 face="Tahoma">The above is obviously an example.  The table actually holds thousands and thousands of records.</font>
<br><font size=2 face="Tahoma"> </font>
<br><font size=2 face="Tahoma">Thanks,</font>
<br><font size=2 face="Tahoma">Mark Boyd</font>
<br><font size=2 face="Tahoma">Sr. Systems Analyst</font>
<br><font size=2 face="Tahoma">McBee Associates, Inc.</font>
<br><font size=3 face="Times New Roman"> </font><font size=2 face="Courier New">_______________________________________________<br>
AccessD mailing list<br>
AccessD@databaseadvisors.com<br>
http://databaseadvisors.com/mailman/listinfo/accessd<br>
Website: http://www.databaseadvisors.com<br>
</font>
<br>
<br>