totn Access Functions

MS Access: Count Function

This MSAccess tutorial explains how to use the Access Count function with syntax and examples.

Description

The Microsoft Access Count function returns the number of records in a select query.

Syntax

The syntax for the Count function in MS Access is:

Count( expression )

Parameters or Arguments

expression
A field or any string expression.

Returns

The Count function returns a numeric value.

Applies To

The Count function can be used in the following versions of Microsoft Access:

  • Access 2019, Access 2016, Access 2013, Access 2010, Access 2007, Access 2003, Access XP, Access 2000

Example in SQL/Queries

You can use the Count function in a query by clicking on the Totals button in the toolbar (This is the button with the summation symbol). The Count function is used in conjunction with the Group By clause.

For example:

Microsoft Access

This query would return the number of records for each ProductName. You can actually substitute any field with the Count function and it will return the same count result. In this case, we've used the SupplierID field to determine the number of records for each ProductName.