counting

goju

Registered User.
Local time
Today, 17:06
Joined
Apr 7, 2005
Messages
77
i am trying to count the number of records based in a query

can some one send me in the right direction
 
Select count([somecolumn]) from {table or query name}
 
Or if you don't speak SQL, click the sigma button on the toolbar in QBE view to create a totals query, and select count on one of the columns.
 

Users who are viewing this thread

Back
Top Bottom