In order to find out the number of records in a database table "table", use the SQL Command: Select count(*) from table In general, try to get familiar with SQL and what it can do for you. It can do a LOT more than procedural code.
C
Catherder
@Catherder