RECCOUNT Function
Syntax
Record_Count as N = RECCOUNT([C tablename])
Arguments
- tablename
Optional. Default = current or primary table. The name of a table.
Description
Returns the number of records in the current table.
Discussion
RECCOUNT() returns the number of records in the specified table.
See Also