Forums

This topic is locked

Counting records in a recordset

Posted 29 Jun 2004 20:35:03
1
has voted
29 Jun 2004 20:35:03 Dan Berdusco posted:
Hello all,

I am creating a website for some realtors to list their properties and on the front page I would like to show the "top listers" (the Realtors who have the most properties listed). My question is, how can I count the number of records that each realtor has in the listings table, and then show the top 10 listers.

Any help is very much appreciated.

Thanks in advance.

Replies

Replied 30 Jun 2004 02:15:42
30 Jun 2004 02:15:42 Kent Steelman replied:
Use your database to do that.... set up a querry to show count of records... set up a querry to filter the record by the realatory and then use count(variable name).

Wm. Kent Steelman
Replied 05 Jul 2004 23:08:27
05 Jul 2004 23:08:27 Dan Berdusco replied:
Thanks a1adiver, Worked great.

Reply to this topic