How many records in access db

harley
10-02-2000, 07:49 PM
How can I write a query so that it will tell me the number of records in a database...

thanks

Axe
10-03-2000, 03:26 AM
if you mean the number of records in a table:
select count(table.field) as RecNumber from table

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum